Tag Archives: serialize

Serialize an ASP.NET control into it’s html source code

Here’s a handy little routine that takes an ASP.NET control and spits out the html source for use in code. I’ve used this with ASCX files, but I think it should work with any type of asp:control ( ascx, server … Continue reading

Posted in .net, C#, microsoft | Tagged , , , | Leave a comment