Results 1 to 2 of 2

Thread: ASP.NET and Remoting.

  1. #1

    Thread Starter
    Super Moderator Wokawidget's Avatar
    Join Date
    Nov 2001
    Location
    Headingly Occupation: Classified
    Posts
    9,632

    ASP.NET and Remoting.

    I am looking at this site:

    http://www.codeproject.com/aspnet/Al...eScripting.asp

    Which shows you how to implement remoting in ASP.NET
    We have this running in our apps, however, I don't fully understand it

    What happens is when the page loads and a select a value from comboA then comboB gets populated using remoting. This works fine. However, if I try to read the selected value from ComboB it comes back as nothing.

    This has something to do with viewstate and page_load and...errr...not sure...but anyways it looses it's value after the JS has populated it and selected a new value in the list.

    How can I tell JS to properly select a value?

    Woka

  2. #2
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: ASP.NET and Remoting.

    Show us the code you're using to try to read the combobox.

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