How to make controls float freely on asp.net webpages? It was some setting to be changed in visual studio right?
Share
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 was MS_POSITIONING=”GridLayout” in the body tag. But this is removed since Visual Studio 2005.
You can imitate this result by doing the following:
Tools – Options – HTML Designer – CSS Positioning – Positioning Options, and setting it to absolute positioned.
UPDATE:
Visual Studio 2008:
Tools – Options – Html Designer – CSS Styling – Change positioning to absolute for controls added using Toolbox, paste or drag and drop.