How to make a custom datalist control
-
Hi, I have datalist which is inside a rounded cornered table. How can I reuse the table for multiple datalists without recreating the table every time..i.e table, tr, td..... I was thinking about a custom datalist control but I don't know how to do it. Any help appreciated. Thank you.
-
Hi, I have datalist which is inside a rounded cornered table. How can I reuse the table for multiple datalists without recreating the table every time..i.e table, tr, td..... I was thinking about a custom datalist control but I don't know how to do it. Any help appreciated. Thank you.
Albert83 wrote:
I have datalist which is inside a rounded cornered table
I think UserControl suits your requirement.Just think about a usercontrol. :)
Arun Jacob http://codepronet.blogspot.com/
-
Albert83 wrote:
I have datalist which is inside a rounded cornered table
I think UserControl suits your requirement.Just think about a usercontrol. :)
Arun Jacob http://codepronet.blogspot.com/
-
Thanks. But how would I embed a general datalist inside the table? and then reuse it. The datalist id and contents will be different on various pages. The table is the same.
Make a usercontrol and embed the datalist inside the table.Thats all.Just try. :)
Arun Jacob http://codepronet.blogspot.com/
-
Make a usercontrol and embed the datalist inside the table.Thats all.Just try. :)
Arun Jacob http://codepronet.blogspot.com/