ASP.NET and Databases : Part 6After putting your data into a DataGrid (that's the one we'll be focusing on, but you should be able to easily move it to the other variations) you now need to edit it and it's not as hard as you may think.
ASP.NET Forms Authentication - Part 1Often, in legacy Web applications, users authenticate themselves via a Web form. This Web form submits the user's credentials to business logic that determines their authorization level. Upon successful authentication, the application then submits a...
ASP.NET Forms Authentication, Part 2When you need to have an OS security level wrapped around your Web application in a legacy environment, you would switch your Web app's IIS setting for "Allow Anonymous User" off, thus enabling your Web application to execute without allowing...
ASP.NET Mobile Controls: FundamentalsThis session will give you the opportunity to learn the basics of building mobile web applications with ASP.NET Mobile Controls. See how the control model and drag and drop designer make it easy to target nearly 200 devices (cell phones, PDAs and...
ASP.NET Validation in DepthThis article discusses in detail how the ASP.NET validation controls work. This article is recommended reading for anyone building complex pages with validation controls or those looking to extend the validation framework. For people looking to get...
ASP.NET: What's new in ASP.NET v1.1 and Windows Server 2003Learn the new exciting features of ASP.NET 1.1. This session covers the changes from ASP.NET 1.0 and includes new features such as Code Access Security, IPv6 support, and support for running multiple versions of ASP.NET side-by-side.