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


Please Help Members By Posting Answers For Below Questions

What is variable view?

497


Does executenonquery return a value?

538


What providers does Ado.net uses?

571


What are the 3 major types of connection objects in ado.net?

541


What is typed dataset ?

676






How to perform sorting on a table in ADO.NET?

553


What is an orm, and why would you use one instead of plain old ado.net?

572


How do you update database through dataset?

537


List the 4 common ado.net namespaces?

697


What are two types of transaction supported by ado.net?

533


What is ado asp?

513


Which object needs to be closed?

1742


What is connected architecture in ado.net?

522


Can you explain how to enable and disable connection pooling?

506


What are all the classes that are available in System.Data Namespace?

552