displaying a messagebox
i m using VBScript as a scripting language.
after using namespace System.Windows. Forms; it gives an error that the namespace name 'Windows' does not exists in the namespace 'System'(are you missing an assembly refrence?).
User Profile
Collapse
-
displaying a messagebox.
Code:using System; using System.Data; using System.Configuration; using System.Collections; using System.Web; using System.Web.Security; using System.Web.UI; using System.Web.UI.WebControls; using System.Web.UI.WebControls.WebParts; using System.Web.UI.HtmlControls; public partial class _Default : System.Web.UI.Page { protected void Page_Load(object sender,
-
Gopal Sharma akki replied to How to display a messagebox for showing message when wrong password has been entered?in C Sharpi want to display a messagebox on a button click when i have entered a wrong password. what syntax should be used for the messagebox on a button click?Leave a comment:
-
Gopal Sharma akki started a topic How to display a messagebox for showing message when wrong password has been entered?in C SharpHow to display a messagebox for showing message when wrong password has been entered?
msgbox("wrong password");
No activity results to display
Show More
Leave a comment: