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 do you retrieve information from web.config ?

5 Answers   MMTS,


What are the new features added from ASP to ASP.NET?

0 Answers   Amdocs,


Define a web service in .net?

0 Answers  


What is Http handler?

5 Answers   Accenture,


What is difference Between Authentication and authorization?

0 Answers   MCN Solutions,






how to update data using store procedure

1 Answers  


What are the advantages of asp.net?

0 Answers  


can we call webservice in Html form?

1 Answers   Bank Of America, BirlaSoft, Microsoft,


Which property is used to identify the Page is Post Back in ASP.NET?

0 Answers   Sans Pareil IT Services,


Can asp.net work on an nt server?

0 Answers  


What are Session states available and its Uses?

0 Answers   CTS, iLogic,


What is asp.net response object?

0 Answers  


Categories