J
joe
I need to create a pop-up alert from a .aspx.cs page. I
tried by using javascript b/c I know how to do it there
but it does not work this way.
Response.Write ("<script language=javascript>alert
('message');</script>");
How can I do this using C#?
Thanks
tried by using javascript b/c I know how to do it there
but it does not work this way.
Response.Write ("<script language=javascript>alert
('message');</script>");
How can I do this using C#?
Thanks