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
Describe state management in asp.net?
Who is using asp.net?
Can I stream live content/events?
What’s difference between “optimistic” and “pessimistic” locking?
how to write html code with ssl
What is http only cookie?
Explain global assembly cache.
What is class and object in asp.net?
What are the differences between the response.write() and response.output.write()?
Can you change a Master Page dynamically at runtime?
What is the application pool?
What are html helpers in asp.net?
What is difference between viewstate and session state in javascript?
What is data binding in asp net?
What is query string in asp.net?