What layout mode is the default when a new Web Form is created?
a) GridBagLayout
b) GridLayout
c) FlowLayout
d) FormLayout
Answer Posted / 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 View All Answers
Why is global asax is used for?
What is redirecting behavior?
How many types of session in ASP.NET
How will create assesblies at run time?
What are httphandlers and httpmodules and difference between them?
What are the difference between overriding and overloading?
how to implement some securty aspect in our application i.e 1.cookie poisioning. 2.data encryption. 3.forcefull browsing 4.sql/code injection 5.securing web app by using web services ........my question is how to implement these thing in our application is this done by hard coding or by help of some tool
Explain what are webservices?
What is the main differences between asp and asp.net?
What are HTTP handlers in ASP.NET?
When cookie will expire?
What is the displayafter property in updateprogress control?
How asp.net mvc differs from asp.net web forms? : asp.net mvc
Where would you use an ihttpmodule, and what are the limitations of any?
What is side-by-side execution? Can two applications, one using a private assembly and other using a shared assembly, be stated as side-by-side executables?