/ Published in: VB.NET
                    
                                        
how to print controls in ASP.NET 2.0 using both server side code and javascript.
                
                            
                                Expand |
                                Embed | Plain Text
                            
                        
                        Copy this code and paste it in your HTML
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)
URL: http://www.dotnetcurry.com/ShowArticle.aspx?ID=92
Comments
 Subscribe to comments
                    Subscribe to comments
                
                