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 an example of ordinal data?
What are typed and untyped dataset?
Describe the command object and its method.
What does executenonquery () method return?
What is ado code?
What are datareaders?
What is ole2 format?
What is ado.net and its features?
how can implement dropdownlist in particular of dataset when try to update?
What are the objects of ado.net?
What is ambient transaction?
What is the role of the dataset object in ado.net?
What is sql connection in ado.net?
Why is it important to close an ado.net application?
What do you mean by performing asynchronous operation using command object?