public static void alert(string msg)
{
string jscript = "";
Page page = HttpContext.Current.Handler as Page;
if (page != null)
{
page.RegisterStartupScript("clientScript", jscript);
}
}
Friday, August 31, 2007
Create msgbox in class (C#)
Posted by
Khairul
at
Friday, August 31, 2007
