Ask a Question related to ASP.NET Security, Design and Development.
-
itaitai2003@yahoo.com #1
DropDownList + ViewState (Validation requirement)
>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
itaitai2003@yahoo.com Guest
-
Failed to load viewstate. The control tree into which viewstate...
Hi to all, I have a webform.aspx and inside i have a dropdown list with autopostback and a place holder... Depending of the selected index... -
Dropdownlist not keeping viewstate after postback
I have a complex datagrid containing several ASP.NET form elements. One of the elements is a checkboxlist. This is populated from a database but... -
Asp.net DropDownList, AutoPostBack, and ViewState
I'm trying to finish off do an ASP.NET project where a DropDownList box is used to access a Table. Once you Make a selection on an item in the... -
Viewstate errors... how do I get viewstate working?
Hi all, Have to say I can't for the life of me get this viewstate business working with collections of classes! The current error I'm getting... -
Dropdownlist in Server Control loses Viewstate
Hi, I am trying to create a webpart with a dropdownlist (MS say it is the same as an asp.net server control). All works fine except that the...



Reply With Quote

