protected void Page_Init(object sender, EventArgs e)
{
js.Attributes["type"] = "text/javascript";
js.Attributes["src"] = "jscript/formfunctions.js";
Page.Header.Controls.Add(js);
}
Show Comments (1)
Loading Comments. Please Wait...