Write code for fetch record nos 15 to 25 from a dataset
containing 50 records?
Answer Posted / kinjal
one extra int field add in database and set identity.
if that datafield name is id then write the query
select * from database_table where id>=15 and id<=25.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Explain the main components in .net?
Explain what do the terms “boxing” and “unboxing” mean?
what user controls are and what server controls are and the differences between the two.
Is there built-in support for logging?
What is web.config in .net?
Can a try block have nested try blocks?
What is the difference between .net 2000 and .net 2005(features)? Which one is better?
Explain about .Net products?
Write the .net syntax for 'while loop'?
Should I implement finalize on my class? Should I implement idisposable?
Is .net an object oriented language? What are their components?
Explain what does managed mean in the .net context?
Explain the difference between vb and vb.net?
What are data types in .NET?
Tell us what is a variable of implicit type and what is its scope?