I am developing a website that uses ASPX and CS files...
I have three check boxes and a button... if the user presses a button without checking any checkbox then i want to give a warning message to the user "Please select atleast one".
in VB i used to write
MsgBox("Please select atleast one")
but i dont know how i can do it in the web... please help on how to give the messagebox...
I have three check boxes and a button... if the user presses a button without checking any checkbox then i want to give a warning message to the user "Please select atleast one".
in VB i used to write
MsgBox("Please select atleast one")
but i dont know how i can do it in the web... please help on how to give the messagebox...
Comment