Hi
I'd like to create my own CompositeDataBoundControl to show and edit data
with other custom webcontrols.
In the MSDN there is a small sample :
http://msdn2.microsoft.com/en-US/library/system.web.ui.webcontrols.compositedata
boundcontrol(VS.80).aspx
I think this sample is too short...
I've found another sample :
http://thecodeproject.com/aspnet/schedule.asp
Too big to learn how to code my own...
If someone knows where I can find either a tutorial or a small sample to
code my own control to show, edit, insert and delete data (linked to a
datasource).
Dédé
q - 22 Mar 2006 16:42 GMT
Does the code here help?
http://channel9.msdn.com/Showpost.aspx?postid=122122
Dédé - 29 Mar 2006 08:30 GMT
> Does the code here help?
>
> http://channel9.msdn.com/Showpost.aspx?postid=122122
No. The video on this page shows how to do postbacks to have a dynamic list.
What I need is a demo/sample/whatever that explains how I can design my own
custom CompositeDataboundControl like the GridView.
Dédé