I have one Dropdownlist to be validated by RequiredFieldValidator. And It has OnSelectedIndexChanged event so I have set AutoPostBack=true.(That is required because this dropdownlist will fill another dropdownlist on selection index changed).
I have set InitialValue="-1" that is first item as "--Select--". As I click on submit button it reload the page and then it shows error message.
I have set InitialValue="-1" that is first item as "--Select--". As I click on submit button it reload the page and then it shows error message.
This is my controls....
Is there any option that can be used to validate dropdownlist without reloading page.
Thanks.
Vishwakant.

Bikesh SrivastavaPosted Aug 17, 2016, 8:50 AM
Vinay SinghPosted Aug 17, 2016, 6:23 AM
Rajeesh MenothPosted Aug 17, 2016, 5:40 AM
Midhun TpPosted Aug 17, 2016, 5:28 AM
Vishwakant TripathiPosted Aug 17, 2016, 5:20 AM
Midhun TpPosted Aug 17, 2016, 5:13 AM