AllExperts > Experts 
Search      

VB.NET

Volunteer
Answers to thousands of questions
 Home · More Questions · Answer Library  · Encyclopedia ·
More VB.NET Answers
Question Library

Ask a question about VB.NET
Volunteer
Experts of the Month
Expert Login

Awards

About Us
Tell friends
Link to Us
Disclaimer

 
 
 
 
About Syed 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.

 
   

You are here:  Experts > Computing/Technology > Basic > VB.NET > asp.net

Topic: VB.NET



Expert: Syed Rizwan Muhammad Rizvi
Date: 9/1/2006
Subject: asp.net

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

rowNum = rowNum + 1
dataset.Tables(0).Rows(rowNum)("FileName")

that should help.

Add to this Answer    Ask a Question



  Rate this Answer
   Was this answer helpful?
Not at allDefinitely              
   12345  

     
About Us | Advertise on This Site | User Agreement | Privacy Policy | Help
Copyright  © 2008 About, Inc. About and About.com are registered trademarks of About, Inc. The About logo is a trademark of About, Inc. All rights reserved.