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
Which validator control you use if you need to make sure the values in two different controls matched?
Write a code for sending an email from asp.net application.
How would you implement inheritance using c#?
Can I stream live content/events?
What is the difference between the asp and asp.net?
Where do we store our connection string in asp.net application?
How is it possible for .NET to support many languages?
What are the file extensions for razor views?
Can we have 2 web config files?
Can one dll file contains the compiled code of more than one .net language?
What is the life-span of the items in the viewstate?
Define page fragment caching?
What is asp.net futures?
What is a SESSION and APPLICATION object?
What is the mvc model?