How do you get records number from 5 to 15 from a dataset of
100 records?
Answer Posted / ramakrishnan t
sqldataadapterobj.Fill(datasetobj,5,11,"tablename");
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
What is the request flow used for asp.net mvc framework? : asp.net mvc
What are session objects?
Explain the Order of events in an asp.net page?
How many types of cache are there?
What is .net framework and what are the main components of it?
What is the difference between server-side scripting and client-side scripting?
What are server activated objects?
How would you get asp.net running in apache web servers?
Will the asp.net validators run in server side or client side? How do you do client-side validation in .net?
How could you modify xaml content from javascript?
What are validators and list some validators of asp.net?
What are type/key pairs in client script registration? Can there be 2 scripts with the same type/key pair name?
Can I read the hard disk serial # of the client computer using asp.net?
Why is global asax is used for?
Explain the basic functionality of garbage collector?