Dear Friends ,
i want to Change Location of Control Dynamically so what the easy method to i want to do in Asp.Net if you have JavaScript example then also mention.
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Deepak VermaPosted May 15, 2012, 11:16 PM
You can do it by using asp:PlaceHoder.
Adding a control : PlaceHolderID.Controls.Add(ControlToAdd);
Removing a control : PlaceHolderID.Controls.Remove(ControlToRemove);