After looking at the source of that control you are using, there is nothing in the JavaScript that I can see raises the postback event.
Do you have a method in your code behind that is handling the postback?
Something like:
Private Sub drp_SelectedIndexChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles drp.SelectedIndexChanged
'do something
End Sub
================================================== =========
Read this if you want to know how to get a correct reply for your question:
http://www.catb.org/~esr/faqs/smart-questions.html
^^Took that from planoie's profile^^
^^Modified text taken from gbianchi profile^^
================================================== =========
Technical Editor for:
Professional Search Engine Optimization with ASP.NET
http://www.wiley.com/WileyCDA/WileyT...470131470.html