How do you get records number from 5 to 15 from a dataset of
100 records?
Answer Posted / guest
OleDbConnection1.Open()
OleDbDataAdapter1.Fill(DataSet21, 5, 15, “tab”)
| Is This Answer Correct ? | 8 Yes | 3 No |
Post New Answer View All Answers
What is the purpose of master page?
What is the good practice to implement validations in aspx page?
Can you change a master page dynamically at runtime? How?
How can i explain my project during interview?many time i expalain my project but they did't accept? please explain me.
Explain the boxing and unboxing concept in .net?
To display data in the combo box, prior to setting the Data Source, what kind of property on a Combo Box do you set with a column name?
Explain managed code an un-managed code.
What is synchronous and Asynchronous post back ?
How is the asp.net mvc architecture different from others? : asp.net mvc
Explain what does mvc represent in asp.net? : asp.net mvc
when a request is made in Life cycle of ASP.NET page .
Does web services support data reader like pom project?
What is event bubbling?
How to disable validator control by client side JavaScript?
How do we implement bundling in MVC?