in .aspx.vb file:
Me.Session("PartID") = Me.txtPartID.Text
in .aspx file
<a href="http://localhost/index.aspx?action=parts&form=resources_parts_locations&id=<%=Session("PartID")%>">
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 2 of 2
Thread: Session VariablesThreaded View
|
Click Here to Expand Forum to Full Width |