0
kicks
ASP.NET: Modifying the page output using Response Filters
The task was apparently simple: highlight all the output text of a webform that matched query keywords in a search.
Truth is, i had no idea how to manipulate the final rendered html in ASP.NET. Searching through the Response object i found a property that seemed useful: Response.Filter.