views:

31

answers:

1

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.

A: 

This could help you.

http://www.codeproject.com/KB/webforms/CustomGridViewPaging.aspx

Kay