http://www.dotnetspider.com/forum/ViewForum.aspx?ForumId=32564
Credits to chakravarthy
string tmp = "";
tmp = "";
Page.ClientScript.RegisterClientScriptBlock(this.GetType(), "MyScript", tmp);
and if u want to alert message for Exceptions
string tmp = "";
tmp = "";
Page.ClientScript.RegisterClientScriptBlock(this.GetType(), "MyScript", tmp);
No comments:
Post a Comment