how to create Custom Server control for GridView using C#.net

Posted by Dhanapal on Stack Overflow See other posts from Stack Overflow or by Dhanapal
Published on 2010-04-15T10:47:41Z Indexed on 2010/04/15 10:53 UTC
Read the original article Hit count: 241

Filed under:
|

Hi,

I want to created a Custom Server Control (Inherited from GridView).

On the page, the GridView is DataBound to a DataSet, so I do not know at design time what columns will be present in my GridView.

Now, what I want to do is, to add a textbox in every Cell for the GridView Header row, and those textboxes will control column filtering.

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about custom-controls