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



Can we change the page layout in ASP.NET 2.0 as Grid Layout like in previous version..

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

Can we change the page layout in ASP.NET 2.0 as Grid Layout like in previous version..

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

Post New Answer

More ASP.NET Interview Questions

Can you change a master page dynamically at runtime? How?

0 Answers  


What is asp.net response object?

0 Answers  


What are the security types in asp.net?

0 Answers  


How does viewstate work?

0 Answers  


Types of objects in ASP ?

2 Answers   Microsoft,






How to include silver light .xap page into asp.net web application and what is the purpose of using silverlight application?

0 Answers   CTS,


How we handle the runtime database schema change issue in asp.net application?

2 Answers   IBM, Tech Mahindra,


Asp.net - How to find last error which occurred?

1 Answers   Abacus,


Descrie about response.buffer and repsonse.flush ?

2 Answers   ADP, Cognizant,


How to Deploy a project?

2 Answers  


What is sql data source control in asp.net?

0 Answers  


what is narmalization

4 Answers   Wipro,


Categories