Get Child control in paging datagrid

calvin

Regular
Joined
Nov 6, 2003
Messages
71
Hi,

I have a paging datagrid and set the page size to 20. One of the template column consists of textbox. I want to get the child control to the textbox. It was successfully getting the child control on the first 20 record(datarow), but other than that.

Let me explain my circumstance:

If there are 100 record bind to the datagrid, the first 20 record will be get child control, just because the page size has been set to "20"

For those who are given solution and reference will be more appreciated.
Thank you


Calvin
 
Back
Top