Can we change the page layout in ASP.NET 2.0 as Grid Layout
like in previous version
Answer Posted / nitin
Yes From The IDE of Visual Studio net
There is Option by which you can change the layout of your
form
Select Tool Menu Item then
Select Option Item in Tool Menu then
IN HTML DESIGNER Node then
in CSS Positioning then
Then Select Changed Positioning and
Select select the Absolutely Positioned then Press OK
Is This Answer Correct ? | 14 Yes | 2 No |
Post New Answer View All Answers
What is form method?
What does a switch do?
Am not able to move the controls on the form freely in asp.net 3.5 even though I selected the position as relative or absolute for those controls. What should I do to overcome this?
What is the asp.net mvc folder conventions? : asp.net mvc
What is session id in web application?
What are the new login controls in asp.net 2.0?
How you will handle session when deploying application in more than a server?
What do you mean by serialize?
What is session in http request?
Please briefly explain the usage of global.asax?
What are the two Layouts supported by a Web form in ASP.NET?
What are client activated objects and server activated objects?
What is ASLM?
What is the function of new view engine in asp.net? : asp.net mvc
What is the difference between abstract class vs interface? Can give me the real time examples?