Wednesday, March 21, 2012

Ajax and Dynamic Databinding

Hi everyone,

I have 2 dropdownlists. The content of the 2nd one depends on what is selected in the first one. I am trying to databind at runtime because I am working with a MySQL database and I'm not sure how to create a strongly typed Dataset with its business objects without using Visual Studio assistant. And even if I could use the server explorer to connect to the remote MySQL database (it's on the server of my host provider), for security purpose they are preventing computers from outside their network to connect to their database servers. So only the host server can connect to its database.

But anyway this is just details. My real problem right now is I don't know how to use Ajax with runtime databinding... Anybody knows how I could do that or where I could find a good article about it?

Thank you,

Lancelot.

check this out.

http://ajax.asp.net/ajaxtoolkit/CascadingDropDown/CascadingDropDown.aspx


All right totally look like what I need.Big Smile

Thank you.


You are welcome !!
You are welcome !!

No comments:

Post a Comment