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
What are the differences between user control and server control?
I'm having some trouble with cas. How can I troubleshoot the problem?
In code behind class, name the type of code found. Is it the server side code or client side code?
What is the difference between override and overload in a method?
How do you view the methods and members of a dll?
Explain how does assembly versioning work?
Can you edit data in repeater control? How?
what is the default security setting in .net?
what is machine key error in .NET how can we solve it?
Which namespace does it belong to by default?
What is il in vb.net?
What is a serviced component?
Write the .net syntax for 'while loop'?
What are the authentication methods in .net?
Is .net a programming language?