Home All Groups Group Topic Archive Search About
Author
29 Mar 2005 7:39 PM
RyanW
Is there a way to drop controls in the cells of a table at design time?  I
can do it with the HTML Table, but not the asp.net table.

Thanks

Ryan

Author
29 Mar 2005 10:23 PM
Steve C. Orr [MVP, MCSD]
Only the HTML table will allow this at design time.
The Table web control will only allow controls to be added at runtime.

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://SteveOrr.net


Show quoteHide quote
"RyanW" <Ry***@discussions.microsoft.com> wrote in message
news:AE784000-AA1B-435D-A71F-9E98CBE75156@microsoft.com...
> Is there a way to drop controls in the cells of a table at design time?  I
> can do it with the HTML Table, but not the asp.net table.
>
> Thanks
>
> Ryan