
If items in the Request.Form or Request.QueryString collections that contain multiple values are assigned to a Scripting Dictionary object stored in the Session object, data corruption may occur. Corrupted data will manifest either as empty fields (that is, blank individual dictionary items) or items that contain garbage text. A common example of this is a checkbox; checkbox controls can have the same name so that multiple values of a single named item can be returned to the server.
|