|
ASP.NET Migration Summit - Moving from ASP to ASP.NET
|
Other links at ASP.NET > Tutorials |
| 1. |
How to implement custom validation for any process (KB100021)
|
|
|
When developing ASP.NET applications, you may sometimes need to implement a custom validation that is recognized and displayed by the ValidationSummary control so that all validation error message appear in one place without additional coding. You also want to implement this custom validation by using page CodeBehinds, as you would like to leave the ASPX page with the miminum code necessary. This article shows you how in nine easy steps, complete with screen captures and code descriptions.
|
| 3. |
ASP to ASP+ Migration
|
|
|
Microsoft is set to release an exciting upgrade to ASP later in 2000. This is a major upgrade unlike the minor changes from ASP 2.0 to 3.0. Unlike past upgrades, however, this one will not be painless. When they designed ASP+, Microsoft had to make the hard decision occasionally to break backward compatibility in the interest of improved functionality and features. Before embarking on the inevitable¡ªand not painless¡ªmigration to ASP+, its best to know what compatibility issues youll have to deal with. This article covers Compatibility Issues, API changes, Semantic Changes, VB Language Changes, and more.
|
| 4. |
VB.NET 2005 Tutorials: Creating Multiple-Document Interface (MDI) Applicati
|
|
|
VB.NET 2005 Tutorials: Creating Multiple-Document Interface (MDI) Applications In this tutorial you will learn about Creating Multiple Document Interface (MDI) Applications. In most real time applications we often find that multiple windows open within another window. This kind of need is satisfied by implementing Multiple Document Interface (MDI) Applications. You can create a class and designate it as a MDI window by setting its IsMDIContainer Property as true. Set the value for WindowState as maximized.
|
| 5. |
The Evolution Of Microsoft: .NET Explained
|
|
|
Sure, youve heard about .NET... maybe youre a Visual Basic programmer for a small company, maybe you write SQL stored procedures for a huge company, or maybe youre just a Microsoft developer wanting to keep on the cutting edge of technology. This article will explain exactly what .NET is, how it works, how we (as developers) can benefit from it, its many new features, and other .NET related information.
|
|
|