Home
|
Tutorial
|
Articles
|
Forum
|
Interview Question
|
Code Snippets
|
News
|
Fun Zone
|
Poll
|
Web Links
|
Certification
|
Search
Welcome :
Guest
Sign In
Register
Win Surprise Gifts!!!
Congratulations!!!
Top 5 Contributors of the Month
Jean Paul
satyapriyanayak
Narayanan
Karthikeyan Anbarasan
JQuery Developer
Home
>>
Interview Question
>>
ASP.Net
>>
Post New Question
Subscribe to Interview Questions
What is the default Orientation property in a Menu control?
Posted By :
Narayanan
Posted Date :
August 03, 2012
Points :
40
Category :
ASP.Net
The default is Orientation.Vertical.
You can also find related Interview Question to
What is the default Orientation property in a Menu control?
below:
What property of the control can determine whether it can recieve a user focus ?
TabStop=true
(More...)
A default property is called as a...
Indexer
(More...)
which is the default property for all controls?
text property
(More...)
Default setting for the expires attribute of the document.cookie property?
The duration of the browser session.
(More...)
By Default, ASP.NET does not allow HTML tags to be sent to server via client side due to security reason. Which property needs to be set that allows HTML tags to be processed by server?
ValidateRequest Property needs to be set to false. By default it's true so it does not allow unencoded HTML tags to be processed at server. It can be set at page level or at application level via web.config.
(More...)
When file upload control is used, you can add maximum 4 mb size of the file. Using which property one can extend the limit of file size?
MaxRequestlength Property needs to be set. It takes value in KB. It can support max 2GB file.
(More...)
If for a Compare Validator control, ControlToCompare and ValueToCompare properties are set, then which property will take precedence?
The ControlToCompare property takes precedence.
(More...)
Which property common in every validation control?
ControlToValidate
(More...)
Which property needs to be set for script manager control to extend the time before throwing time out expection if no response is received from the server?
AsyncPostBackTimeout Property needs to set which gets or sets a value that indicates the time, in seconds, before asynchronous postback time out if no response is received from the server.
The default value of this property is 90 second. We can also set the user defined error message using asyncpostbackerrormessage property (as shown in above code) for time out.
(More...)
Name the control whcih displays a multi level navigation menu.
TreeView control
(More...)
Quick Links For Interview Questions Categories:
ASP.Net
Windows Application
.NET Framework
C#
VB.Net
ADO.Net
Sql Server
SharePoint
Silverlight
OOPs
JQuery
JavaScript/VBScript
Biztalk
Patten/Practices
.IIS
WCF
WPF
WWF
Networking
Aptitude
Others
All
Find questions, FAQ's and their answers related to .NET, C#, Vb.Net, Sql Server and many more.
Now you can find lots of .NET, C#, Vb.Net, SQL Server,Windows, ASP.Net related Questions and their Answers here at www.dotnetspark.com. Our aim is to help you pass your certification Exams (MCP, MCSD, MCAD etc.,) with flying scores and get good name in your company.
So, Start looking our
Interview Question
section daily and improve your .NET Skills. You can also help others by posting Interview Questions and their Answers in this section.
Hall of Fame
Twitter
Terms of Service
Privacy Policy
Contact Us
Archives
Tell A Friend