N
Nawoct
Hi,
I am writing some debugging code for my company's web based C# system.
I am trapping errors and send emails to the dev team. What I would like
to do is to find each SqlCommand that is 'on' the particular page and
cycle through its params and get the values for each.
So if I have a handle on the page (I can cycle through the controls)
how do I get to the SqlCommands?
Tim
I am writing some debugging code for my company's web based C# system.
I am trapping errors and send emails to the dev team. What I would like
to do is to find each SqlCommand that is 'on' the particular page and
cycle through its params and get the values for each.
So if I have a handle on the page (I can cycle through the controls)
how do I get to the SqlCommands?
Tim