Adding Controls Dynamically
If I have a many textboxes on a page, is it possible to find these textboxes, remove them, and replace them with Labels? There are no placeholders on the page.
I cant seem to find a way of adding a control next to an existing control on a page - without using placholders or another container to hold the existing textboxes. You can do this sort of thing in client side Javascript but I cant find a way in C#/ASP.Net?
Thanks guys....
|