How to enable html select post back apsx page when selection changed?
- by KentZhou
With asp.NET control dropdownlist, there is a property AutoPostBack, if it is set "True", the whole page will be posted back.
If the aspx page include a html element "select" like:
and it data is filled by code-behind.
Question is: how to allow this Select have AutoPostBack function too?