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

how we deploy the asp.net 2.0 application

2 Answers   Logistics,


Name two properties common in every validation control?

9 Answers   Siebel Systems,


Why does my asp.net file have multiple tag with runat=server?

0 Answers  


How to retrieve data row by row from a DataTable? Thanks In advance PriyaPP

3 Answers  


What are user controls and custom controls ?

1 Answers  


What is the concepts of globalization and localization in .net?

0 Answers  


Why do we need url encoding?

0 Answers  


why we are using delegates and in which condition it is required?

3 Answers   TCS,


Explain the difference between server control and html control.

0 Answers  


Difference between asp and asp.net?

4 Answers   Accenture,


What is postback in asp net?

0 Answers  


view state data is stored in which format?

15 Answers   Mind Tree, Pratham Software,


Categories