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 preprocessor in .net and type, where it use?
What is asp net application object?
What are the differences between application object and session object?
What is postback pixel?
What is the purpose of master page?
How do you store a value in viewstate and retrieve them?
How is the asp.net mvc architecture different from others? : asp.net mvc
How to register exception filter globally?
Why does my asp.net file have multiple tag with runat=server?
Is it possible to develop a single web application using ASP.NET webforms and ASP.MVC?
How do u deploy ur project?
Can user control be stored in library?
Explain the difference between panel and groupbox classes using .net?
What are the validation controls available in ASP.NET?
Explain the difference between singleton and single call?