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

You are planning the deployment of an ASP.NET application. The application uses a Visual Studio .NET component named DataAccess that will be shared with other applications on your Web server. You are using Visual Studio .NET to create a Windows Installer package. You need to deploy DataAccess and the ASP.NET application so that they can be uninstalled later of necessary. What should you do? A . Create a setup project for DataAccess. Add the ASP.NET application in a custom action. B . Create a setup project for the ASP.NET application. Create another setup project for DataAccess. C . Create a Web setup project for the ASP.NET application. Add a project output for DataAccess. D . Create a Web setup project for the ASP.NET application. Add a merge module for DataAccess.

3 Answers   Syntax Softtech,


Name the two properties are on every validation control?

0 Answers  


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

0 Answers   CTS,


Define static constructor?

0 Answers  


Where web.config file is used?

0 Answers   HCL,






What is the DLL Hell Problem?

2 Answers  


Will the asp.net validators run in server side or client side? How do you do client-side validation in .net? How to disable validator control by client side javascript?

0 Answers  


Explain about the Class view window?

0 Answers  


Can u able to get the xml document in crystal report if yes how its possible

2 Answers  


What is the difference between asp.net and mvc?

0 Answers  


How can i include both C# and vb.net classes in same solution?

2 Answers  


Difference between ASP & ASP.NET Session State

1 Answers   Cognizant, Wipro,


Categories