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
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 |
How can you apply a theme to your asp.net application?
what is wpf and wcf in .net explain with an example?
Explain the difference between debug.write and trace.write?
What are the types of authentications in ASP.NET?
2 Answers Accenture, BirlaSoft,
What is the difference between Postback and Ispostback Property?
7 Answers Atrocity Apps Technologies, DC Infotech, HCL, Maples, Visual Soft,
can sn.exe can be used before gacutil.exe
Explain the difference between asp & asp.net.
How do you pass session values from one page to another ?
Where code pages are used?
How do you retrieve information from web.config ?
In a page there is dropdown list with the name of the cities like Bangalore,Pune,Chennai,Other and a text box that would enable the user to enter the name of the city if other is selected. How to enable validation on the text box if other is selected
What is the purpose of the validation summary control? What do you need to do to prevent an error message from being displayed in a validator when a validation summary control is used? How can you display a message in both the validator and the validation summary control?