Results 1 to 3 of 3

Thread: passing value from html page to vb page....

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Nov 2001
    Location
    Singapore
    Posts
    24

    passing value from html page to vb page....

    anybody know how to pass values from the html page to the vb coding page???

  2. #2
    Banished Cander's Avatar
    Join Date
    Dec 2000
    Location
    Why do you care?
    Posts
    6,913
    please elaborate what you are trying to do.
    Stack Overflow
    See the features of Visual Studio 2010 and C# 4.0: The 10-4 show on Channel9

  3. #3

    Thread Starter
    Junior Member
    Join Date
    Nov 2001
    Location
    Singapore
    Posts
    24
    i mean, for example.....

    in the html page, i set a value
    <%Dim temp as string
    ....
    temp = reader.getString(0)%>

    how do i get the value of temp in the vb code page....

    sub check_info()
    dim label as string

    label = temp (*how do i get the value of temp?*)
    end sub

    thankx!!!

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