Hi All.
I have been trying to find the answer to a simple question, but from what i have found so far, it seems very complicated.
I have a small SQL database with a couple of web pages - master and detail. I can insert, update, delete entries on both pages with no problems - as long as i remember the "masterID" from the master page, when adding new records to the details page.
There lies my simple question - there must be a way of getting the details page to remember the masterID when i insert a new related record?
Someone has told me to use a session state - which is fine if you know what one is, but can someone now tell me how to use it? I can't believe that something so simple is so hard to do..
Thanks to anyone with the patience to help me - just a small HOWTO would be fine - thanks again.
Regards
Ian
I have been trying to find the answer to a simple question, but from what i have found so far, it seems very complicated.
I have a small SQL database with a couple of web pages - master and detail. I can insert, update, delete entries on both pages with no problems - as long as i remember the "masterID" from the master page, when adding new records to the details page.
There lies my simple question - there must be a way of getting the details page to remember the masterID when i insert a new related record?
Someone has told me to use a session state - which is fine if you know what one is, but can someone now tell me how to use it? I can't believe that something so simple is so hard to do..
Thanks to anyone with the patience to help me - just a small HOWTO would be fine - thanks again.
Regards
Ian