L
Lukas Kurka
Hi,
I would like to create UserControl which would have collection like Columns
in GridView.
Something like this:
<uc1:MyUserControl ID="MyUserControl1" runat="server">
<columns>
</columns>
</uc1:MyUserControl>
What do i have to define in MyUserControl.ascx.cs?
Thanks Lukas
I would like to create UserControl which would have collection like Columns
in GridView.
Something like this:
<uc1:MyUserControl ID="MyUserControl1" runat="server">
<columns>
</columns>
</uc1:MyUserControl>
What do i have to define in MyUserControl.ascx.cs?
Thanks Lukas