Prepare for your Next Interview
This is a discussion on Without creating postback to the server within the ASP.NET forums, part of the Web Development category; I have a radiobuttonlist that have 3 options,and a dropdownlist in which the values come according to the option selected in radiobuttonlist.now i want it to be done ...
|
|||
|
Without creating postback to the server
I have a radiobuttonlist that have 3 options,and a dropdownlist in which the values come according to the option selected in radiobuttonlist.now i want it to be done without creating postback to the server.how to do it?
|
| Sponsored Links |
|
|||
|
Re: Without creating postback to the server
Quote:
If the items to be loaded in the dropdown list is static(like sex difference, Age, % Marks scored etc) , then we could use javascript to load the dropdownlist onclick/onchange/onchecked of radio button. If the items to be loaded in the dropdownlist is dynamic, (say the data comes from DB), we could use AJAX call backs to load the dropdown list on click of radio button. Hope this helps.... |
|
|||
|
Re: Without creating postback to the server
Fetch all the results together in xml and parse itusing javascript.Your xml will contain all the possible combinations for radiobutton selections and corrosponding ddl.
OR May be Ajax. |
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Creating a table by copying another table's structure | Allan Paul | Oracle | 12 | 07-12-2007 07:53 AM |
| DNS server in Windows server 2000 | FantaGuy | Web Servers | 2 | 12-13-2006 03:21 PM |
| Ways of creating style sheets | nehalshah | HTML & CSS | 1 | 10-09-2006 04:16 PM |
| Points for creating C Compiler | norman | C and C++ | 0 | 07-16-2006 12:09 PM |
| Creating Server Instance and Configuration | Lokesh M | ASP.NET | 0 | 06-28-2006 04:22 AM |