How do you get records number from 5 to 15 from a dataset of
100 records?
Answer Posted / appu
sqlDataAdapter da=new sqlDataAdapter ();
Da.fill(Dataset dataset,int StartRecord,int MaxRecords,string srcTable(TableName)
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What is difference Between Authentication and authorization?
What is the difference between session and viewstate in asp.net?
How to handle errors in Web API?
How do we assign page-specific attributes?
How can we register exception filter globally?
What is an il?
How do you open a page in a new window?
What is asp.net file?
What is the difference between CC and BCC?
What is query string? What are its advantages and limitations?
What is GAC in ASP.NET 2.0
What is difference between View State and Hidden Field in ASP.NET?
How to find last error which occurred?
Is it true that a Web service must be written in .NET or not?
Explain the different types of assemblies?