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

in database table is thier . in that table fields are photoid , photoname,photo... i want display image in the gridview

5 Answers   TCS,


How can u handle Exceptions in Asp.Net?

4 Answers  


Is asp.net a programming language?

0 Answers  


How do you open a page in a new window?

0 Answers  


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

0 Answers  






What is the function of the ViewState property?

0 Answers   MindCracker,


How to save Link of a Webpage in excel sheet?

1 Answers   HCL, NIIT,


How can u handle Un Managed Code Exceptions in ASP.Net?

1 Answers   Lara Technology,


What is a master page and what does it do?

0 Answers  


How to Page Execute in asp.net(inside browser)

1 Answers   Satyam, Wipro,


What is HTTP MODULE & HTTP HANDLERS in ASP.NET? How a developer can utilize in the application? Please provide example.

1 Answers   IBM,


To wrap up a call to a Web service the standard used is..?

0 Answers   Siebel,


Categories