M
Martin Kulov
Hi guys,
I am trying to implement server control that inherits
DataGrid control in order to preserve all of his
properties and templates. However I want to add others
web controls besides the datagrid control that will
provide custom functionality. The problem is that these
controls are not named using the naming container of my
control but remain with their original name. Hence they
can not be processed on the server during postback.
Does anyone know how to inherit the datagrid and add more
controls on the page also?
Thanks,
Martin
I am trying to implement server control that inherits
DataGrid control in order to preserve all of his
properties and templates. However I want to add others
web controls besides the datagrid control that will
provide custom functionality. The problem is that these
controls are not named using the naming container of my
control but remain with their original name. Hence they
can not be processed on the server during postback.
Does anyone know how to inherit the datagrid and add more
controls on the page also?
Thanks,
Martin