Develop Polished Web Form Controls the Easy Way with the .NET FrameworkPre-built custom controls make application design easier and faster and allow you to maintain UI consistency. However, prepackaged controls can be big and slow, and are OS-specific. For those who don't want to use prepackaged controls, Visual Studio...
Dynamically add Event HandlersASP.NET would be sort of limited if you could only define event handlers on the server controls, now you can add them at design-time
Dynamically create Web FormsA web form is basically a collection of controls. You can manipulate this collection so that you can place server controls on the page dynamically.This article will show you how to do this
Encrypting SOAP MessagesXML Web Services are being hailed by the industry as the enabler for freeing information from the confines of HTML. Using SOAP, a protocol submitted to the W3C, data can be encoded in XML and transmitted using any number of Internet protocols, HTTP...
Enterprise Development Technology MapThe Enterprise Development Technology Map is your guide to getting started with the Microsoft® .NET platform for enterprise development. The .NET platform is a significant step forward for distributed enterprise applications, because it...