<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.asp.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>HttpHandlers and HttpModules</title><link>http://forums.asp.net/27.aspx</link><description>Extending the ASP.NET Framework through HttpModules and HttpHandlers.</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Re: Post-render parsing</title><link>http://forums.asp.net/thread/645846.aspx</link><pubDate>Sun, 25 Jul 2004 03:09:52 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:645846</guid><dc:creator>MHP</dc:creator><author>MHP</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/645846.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=27&amp;PostID=645846</wfw:commentRss><description>Better override Tooltip property of the control itself to read it from the database.
&lt;br /&gt;

&lt;br /&gt;
If you are localizing the Tooltip, as an alternative to Database, you can also use &amp;quot;Resource&amp;quot; files which will be faster than retrieving it from the database.</description></item><item><title>Re: Post-render parsing</title><link>http://forums.asp.net/thread/633724.aspx</link><pubDate>Tue, 13 Jul 2004 17:54:29 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:633724</guid><dc:creator>bdesmond</dc:creator><author>bdesmond</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/633724.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=27&amp;PostID=633724</wfw:commentRss><description>This sounds like an excellent plan.</description></item><item><title>Re: Post-render parsing</title><link>http://forums.asp.net/thread/633431.aspx</link><pubDate>Tue, 13 Jul 2004 15:00:47 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:633431</guid><dc:creator>h0ckey09</dc:creator><author>h0ckey09</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/633431.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=27&amp;PostID=633431</wfw:commentRss><description>Thanks for the suggestion Brian.  There is one more piece of functionality that i would like to have which that method did not allow, which is selective replacements based on the page.  Some of the pages on the site should not have the enhanced tooltips.  I initially started out by building a server control, but i could only access the render block of itself, and not the page outputstream.  I found an article on how to capture the output via the Render block of the page itself, but that would be a hassle to add this code to all pages, and newly created ones.  My idea then is to create a inherited web.ui.page class with a &amp;quot;RenderToolTips&amp;quot; property, and build the code right into the Render event.  I have not done any work on modifying the page class, do you think think is a fesiable idea?
&lt;br /&gt;

&lt;br /&gt;
&lt;a target="_new" href="http://west-wind.com/weblog/posts/481.aspx"&gt;http://west-wind.com/weblog/posts/481.aspx&lt;/a&gt;</description></item><item><title>Re: Post-render parsing</title><link>http://forums.asp.net/thread/632821.aspx</link><pubDate>Tue, 13 Jul 2004 01:47:29 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:632821</guid><dc:creator>bdesmond</dc:creator><author>bdesmond</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/632821.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=27&amp;PostID=632821</wfw:commentRss><description>Derek-
&lt;br /&gt;

&lt;br /&gt;
I believe you'll need to do this in the global.asax file. The PreSendRequestContent event is the right stage fo ryou to read the Response.Outputstream property and modify it as applicable.
&lt;br /&gt;

&lt;br /&gt;
Does this help?</description></item><item><title>Post-render parsing</title><link>http://forums.asp.net/thread/632355.aspx</link><pubDate>Mon, 12 Jul 2004 17:53:15 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:632355</guid><dc:creator>h0ckey09</dc:creator><author>h0ckey09</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/632355.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=27&amp;PostID=632355</wfw:commentRss><description>Help!  I am working on a control that will search for tooltips (In the title attribute) in the post-rendered output stream for a common phrase (such as Tip: 203) and replace that with information from a database.  Once the page is sent, javascript will then take over and produce help popup boxes on my forms.  My problem is tapping into the output stream after the page has been rendered.  From there it should do it's replaces, and then feed to modified stream back to the client.  Any help or suggestions are greatly appreciated.
&lt;br /&gt;

&lt;br /&gt;
-Derek</description></item></channel></rss>