@Om Prakash
Quote:
quote:
how do i get asp variables (w/c are defined using Dim) dynamically without hardcoding it, i need it together w/ the server variables for error tracking if the page fails.
If i am correct, then are u talking about arrays? For the second part, do u want to navigate through forms collection?
Om Prakash
|
nope not arrays, and not forms collections, just variables defined in Dim only
-----------------------
@qazi_nomi
Quote:
quote:
Still confusing explain that why u want to use them and with declaring variable one can how do this ?
Love 4 all
|
i want to use them coz i wanna see why the error occurs in the page, btw, the error is irregular, it means that it doesnt happens all the time
----------------------
@rodmcleay
Quote:
quote:
I think what Marco is asking is to store all the variable information be it a variable in the page, session variable or request.
So if the page fails he still has all the information?
Is this correct Marco.
If so, I don't think there is a way to loop through variables you create on the page.
You can only do your best to ensure that nothing on the page will cause an error to make the page fail. And failures other than that caused in code would prevent the saving of any variable at all at any rate.
|
yep, i only need the variables defined in Dim so that i can monitor it. the error is intermittent and i cannot replicate the error
@all
thanks guys! :)