tags:

views:

15

answers:

1

In list of dropdown i have added some text and i want that if i select any particular text then it fired selectedIndexedChanged event but its not firing.please tell me how it will fire using C# ?

A: 

Do you have autopostback=true declared in your page declaration?

jimplode