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


Please Help Members By Posting Answers For Below Questions

What is HTTPModule and HTTPcontext? What is the use of each?

1995


What are the security types in asp.net?

583


What is the difference between ASP Session State and ASP.Net Session State?

583


How Session outproc in Sqlserver stored?

2306


What is asp.net futures?

572






What are validator? Name the validation controls in asp.net?

505


What are the differences between the response.write() and response.output.write()?

535


What is session authentication?

533


Explain serialization and deserialization?

547


Is session stored in browser?

526


What is the current version of asp.net?

499


Can we override the enablepartialrendering property of the scriptmanager class?

642


Where do we store our connection string in asp.net application?

526


What are the two properties that are common on every validation control?

559


How does u call and execute a sp in .net?

553