all groups > asp.net webcontrols > march 2004 >
You're in the

asp.net webcontrols

group:

Custom control inside datagrid



Custom control inside datagrid bitslottery NO[at]SPAM hotmail.com
3/31/2004 6:38:59 AM
asp.net webcontrols: Hi

How do i add custom control as columns in datagrid.(these controls are
derived from webcontrol)

Thanks
Re: Custom control inside datagrid Alvin Bruney [MVP]
3/31/2004 10:12:19 AM
custom controls aren't any different from regular controls. add them in the
normal way either in the itemcreated, or itemdatabound.
e.item.controls.add(new control goes here) roughly

--
Regards,
Alvin Bruney [ASP.NET MVP]
Got tidbits? Get it here...
http://tinyurl.com/3he3b
[quoted text, click to view]

AddThis Social Bookmark Button