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 to display Alert in ASP.NET
What is difference between response.redirect and server.transfer ?
2 Answers Kalinga Software, Satyam,
About session modes
Suppose, I have 3 pages, Page1.aspx, Page2.aspx, Page3.aspx. All pages are in diff. server. When user req. for a page, Page1.aspx opens Ist & a session established. If user req. for IIn page, second session established. Similarly, 3rd session established if user req. 3rd page. In this scenario, tot. 03 sessions are established. How we can minimize it so that it will work with only one session?
Where you store Connection string in "Web.Config" file in ASP.NET?
0 Answers Sans Pareil IT Services,
What are Session states available and its Uses?
What is the mvc model?
When was asp.net released?
What are the new page events added in Asp.net 2.0 ?
How can you change a Master page dynamically in which event of page life cycle?
Explain the advantages of caching?
What is role manager work in web.config? how to restrict perticular pages from the users using the role manager?