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
satyapriyanayak
Narayanan
Thamilselvan J
Anna Harris
Eone James
Home
>>
Interview Question
>>
.NET Framework
>>
Post New Question
Subscribe to Interview Questions
What is smart Navigation property in ASP.NET?
Posted By :
Murali Krishna
Posted Date :
April 12, 2012
Points :
40
Category :
.NET Framework
The is one of the coolest property that Microsoft had come up in ASP.Net 2.0 where by using this we can maintain the scroll position of page in post backs.
You can also find related Interview Question to
What is smart Navigation property in ASP.NET?
below:
What is smart navigation?
The cursor position is maintained when the page gets refreshed due to the server side validation and the page gets refreshed.It is called smart navigation.
(More...)
What property will determine whether the form is a MDI Form ?
IsMDIContainer
(More...)
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...)
What property do you have to set to tell the grid which page to go to when using?
Datgrid's CurrentPageIndex Property
(More...)
What is isPostback property?
This property is used to check whether the page is being loaded and accessed for the first time or whether the page is loaded in response to the client postback.
Example:-
Consider two combo boxes In one lets have a list of countries In the other, the states. Upon selection of the first, the subsequent one should be populated in accordance. So this requires postback property in combo boxes to be true.
(More...)
Explain about the readystate Property.
Readystate property holds the response of the server to the query generated from the client side. Each time the readystate property changes onreadystatechange function will be executed. Some of the values for the readystate property are as follows if the status is zero the request is not initialized, 1 the request has been set up, 2 the request has been sent, 3 the request is in process, 4 the request is complete.
(More...)
How can I look up a parent class method or property of any System-level object?
Use the Class View window, accessed from the standard toolbar by clicking View | Class View.
(More...)
Which property on a Combo Box do you set with a column name, prior to setting the Data Source, to display data in the combo box?
ComboBox.DataValueField = "ColumnName"
When we use Databind method for the Combo box we set Display Member and Display Value property to column name.
(More...)
which is the default property for all controls?
text property
(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