Results 1 to 3 of 3

Thread: clientside event on radiobuttonlist selectedindexchange

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jan 2002
    Location
    India
    Posts
    84

    clientside event on radiobuttonlist selectedindexchange

    Hello,

    I have a Radio Button List containing 5 elements. I require that on selection of any radio button, a drop down list box gets populated (from database - needs to go to server) depending upon the selection in radio button list.
    but how can I avoid the complete post back of the page and still be able to achieve the functionality.
    I am new to asp.net and web technologies. Plz help.

    Regards,
    Sanjeev

  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: clientside event on radiobuttonlist selectedindexchange

    Do a search for ASP.NET AJAX then. It'll allow you to use javascript to call a page or a service which returns data to you, you then can use the returned data to populate the dropdownlist.

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Jan 2002
    Location
    India
    Posts
    84

    Re: clientside event on radiobuttonlist selectedindexchange

    Thanks for your reply.
    I will check for the same.

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