Jul 9, 2003 #1 E emvanlill Member Joined Jun 25, 2003 Messages 10 Location Ireland Hello Im new in ASP.Net and would just like to know why I get the following error message when using MessageBox.Show: Name MessageBox is not declared.
Hello Im new in ASP.Net and would just like to know why I get the following error message when using MessageBox.Show: Name MessageBox is not declared.
Jul 9, 2003 #2 M mutant Well-known member Joined Jan 19, 2003 Messages 1,771 Location Enfield, CT, USA User Rank *Expert* You cant show a messagebox from ASP.NET, you have to use JavaScript.
Jul 9, 2003 #3 E emvanlill Member Joined Jun 25, 2003 Messages 10 Location Ireland Very confusing, but where can you use this object then?
Jul 9, 2003 #4 M mutant Well-known member Joined Jan 19, 2003 Messages 1,771 Location Enfield, CT, USA User Rank *Expert* In windows applications.