View Single Post
  #3 (permalink)  
Old 09-23-2008, 4:00 AM
Shanks Shanks is offline
VB.NET Forum Newbie
.NET Framework: .NET 3.0 (VS 2005/2008)
 
Join Date: Sep 2008
Age: 34
Posts: 3
Reputation: 0
Shanks is on a distinguished programming path ahead
Default

First you need to decide on where you are going to save the current Id, text file, database, .dat file. Then when you load the form you need to parse what ever file you have decided to use, apply the current number to a session variable and then just increment it each time you push your radio button.

Making any sense??

If not let me know and i'll post some psuedo-code.
Reply With Quote