strong text
i am using asp.net in visual studio 2005
how can i put my controls from toolbox any where i want in my aspx page
it does moves freely as in windows application
plz help
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It doesn’t work like that I’m afraid, not for ASP.NET web applications nor any web application that uses HTML for its markup language for that matter. This must be achieved with proper semantic HTML and CSS.