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 difference between mvc and asp.net? : Asp.Net MVC
How Session outproc in Sqlserver stored?
What is postback in asp net?
What is difference between cookies and cache?
Differentiate between early binding and late binding.
Define satellite assemblies.
Write a code for passing ArrayList in Web API?
Can a master page have more than one contentplaceholder?
Give some salient points of difference between request processor and request dispatcher.
How does cookies work in asp net?
What are server-side comments in ASP.NET?
Can I tap into other windows livetm services?
In which situation can you not use a viewstate?
How many types of cache are there?
What is asp.net caching?