Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
ASP .Net
ASP .Net Security
DropDownList + ViewState (Validation requirement)
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="itaitai2003, post: 4276464"] From a security perspective: Is it required to programmatically check if a DropDownList Postback 'SelectedValue' actually exists in the selection list previously rendered to the client? In other words: upon postback, when the DropDownList control Change event fires and the 'old' ViewState is compared with the 'new' selection (the posted value) will the runtime throw an exception if the new value is not defined in the DropDownList loaded ViewState? Thanks -Itai [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
ASP .Net
ASP .Net Security
DropDownList + ViewState (Validation requirement)
Top