if i used stored procedure for retrieving the data from sql
server.in front end i had used data reader.when 100 records are
there in table.when it has displayed ten records in frontend
database has been collapsed.then where should our data available...

Answer Posted / dhaval

If we show 10 data in frontend then it can be residing in the ArrayList or any kind of collections. On demand, we can get other 10 likewise. if data is lost then there is no way to get it we will find the data in Database only

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is sorting in c#?

509


What is inline function in c#?

503


What is firstordefault c#?

530


What is the name of c# compiler?

617


How to prevent the error while updating ui control from another thread?

491






Does c# support multilevel inheritance?

477


What is asp net c# corner?

781


What is an escape sequence in c#?

499


What is icomparer in c#?

479


What are the different approaches of passing parameters to a method?

466


Does c# support properties of array types?

505


What is data types in c#?

513


Differentiate between response.expires and response.expiresabsolute?

527


What is gridview c#?

490


If multiple interfaces are inherited and they have conflicting method names; What will happen ?

496