Sunday, August 04, 2013

ASP.NET C# MessageBox


 POP UP message box with server side Scripting.
             String cstext = "alert('My message box  on C# ');";
            cs.RegisterStartupScript(cstype, "PopupScript", cstext, true);
    

No comments:

Post a Comment