How to deal with Session?
I'm coding by Visual Studio Web Developer,and Access 2003.
My problem is:
I create a datagrid with following characters:
Col1 Col2
pic1 [u]Question1</u>
...
Panel1
------------
- -
- -
------------
When I click on [u]Question1</u>, and then Panel1 will show all information that relates in it.
I know that I must use Session to cacth the idQuestion, but can you help to code the above problem?
dungtd
|