What layout mode is the default when a new Web Form is created?

a) GridBagLayout
b) GridLayout
c) FlowLayout
d) FormLayout

Answers were Sorted based on User's Feedback



What layout mode is the default when a new Web Form is created? a) GridBagLayout b) GridLayout ..

Answer / amit pandey

its b : gridlayout

Is This Answer Correct ?    9 Yes 0 No

What layout mode is the default when a new Web Form is created? a) GridBagLayout b) GridLayout ..

Answer / shwetha

when it is .Net2003 it will be Grid Layout..

When it is .Net2005 it will be flow Layout..

Is This Answer Correct ?    5 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

What are different types of authentication techniques that are used in connection strings to connect .net applications with microsoft sql server?

0 Answers  


Can I tap into other windows livetm services?

0 Answers  


Hey I am using asp.net mvc architecture. I creating one dropdownlist using <select id="State" name="State"></select> this is dynamic list.Its displaying properly. But in time of Edit.If i load a page dropdownlist is not displaying the item which is stored in table.

1 Answers  


how many select state ments are used in stored procedure?

8 Answers   CSC,


How many types of cookies are there in asp.net?

0 Answers  


what are the files used in asp .net

1 Answers  


33) You create English, French, and German versions of your ASP.NET application. You have separate resource files for each language version. You need to deploy the appropriate resource file based on the language settings of the server. What should you do? A . Create an installer and set the Installer.Context property for each version of your application. B . Create an installer that has a launch condition to verify the locale settings. C . Create an installer that has a custom action to install only location-specific files. D . Create an installer that has an MsiConfigureProduct function to install the appropriate version.

2 Answers   Friedkin, ISH, Syntax, Syntax Softtech,


How do you open a page in a new window?

0 Answers  


Elaborate differentiation between ViewState and SessionState?

0 Answers   QuestPond,


How to make paging concepts in datagrid in ASP.NET?

0 Answers   Sans Pareil IT Services,


Explain the difference between Repeater and Data list control in ASP.NET?

0 Answers  


How many ways are there to maintain a state in .net? What is view state?

0 Answers  


Categories