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 |
What are different types of authentication techniques that are used in connection strings to connect .net applications with microsoft sql server?
Can I tap into other windows livetm services?
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.
how many select state ments are used in stored procedure?
How many types of cookies are there in asp.net?
what are the files used in asp .net
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?
Elaborate differentiation between ViewState and SessionState?
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?
How many ways are there to maintain a state in .net? What is view state?