asynchronous, callback, dropdownlist, v2.0

A

Alexander Widera

Hi,

i have 3 DropDownLists which are all bound to a seperate SqlDataSource.
How can I realize the following problem?

The user selects a value from the first dropdownlist... after this the
other
2 dropdownlist should be updated without a PostBack...
They should be updated asynchronous with a callback.

Is this posible?

How?

Thanks a lot.

Alex
 
W

Wiktor Zychla [C# MVP]

i have 3 DropDownLists which are all bound to a seperate SqlDataSource.
How can I realize the following problem?

The user selects a value from the first dropdownlist... after this the
other
2 dropdownlist should be updated without a PostBack...
They should be updated asynchronous with a callback.

Is this posible?

this is possible and, in fact, quite easy. the trick is called "Scripting
Callbacks" and you will easily find docs and references.

Wiktor Zychla
 
A

Alexander Widera

i used now "ajax". thanks a lot.


Wiktor Zychla said:
this is possible and, in fact, quite easy. the trick is called "Scripting
Callbacks" and you will easily find docs and references.

Wiktor Zychla
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top