Can anyone offer a good link / example of having a GridView with a RowCommand inside a dynamically created WebUserControl.
I'm trying to achieve the following...
Based on user selections (from checkboxes / dropdownlists) I'm creating a number of WebUserControls dynamically and adding these to a Panel on the main web form.
However I'm finding it difficult to catch the RowCommand of the GridView within one of these controls.
Can anyone offer a good link / example that I can work through and understand how best to sort my code out.
Any help would be appreciated.
Thanks in advance.
Steve
I'm trying to achieve the following...
Based on user selections (from checkboxes / dropdownlists) I'm creating a number of WebUserControls dynamically and adding these to a Panel on the main web form.
However I'm finding it difficult to catch the RowCommand of the GridView within one of these controls.
Can anyone offer a good link / example that I can work through and understand how best to sort my code out.
Any help would be appreciated.
Thanks in advance.
Steve