mchoudhury
Programmer
Hi Guys,
I have this drop down menu where u select a item then another drop down menu gets populated - chained list. This is writtten in vb.net. i'm trying to do the validation through vb.net but this intercepts with the second drop down, therefore the only other option of me doing this validation is through JavaScript.
I have very little knowledge of JS i was wondering i some one could help me on this:
I have a drop down list where the initial value is 0 (select a list) if a user dont select any item from the list and press the submit button then a alert box needs to pop up showing them to select an item from the list.
Form name- frmTelephoneSuppliers
Drop down name - ddlLineRentalSupplier - initial value 0 - please select a supplier.
Hope someone could help with this function for me.
Thanks
Mac
I have this drop down menu where u select a item then another drop down menu gets populated - chained list. This is writtten in vb.net. i'm trying to do the validation through vb.net but this intercepts with the second drop down, therefore the only other option of me doing this validation is through JavaScript.
I have very little knowledge of JS i was wondering i some one could help me on this:
I have a drop down list where the initial value is 0 (select a list) if a user dont select any item from the list and press the submit button then a alert box needs to pop up showing them to select an item from the list.
Form name- frmTelephoneSuppliers
Drop down name - ddlLineRentalSupplier - initial value 0 - please select a supplier.
Hope someone could help with this function for me.
Thanks
Mac