Write code for fetch record nos 15 to 25 from a dataset
containing 50 records?
Answer Posted / monika
insert a new column "Rowid int identity" and then you can
access the data with the query like
select * from tablename where rowid >=15 and rowid<=25
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Explain how to rename a table using sql queries?
Define marshling?
How to create a key pair in .net?
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
What is .net3.0 and .net3.5?
How can I find out what the garbage collector is doing?
Give a brief introduction on side-by-side execution. Can two applications, one using private assembly and the other using the shared assembly be stated as side-by-side executables?
Define satelite assembly?
Explain clr, cts and cls?
How do you generate a strong name?
What is the use of UML in .Net
Explain Creational design pattern in .NET?
What is the intermediate language between asp and asp.net1.0?
Define code access security (cas)?
Types of evidence in .net with context to CAS