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 are the major challenges in accessing data from a database?
What is defaultview in datatable?
How will you differentiate between ADO (ActiveX Data Object) and RDO (Remote Data Objects)?
What is ado in agriculture?
Which method in OLEDBAdapter is used to populate dataset with records?
Does executenonquery return a value?
How does ado.net work?
What is the difference between ado.net and entity framework?
What is the difference between ADO and ADO.Net?
What is the difference in record set and dataset?
In how many ways we can retrieve table records count? How to find the count of records in a dataset?
How do you find the count of records in a dataset?
What is difference between entity framework and ado.net?
What is ado.net full form?
What are datareaders?