Can we change the page layout in ASP.NET 2.0 as Grid Layout
like in previous version
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / addy
Vsual studio 2005 encourage Flow Layout where content grow
and shrink dynamically, but we can get back to grid layout
by inline CSS style, like-
<asp:Button id="btn" style="POSITION: absolute;left: 100px;
top:50px;.............../>
Is This Answer Correct ? | 7 Yes | 0 No |
how we deploy the asp.net 2.0 application
Name two properties common in every validation control?
Why does my asp.net file have multiple tag with runat=server?
How to retrieve data row by row from a DataTable? Thanks In advance PriyaPP
What are user controls and custom controls ?
What is the concepts of globalization and localization in .net?
Why do we need url encoding?
why we are using delegates and in which condition it is required?
Explain the difference between server control and html control.
Difference between asp and asp.net?
What is postback in asp net?
view state data is stored in which format?
15 Answers Mind Tree, Pratham Software,