Previous Next

Thread: Issue with Request.Form()

Last post 05-04-2008 2:34 AM by ViTran. 18 replies.

Average Rating Rate It (5)

RSS

Page 2 of 2 (19 items) < Previous 1 2

Sort Posts:

  • 05-02-2008, 8:47 AM In reply to

    • ViTran
    • Top 500 Contributor
    • Joined on 04-17-2008, 3:56 PM
    • Posts 11
    • ViTran

    Re: Issue with Request.Form()

    Well I gave up on the classic asp page and just created a new one in asp.net vb.  Thanks for trying to help me out.  I was just going off of code that was in place before and was trying to tweak it to work a new way, but finally gave up.  The new asp.net vb page is working well though.

     Not sure if i can ask this here but how do you take a varible that is on the code behind page and input into the javascript on the front end?  Currently it says its undefined but when I do response.write() on the code behind it is storing something.

  • 05-02-2008, 10:31 AM In reply to

    • tomkmvp
    • Top 10 Contributor
    • Joined on 03-20-2003, 6:27 AM
    • Lawrenceville, NJ
    • Posts 3,484
    • IIS MVPs
    • tomkmvp

    Re: Issue with Request.Form()

    As you've found, client-script and server code don't talk directly.  The way to do this is put a literal control in the place where you need the javascript, and set the text of the literal to be your javascript code that includes the value you need.

  • 05-03-2008, 1:13 AM In reply to

    Re: Issue with Request.Form()

    for some of the more unique coding things, I'd recommend checking out http://forums.asp.net  Many smart folks over there that know coding better than IIS admins, well me at least.

    Steve Schofield
    Windows Server MVP - IIS
    MCTS - Windows Hosting

    http://weblogs.asp.net/steveschofield
    http://www.iislogs.com
    http://www.orcsweb.com/
    Managed Hosting Solutions
    #1 in Service and Support
  • 05-04-2008, 2:34 AM In reply to

    • ViTran
    • Top 500 Contributor
    • Joined on 04-17-2008, 3:56 PM
    • Posts 11
    • ViTran

    Re: Issue with Request.Form()

    Thanks for all your  on help.  I gave up on classic ASP and did it in ASP.net VB and with the help of the people over at asp.net.

Page 2 of 2 (19 items) < Previous 1 2
Page view counter