Please remember I am still learning ASP and Not even sure I can do this.
I have a DB selection list. When I select something I call a the "onclick" function that then calls the same page. I pass along in the call string "intCompanyID=9" so I know which company was selected and I can repopulate the list. However, if input is already entered in other fields, when I come back, I loose all the data. Either I am not populating my session variables correctly, or they get reset when I call the page. So my question is 2 fold.
1. Can I call the page that I am currently on and pass field values that are field in through session variables?
2. When/how do I populate them.
I have a DB selection list. When I select something I call a the "onclick" function that then calls the same page. I pass along in the call string "intCompanyID=9" so I know which company was selected and I can repopulate the list. However, if input is already entered in other fields, when I come back, I loose all the data. Either I am not populating my session variables correctly, or they get reset when I call the page. So my question is 2 fold.
1. Can I call the page that I am currently on and pass field values that are field in through session variables?
2. When/how do I populate them.