473,516 Members | 2,956 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Populating dropdowns client-side?

In my application there are many inter-dependent dropdowns.
ie:- when user select value form dropdown1 according to that a query is
fired and the data is populated in dropdown2 by applying the value
selected in dropdown1 as filter.
Now the user wants this process to be done at client-side as there are
too many dependencies.

(There is a database table in my project which stores all there
dependencies.)

Please let me know if there is any way out so that I can implement this
at client side.

(Note: - I am using ASP .NET 1.1)

Thanks,
Anup Daware

Jun 20 '06 #1
2 1262
i way is to populate the whole data and store it in a hidden fields
with unique id
the fatch the data using javascript
Anup wrote:
In my application there are many inter-dependent dropdowns.
ie:- when user select value form dropdown1 according to that a query is
fired and the data is populated in dropdown2 by applying the value
selected in dropdown1 as filter.
Now the user wants this process to be done at client-side as there are
too many dependencies.

(There is a database table in my project which stores all there
dependencies.)

Please let me know if there is any way out so that I can implement this
at client side.

(Note: - I am using ASP .NET 1.1)

Thanks,
Anup Daware


Jun 20 '06 #2
Hi,
I have used html hidden control previously, Can I have a hidden control
which will act as 2D array for strings??


ra***********@gmail.com wrote:
i way is to populate the whole data and store it in a hidden fields
with unique id
the fatch the data using javascript
Anup wrote:
In my application there are many inter-dependent dropdowns.
ie:- when user select value form dropdown1 according to that a query is
fired and the data is populated in dropdown2 by applying the value
selected in dropdown1 as filter.
Now the user wants this process to be done at client-side as there are
too many dependencies.

(There is a database table in my project which stores all there
dependencies.)

Please let me know if there is any way out so that I can implement this
at client side.

(Note: - I am using ASP .NET 1.1)

Thanks,
Anup Daware


Jun 20 '06 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
1568
by: Damon | last post by:
I am working on a site in which I would like to have two dropdowns that will allow a user to navigate through the administrative pages of the site. The first would allow the user to choose the particular site that they would like to edit. The second would allow the user to select which admin screen they would like to edit. The second dropdown...
1
1458
by: Andy | last post by:
What I want to do is to populate multiple dropdowns when editing. Presumably... a) I should use a DataReader so that I can get each ResultSet for each dropdown control, and that should cut down round trips to the server. b) I should populate these dropdowns in the DataGrid_EditCommand? What I am having problems with is actually referencing...
1
1179
by: Paul D. Fox | last post by:
I'd like to populate four dropdowns using code behind. Each dropdown contains the same list. How can I populate them using a subroutine. Something like: InitializeDropDownList(ddlQuadrant1) 'Where ddlQuadrant1 is the first dropdown InitializeDropDownList(ddlQuadrant2) 'Where ddlQuadrant2 is the second dropdown...
3
1209
by: Simon Harvey | last post by:
Hi everyone, I keep getting a problem with dropdownlist controls. It sounds really stupid, but my app is screwed as long as this keeps happening. It seems to spontaneously happen and then I cant fix it without rebuilding the whole page from scratch! Not Fun. :-( So whats happening is I have my dropdowns on the page. The user comes along...
0
1145
by: JAW1971 | last post by:
Hi I have two drop downs and abutton, the button is supposed to send one of the items from one of the dropdowns to a qry (access database) and populate the datagrid with the info. It is not working propery- I press the button and it LOOKS Like something happens- but the datagrid does not populate. I am not really sure how to troubleshoot this...
0
1673
by: koonda | last post by:
Hi all, I have a Project due after one week. It is a web service project. I have a Web Form which communicates to the web service and this web service communicates to the database. I have all my SQL statements in the Data Acess Layer to create more secure web service application. The Web service class is also in the Data Access Layer. I need to...
0
1604
by: bogorman | last post by:
Am trying to add a "video" to a webpage which is based on a template containing a javascript menu. The site has hundreds of pages all based on this template and the menu works fine The page can be viewed: www.faith.org.uk/Testindex.html In IE7 it works fine. The video shows and the dropdowns of the menu work correctly. In Mozilla Firefox,...
2
1332
by: Shikha1234 | last post by:
Hi, I have two dropdowns. I want that the DDL2 gets populated based on the values in DDL1. How can I achieve that. This is the way I am populating DDL1 string cmd = "Select * from abc "; SqlDataAdapter da = new SqlDataAdapter(cmd, connection);
0
957
by: sbart | last post by:
I am programing in asp.net vb using AjaxToolkit cascadingDropDown. I do not have access to AjaxToolkit cascading dropdown event handlers. I have a series of dropdowns. The selection from one of the dropdowns (call it ddA) triggers the visibility of some of the other dropdowns. Problem is that f the user makes one selection from ddA, makes...
0
1168
by: Kalkin | last post by:
Hi i am having trouble with the following problem any help would be appreciated:: The gridview starts off with empty text boxes for input along with already populated dropdowns to choose from for input. This is all fine, but when it has saved and needs to be called back to the same gridview how do i get it to choose from the dropdown list the...
0
7408
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. ...
0
7581
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that...
0
5714
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then...
1
5110
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes...
0
4773
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert...
0
3267
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in...
0
3259
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1624
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
1
825
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.