CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Threaded View

  1. #2
    Join Date
    Jul 2004
    Posts
    5

    Cool ==========Solution=============

    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=<&#37;=Session("PartID")%>">
    Last edited by fitchic77; October 16th, 2010 at 11:50 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured