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
Describe the programming model of a windows service
Please explain what do the terms “boxing” and “unboxing” mean?
what will do to avoid prior case?
Explain is the jit an interpreter?
What versions of .net are there?
Explain what is the difference between a class and an object?
Please explain the difference between constants and read-only variables?
Explain what is a delegate?
Explain the difference between public and static modifiers?
What are .net functions?
What is the use of activex control in .net?
If any body working in Infosys, please can u give me the referense to that company because i hered that their is openings for freshers with referal..
Explain the procedure to add assemly to gac to make it shared one?
How to convert a .NET object into COM operabililty?
What is .net standard?