Can we change the page layout in ASP.NET 2.0 as Grid Layout
like in previous version
Answer Posted / 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 |
Post New Answer View All Answers
What is intrinsic objects in asp.net?
What is client side state management?
How you will improve web application performance?
What are the different kinds of assemblies?
What is difference Between Authentication and authorization?
How does exception management works in ASP.NET?
Which is better union or union all?
Which is faster viewdata or viewbag?
Explain the asp.net mvc request life cycle? : asp.net mvc
What is .net framework and what are the main components of it?
what are configuration files?
What is http only cookie?
Can I stream live content/events?
What is the file through which you can customize your asp.net application?
What is difference between inproc and outproc?