Like that how to get dropdownlist validation

Like that how to get dropdownlist validation

Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Naimish MakwanaPosted Mar 10, 2023, 6:11 AM
Hello Tarun,
Have an option with value 0 which is going to be the default option of the dropdown and add required attribute to the select element. Once this select element is in a form and is submitted ,HTML is automatically going to take over the validation part.
Refer below link:
https://stackoverflow.com/a/53514468/3054222
Thanks
Naimish Makwana
Naimish MakwanaPosted Mar 10, 2023, 7:14 AM
For others you can use required attribute.
Thanks
TarunPosted Mar 10, 2023, 7:05 AM
like that checkbox and RadioButton aslo tell me
Naimish MakwanaPosted Mar 10, 2023, 6:25 AM
try below:
TarunPosted Mar 10, 2023, 6:18 AM
i want asp.net