Trace does not work with UpdatePanel

R

Ryan Liu

Hi,

I found out the trace will not be updated if page is working in partial
upate mode inside upate panel.

Is there a way to work around this?

Thanks!
Ryn
 
G

Gregory A. Beamer

Hi,

I found out the trace will not be updated if page is working in partial
upate mode inside upate panel.

Is there a way to work around this?


Trace requires both server and client side, so I am not sure you can use
the default trace mechanism for AJAX call backs. I have not tested it or
experimented with it, so I am not 100% sure, but knowing the mechanism, I
don't think you can do it out of the box using any of the normal code
samples you will find.

Depending on what you are trying to trace, you can set up your own
mechanism.
 
R

Ryan Liu

Gregory A. Beamer said:
Trace requires both server and client side, so I am not sure you can use
the default trace mechanism for AJAX call backs. I have not tested it or
experimented with it, so I am not 100% sure, but knowing the mechanism, I
don't think you can do it out of the box using any of the normal code
samples you will find.

Depending on what you are trying to trace, you can set up your own
mechanism.

Yes, thanks. Actually I swith to System.Diagnostics.Trace and debug on
server side.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,141
Messages
2,570,818
Members
47,367
Latest member
mahdiharooniir

Latest Threads

Top