how prevent post back in dropdown list for a particular item selection
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
hi, i wanna to prevent postback in dropdown list on some particular item selection in asp.net 3.5
-
hi, i wanna to prevent postback in dropdown list on some particular item selection in asp.net 3.5
Handle onchange event in javascript. Call a javscript function which should return true or false in the onchage event. Check whether the selected item is that particular item and return false or true based on that. If the function return false, it will not postback.