Asp.Net gridview customization

Posted by Kunal on Stack Overflow See other posts from Stack Overflow or by Kunal
Published on 2010-05-13T18:17:41Z Indexed on 2010/05/13 18:34 UTC
Read the original article Hit count: 185

Filed under:
|

Hi

If you go to http://ifdefined.com/btnet/bugs.aspx you will see a long list of sample data in an asp.net gridview control. What I need to do is something similar. I need to implement the filtering system by placing dropdown controls with dynamic values on the headers and then filter the record according to them.

If you look carefully they are filtering the data based on multiple drodown selections as well.

Kindly help me out. Any kind of input is highly appreciated.

Thanks in advance for your time.

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about gridview