Hi, please can someone help me?
I have created a custom web control that renders GridView, which it
does (e.g. I can see data in the grid).
The problem is this, how do I add a Select command button to the grid
within the Custom Web Server Control which posts back with a command
argument with "Select".
Currently if I add button to the GridView then, it generates the button
find but the postback argument is left blank.
Can someone tell me how to set the command argument of the GridView
Select button (ASP V2.0)
|