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 is a web service in .net?
How we can achieve Connection pooling in .Net?
How can I tell if .net 3.5 is installed?
What is heap and what is stack?
which method do you use to redirect the user to another page without performing a round trip to the client? How?
What is dot net architecture?
What is loosely coupled solution in.net?
What is reflection in microsoft .net context?
Which namespace does it belong to by default?
Tell us what do the following acronyms in .net stand for: il, cil, msil, cli and jit?
How is .net able to support a lot of languages?
i m fresher,hav SQL knowledge but in my ofc. i hav to work on dotnet. so plz tell me how to learn it,? from where to stat? i hav C prog. knowledge, ASP.net
Where does the gac exist ?
Do you know the difference between the stack and the heap?
What is Full trust permission set in .Net