Click here to Skip to main content
15,887,135 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I came across 1 situation that I've found a solution yet. Here's the problem:

I override Render method in Page object. The purpose is to modify something after HTML is rendered and before it is outputted to UI. It works well with normal ASP. page. However, with UpdateManager on the page, the asynchronous operation doesn't work right because the content rendered by the execution of Ajax has been interfered. That's a problem. I intend to modify the content before it's rendered by UpdateManager but doesn't make a hit.

Does anyone has any clue?

I appreciate your help.
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900