Trace inside button click event?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is there a way to use Trace.Write inside a button click event which moves on
to another page?

Thanks
 
I believe it would work if you implemented a custrom trace listener -
but I don't think there would be a way for the trace output to show up
on the destination page.
 
Back
Top