How to use message box in asp.net like in vb
-
Here my problem is ,i need to display a message through messagabox,not by using simpl label,how to do in asp.net,give me with some example coe thanks in advance
kissy
-
Here my problem is ,i need to display a message through messagabox,not by using simpl label,how to do in asp.net,give me with some example coe thanks in advance
kissy
-
Here my problem is ,i need to display a message through messagabox,not by using simpl label,how to do in asp.net,give me with some example coe thanks in advance
kissy
-
Here my problem is ,i need to display a message through messagabox,not by using simpl label,how to do in asp.net,give me with some example coe thanks in advance
kissy
You can not do this in asp.net. You have to use Javascript to do display an alert message. and the function is->Alert("Message") ;P Regards, Suresh Dayma
Everything Is Possible!
-
Here my problem is ,i need to display a message through messagabox,not by using simpl label,how to do in asp.net,give me with some example coe thanks in advance
kissy
hi if u r working with asp.net2005 thn u hav to do add reference to system.windows.forms at code behind using following : using system.windows.forms; and use
MessageBox.Show("You have been must login to see Demo", "Error", MessageBoxButtons.OK,MessageBoxIcon.Error, MessageBoxDefaultButton.Button1, MessageBoxOptions.DefaultDesktopOnly);
and more................. :)Deepak Smile a Lots,Its Costs Nothing