IF we have lot of records in Database. How we can handle them?
Answer Posted / ashish bharadwaj
You can set this value in web.config. For example, to
change the timeout for one specific page:
<location path="somefile.aspx">
<system.web>
<httpRuntime executionTimeout="180"/>
</system.web>
</location>
Hope that helps.
Ashish Bharadwaj,Noida(delhi)
mail:-ashishsrm85@gmail.com
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What does sqldatareader return?
Why is it important to close an ado.net application?
Define data adapter?
Which object needs to be closed?
How to identify the updated rows in a dataset?
What are the features of ado.net?
What are the pre-requisites for connection pooling?
What are the important features of ado.net 2.0?
Which property is used to check whether a DataReader is closed or opened?
Explain which name space is used to get assembly details?
What property must be set and what method must be called in your code to bind the data from some data source to the Repeater control?
Is it possible to load multiple tables in a Dataset?
What are the advantages and drawbacks of using ado.net?
What does executequery return?
Give few examples of datareader that is used in different dataproviders.