G Guest Feb 7, 2005 #1 Is there a way to use Trace.Write inside a button click event which moves on to another page? Thanks
S Scott Allen Feb 7, 2005 #2 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.
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.
G Guest Feb 7, 2005 #3 Thanks Scott. I guess I'm going to have to read up on debugging ASP.NET applications!