AboutSyed Rizwan Muhammad Rizvi Expertise I can answers questions regarding web based and desktop based programming in VB.Net. Which can include SOAP, XML, Custom Controls, COM Interoperability etc.
Experience Have been working in this specific area for last 2 years previously I was a VB 6 Developer with experties in other languages as well. Total 10 years of programming experience.
Question Thanks for the solution
can one dataset and one datareader will work in the next button click
Answer you simply load the data once in a dataset using a datareader at the load of page lets say, and then keep the dataset in session, also you can keep the current Row number in session as well, so once the user click on next button you increase the current row number and access the row from dataset like