vb send string to asp

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • patr0805
    New Member
    • Sep 2007
    • 48

    vb send string to asp

    Hi. I have this problem that I want to send a string to a aspx site on my website from my local Visual Basic application and I would like it both ways.

    Can anyone help me?

    I guess it is something like
    Dim a
    a = Me.season("dsd" )
    in the web application.

    If there doesn't exist any quick code to do this like me.season then tell me.
    Last edited by Killer42; Jan 21 '08, 07:13 AM.
  • daniel aristidou
    Contributor
    • Aug 2007
    • 494

    #2
    Originally posted by patr0805
    Dim a

    a = Me.season("dsd" )
    What is Me.Season.....C ontrol?

    Comment

    Working...