if you disable view state of a textbox will it maintain
data during postbacks.if yes reason

Answer Posted / k

No. Becoz it is a stateless connection.

Is This Answer Correct ?    1 Yes 24 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the different types of events are occured when a client requests an ASP.NET page from IIS server?

583


In Data grid the question is below quantity price total these are 3 fields available in data grid if you enter quantity the total has to update automatically.Price field is already filled completely

1548


If you have an application with multiple security levels though secure login and my ASP.NET web appplication is spanned across three web-servers by using round-robbin load balancing. Explain which is the best approach to maintain login-in state for the users?

598


What events will occur when a page is loaded?

576


What is the differences between a primary key and a unique key in sql server?

536






Explain the features that make asp.net more used framework? : asp.net mvc

479


What is a nested masterpage in asp.net 2.0? Can there be a master page inside a masterpage?

506


What is actually returned from server to the browser when a browser requests an .aspx file and the file is displayed?

531


What are the Types of session management in ASP.NET

562


Hello, Using Visual Studio 2005 (VB) I am working to create a Web Site implementing the following: Within a gridView I have placed a dropdownlist control with a DataSourceID="SDSLkupList". SDSLkupList is a sqlDataSource used to store a lookup list for dropdownlist translation from ID to text. SDSLkupList contains the translation text and other fields related to the dropdown selection ID. (Thought it would be efficient to get everything at the same time.) I would like to provide the user the ability to select from the dropdownlist and, based on the selection, use labels to list related columns stored on the SDSLkupList in separate gridView columns. I have read that SqlDataSources are not meant to be used for individual controls. Since SDSLkupList contains all related information, is there a way to do a find using the dropdownlist selectedValue? (I was not able to discover one.) Otherwise, what should I use? It would need to set the labels on the gridView DataRowBound event as well as the SelectedIndexChanged events. Has anyone done this? Any help would be appreciated. Thanks in Advance. Neal

1374


Explain the use of dataadapter.

576


What is the use of HttpHandlers? When to use this?

626


Define page output caching?

575


Explain the purpose of storyboard.targetproperty.

520


Dataset is the disconnected environment. suppose if you are binding records to gridview (disconnected environment) and you are making changes to the the grid but before updating the database if any other user modify the data, how will you avoid such problem?

1718