Hey All,
I am using a third party control for my web page. I do not have the source code to the DLL. I need to make a very small change the html that the control generates. Is there a way to capture the html generated by the control, and then render the control with that small change.
I can override the render method of the parent control, is there a way in that method to find out the html that the control generates in there and render it with the small change?
Thanks ahead of time!
I am using a third party control for my web page. I do not have the source code to the DLL. I need to make a very small change the html that the control generates. Is there a way to capture the html generated by the control, and then render the control with that small change.
I can override the render method of the parent control, is there a way in that method to find out the html that the control generates in there and render it with the small change?
Thanks ahead of time!