http://www.aspsnippets.com/Articles/Filter-and-Search-ASP.Net-DropDownList-items-using-JavaScript.aspx
Hi, I used your awsome post to filter and search dropdownlist but if i have autopostback=true it doesn't work. i want to pass the selected value to diffect sub to bind another dropdownlist.
Thank you so much.,
Mike
Try the following to get the value
string s = Request.Form[DropDownList1.UniqueID];
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.