/Home /Archive /Syndicate /Blog /Support /About /Contact  
All Visual Basic Feeds in one place!





Source Code: Programmatically Load Web User Control At Runtime How can you programmatically load an ASP.NET 2.0 UserControl at runtime? First, the UserControl must be loaded using the LoadControl method. You must pass a string, that is the virtual path to the UserControl to be loaded, to the LoadControl method. The LoadControl method returns a control object. ' Declare a variable named controlToLoad of type Control. Dim controlToLoad As Control   ' Ca ... [ read more ]
Ajax programming, which allows a web page to refresh a small portion of its data from a web server, is an exciting technology that has recently been introduced. However, this type of programming can also leave applications open to SQL injection and similar attacks. It is important for the developer to test the application thoroughly for vulnerabilities before passing it on to the QA department. And the QA engineer needs to learn to "think like a hacker." Learn more about securing your website's ... [ read more ]


© 2005 Serge Baranovsky. All rights reserved.
All feed content is property of original publisher. Designated trademarks and brands are the property of their respective owners.

This site is maintained by SubMain(), a division of vbCity.com, LLC