M
M O J O
Sorry for crossposting this question, but after I submitted it to VB
group, I remembered that this is infact an ASP.NET question - sorry again!
Well here's the question:
When my application throws an exception, I send my self an email with
all possible information.
I want to be able to know what the user entered in my form fields.
How do I cycle through the viewstate and get all the keys & values?
I believe I can write all these into a session var in the page load.
That way it should be possible the see all form field data in case of an
exception.
Any better ideas?
Thanks!
M O J O
group, I remembered that this is infact an ASP.NET question - sorry again!
Well here's the question:
When my application throws an exception, I send my self an email with
all possible information.
I want to be able to know what the user entered in my form fields.
How do I cycle through the viewstate and get all the keys & values?
I believe I can write all these into a session var in the page load.
That way it should be possible the see all form field data in case of an
exception.
Any better ideas?
Thanks!
M O J O