W
Wilhelm Pieper
Hello,
HowTo: catch name/value pairs from request.form?
My viewstate shows:
"__VIEWSTATE=..&111=5.."
I want to get this pairs of IDs/names [111] and values [5].
But because the DropDownList ist dynamically created I don't know the
name/ID of the created list. I can parse the viewState string to get the
related name/value pairs, but I think there will be a more simple way
provided by the request-object??
wkr: Wilhelm Pieper
HowTo: catch name/value pairs from request.form?
My viewstate shows:
"__VIEWSTATE=..&111=5.."
I want to get this pairs of IDs/names [111] and values [5].
But because the DropDownList ist dynamically created I don't know the
name/ID of the created list. I can parse the viewState string to get the
related name/value pairs, but I think there will be a more simple way
provided by the request-object??
wkr: Wilhelm Pieper