Forum: ASP.NET Nov 21st, 2008 |
| Replies: 2 Views: 664 http://msdn.microsoft.com/en-us/library/bb426882.aspx |
Forum: ASP.NET Nov 20th, 2008 |
| Replies: 4 Views: 930 try this :
Response.Write("<script>alert('Hello')</script>");
also see the following link
http://weblogs.asp.net/bleroy/archive/2005/12/01/432016.aspx |
Forum: ASP.NET Nov 20th, 2008 |
| Replies: 4 Views: 930 MsgBox("Your Message", MsgBoxStyle.Information, "Your Title") |
Forum: ASP.NET Jul 17th, 2008 |
| Replies: 5 Views: 7,215 You have to configure IIS to support ASP.Net for the Msgbox code to work. Is your IIS configured for ASP.Net? |
Forum: ASP.NET Jul 16th, 2008 |
| Replies: 5 Views: 7,215 You can use MsgBox -- just like in VB6. |