ClientScriptManager script = Page.ClientScript;
if (!script.IsStartupScriptRegistered(this.GetType(), "Alert"))
{
script.RegisterStartupScript(this.GetType(), "Alert",
"");
}
Monday, August 9, 2010
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment