This should be fairly straight forward, although I'm having difficulty finding an example via google.
I would like to filter a gridview's data by clicking on a unordered list link. (Similar to some phone directories I've seen.)
The unordered list would contain links for each letter of the alphabet and by clicking on the "A" link would show only those items that begin with A. Clicking on "B" would only show items that begin with B. etc...
Hope this makes sense, and thanks in advance...
Loading
David BolandPosted May 25, 2010, 9:10 AM
CrishPosted May 25, 2010, 12:55 AM
as per your needs...you want to search on the basis of alphabets. Make a link for all the alphabets like A....then click on this link and search using query string value on test.aspx page. Whatever value u got on the basis you can bind gridview.
thanks