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
Which compiler switch creates an xml file from xml comments in the files in an assembly?
What is the difference between package and interface?
What is the boxing and unboxing in c#?
Is string mutable in c#?
Is learning c# hard?
List some of the basic string operation?
What is Reflection in .NET? Namespace? How will you load an assembly which is not referenced by current assembly?
What is .net c#?
How can you read 3rd line from a text file?
Can private virtual methods be overridden in c#.net?
Is list ienumerable c#?
Distinguish between finally and finalize blocks?
What is firstordefault c#?
Why do we overload constructors?
Explain about WSDL