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 will do to avoid prior case?
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 about the features and elements present in Visual studio.NET IDE?
What is a design pattern and what is it for?
Tell about your technical profile ?
How do you instantiate a complex number?
What's a windows process in .net?
What is the difference between vb.net and vc#.net?
When we go for html server controls and when we go for web server controls?
Explain what relationship is between a process, application domain, and application?
Please explain the difference between constants and read-only variables?
How will you load an assembly which is not referenced by current assembly?
Can any object be stored in a viewstate in .net?
What is deferred execution vs. Immediate execution in linq?
Why inheritance is important?