Return to Snippet

Revision: 46903
at May 27, 2011 07:44 by derebus


Updated Code
http://www.dotnetcurry.com/ShowArticle.aspx?ID=92
'If somebody has an error in this line
'Dim ctrl As Control = CType(Session("ctrl"), Control)
'Change it for (Depending of your control)
'Dim ctrl As Panel = CType(Session("ctrl"), Panel)

Revision: 46902
at May 27, 2011 07:38 by derebus


Initial Code
http://www.dotnetcurry.com/ShowArticle.aspx?ID=92

Initial URL
http://www.dotnetcurry.com/ShowArticle.aspx?ID=92

Initial Description
how to print controls in ASP.NET 2.0 using both server side code and javascript.

Initial Title
How to Print in ASP.NET 2.0

Initial Tags
aspnet

Initial Language
VB.NET