How to enable html select post back apsx page when selection changed?
Posted
by KentZhou
on Stack Overflow
See other posts from Stack Overflow
or by KentZhou
Published on 2010-05-05T18:00:57Z
Indexed on
2010/05/05
18:08 UTC
Read the original article
Hit count: 280
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?
© Stack Overflow or respective owner