maanton
Programmer
- Mar 27, 2005
- 52
Hi all!
My line of code is
Apart from that, I need to pass some other data to be available on the next page as well.
How is that possible?
Thanks in advance
My line of code is
Code:
<a href="country_info.asp?ID=<%=(desc.Fields.Item("country_info_id").Value)%>">LINK</a>
Apart from that, I need to pass some other data to be available on the next page as well.
How is that possible?
Thanks in advance