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 many types are there session

5 Answers   TCS,


What is the purpose of App_Code folder in ASP.NET? Why we this?

0 Answers   Sans Pareil IT Services,


I have developed a web application in asp.net 2.0 with Access as back end i am trying to gereate report/export data in excel. After hosting the site i am not getting any error or such exported excel file. but using the source code from my system it works fine. Could any one tell me why it is happening and what is its solution.

2 Answers  


Explain Factory pattern?

2 Answers   Microsoft,


there is two functions function a and function b like fun a(){.... ..... } fun b() { } in function b i write the coding to add two numbers and i need to dispaly the sum result in function a with out using global variable. how we do?

1 Answers  






What are various authentication mechanisms in ASP.NET ?

4 Answers   TCS,


I’m having some trouble with cas. How can I diagnose my problem?

0 Answers  


Does web services support data reader like pom project?

0 Answers  


What is the most appropriate lifetime for a database connection/orm context in an asp.net mvc application? : Asp.Net MVC

0 Answers  


How do you perform validations ?

2 Answers   Microsoft,


what are the advantage in asp.net and what are the question ask for interview in vb.net and asp.net

0 Answers   TCS,


what is difference between .net 3.0 and 3.5

3 Answers  


Categories