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 is data relation in ado.net?
How to copy the contents from one table to another table and how to delete the source table in ado.net?
Explain the role of data provider in ado.net?
What are the benefits of using of ADO.NET in .NET 4.0?
how you will deal result set? How do you sort a dataset?If a dataset contains 100 rows, how to fetch rows between 5 and 15 only?
Define table relations?
What Is Difference Between Ado And Ado.net?
What is the difference between OLEDB Provider and SqlClient?
Which namespaces are used for data access?
What are the different methods available under the sqlcommand class to access the data?
How to add a javaScript function in a datagrid?
Explain what are the steps to connect to a database?
What is ole word?
What is the usage of the dataset object in ado.net?
What is ado.net object model?