Write code for fetch record nos 15 to 25 from a dataset
containing 50 records?
Answer Posted / monika
insert a new column "Rowid int identity" and then you can
access the data with the query like
select * from tablename where rowid >=15 and rowid<=25
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Tell me what is serialization?
When a Static Constructor called in .NET?
How can I find out what the garbage collector is doing?
Please explain what is heap and what is stack?
Define satelite assembly?
Describe difference between inline and code-behind?
What is the difference between .net and laravel?
What is Full trust permission set in .Net
Write Code for DataSet,Datareader,and by deleting the button gridview should be empty?
Please explain what is a delegate?
Do you know what is .net standard?
What is STA in .NET?
What is meant by globalization?
Explain asp.net?
How does cas works?