Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1230
2 connected DropDownList
posted

Hi

I'm using Net Avdantage Asp.Net 2013 Vol 1.

In an asp.net page, I'm using the Grid view with a table.

I display data from a table, says table "Terminal".

The table include two fields which are "CompanyID" and "SiteID".

what I want is simple:

I want the user to be able to choose the companyID and then the siteID.

Of course, the siteID depends on the companyID choosen before.

How can I achieve this to work ? 

The main point is how to populate the dropDownList for the SiteID with the correct values depending on the CompanyId choosen

and to make it "dynamic" when the companyID changed ?

At this time, what I have is:

DropDownProvider defined for both ID (company and site).

I've take a look at this post : http://es.infragistics.com/community/forums/p/45774/248098.aspx

but it's no longer working with the 2013 version.

Please help me in finding few clews to solve this question