CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jun 2009
    Posts
    15

    Capture the current value in a variable.

    I have a radio button list and dropdown .when user select an option from radio button -
    dropdown change dynamically.

    I need to capture current value in a variable.
    how can i do that

  2. #2
    Join Date
    Jun 2004
    Location
    Kashmir, India
    Posts
    6,808

    Re: Capture the current value in a variable.

    It is like asking this sort of question. "When there is a fire, there is a smoke. So how far would New York be from LA?"

    You need to be specific about what you are asking. Do you want code for changing the drop down dynamically when an option is selected, then use Ajax/javascript.

Tags for this Thread

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