if I need to show a MessageBox on my ASP.NET WebForm, how to do it?
I try: Messagebox.show(\"dd\");
Messagebox.show(\"dd\");
But it\'s not working.
You could just simply write but you have to use JavaScript regardless.
Page.ClientScript.RegisterStartupScript(Page.GetType(), "Message Box", "");