Manipulating HTML from Server Controls

B

Barb Alderton

I am working with SharePoint 2003. I am using an existing webpart as a
child control (server control). I need to access/manipulate the HTML that
the control outputs prior to rendering it to the the page. The control
outputs a list in a one-column table format. I need to access the contents
of the rows and output them with restrictions in my own table format. Do
you have any examples of manipulating the HTML of a server control prior to
rendering it to a page?

Thank-you,
Barb
 
J

John Timney \(Microsoft MVP\)

You could implmenent a response.filter, capture the stream and alter it
before it reaches the client

--
Regards

John Timney (Microsoft ASP.NET MVP)
----------------------------------------------
<shameless_author_plug>
Professional .NET for Java Developers with C#
ISBN:1-861007-91-4
Professional Windows Forms
ISBN: 1861005547
Professional JSP 2nd Edition
ISBN: 1861004958
Professional JSP
ISBN: 1861003625
Beginning JSP Web Development
ISBN: 1861002092
</shameless_author_plug>
 

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

Top