i'm running into this odd problem. i'm making and interface for a tiny database table using ASP. so, it reads the info, gets the first record no problem. then i have submit buttons at the bottom. i'm using HTML with a form method of post and an action of =GetCurentPage so i link back to the page i'm on. this is were my problem is. because i load the page every time after i press a submit button, i keep redeclaring my connection to the database, and therefore always linking up to my first record. now, this is a huge problem, becuase anytime i want to advance through my records, i would press next, but since next reloads the webpage, it will redeclare the conection variable and return to the start, therefor, i can't move through the records at all.
so, i was wondering if there was a method to find out whether the current page has been loaded durning the session. or maybe i'm approaching this form all wrong and there is a simpler way of doing it? either way, an help would be great.
there are 10 people in this world. those who know binary, and those who don't.
so, i was wondering if there was a method to find out whether the current page has been loaded durning the session. or maybe i'm approaching this form all wrong and there is a simpler way of doing it? either way, an help would be great.
there are 10 people in this world. those who know binary, and those who don't.