-
datagrid events
Hi,
I have placed a datagrid on a usercontrol in asp.net(c#).
Now I would like to get to the datagrid_editcommand but do not know how to get to it.
I have looked at the top of the page dropdowns. The left one just shows the name of the page and the right one shows the controls on the page.
Thanks
-
-
Thanks for th elink, but my question is why when using a c# project I can not see the controls in the top left drop down and as a result the events for the control (i.e. DataGrid) do not appear on the top right dropdown whereas this is not the case when I use vb.net ?
Thanks
-
And you have publicly declared events in your custom control?