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 multicast delegates?
What's a windows process in .net?
How com+ related to the dna architecture?
hai, about trading domain and need simple project on trading system. please help me...
Compare client server application with n-tier application
What is static constructor, when it will be fired?
Will my .net app run on 64-bit windows?
What are two different types of remote object creation mode in .net?
Different levels of priority provided by .net.
What data providers available in .net to connect to database?
What is Ajax? How it is related to your project?
Explain webfarm vs webgardens in .net?
What is namespaces in .net?
What is equivalent for regsvr32 exe in .net ?
What is alias ? Is it used in .Net ?