SHOWING LATEST TUTORIALS
File uploading has always been a tedious task for the web developer community. Either we have to use a third party component or write several lines of code. With the advent of ASP.Net file uploading has become a lot easier, importantly without the need fo
Caching in Web applications can provide dramatic improvements in performance. ASP.NET provides caching at several levels for you to leverage and improve the responsiveness of your application.
A Sample Chapter from Professional ASP.NET. Covers Installing .NET, Creating ASP.NET Applications in Visual Studio.NET, The difference between ASP.NET Different and ASP, Web forms, Server Control, Code and Content Separation, and more.
Learn how to extend an ASP.NET control to hold an unlimited number of additional values in ViewState to avoid expensive re-querying of the database.
As more and more companies reach out to other countries for business, creating global Web applications with Microsoft ASP.NET is becoming more and more important. ASP.NET 1.1 supported creating localized Web sites by means of the ResourceManager class. AS
Create stored procedures with Output parameters and return values and use them in .NET
In this article we will generate a random serial code for our applications. The script will generate a similiar serial code to use in a real application.
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 wa
Learn how to create and execute stored procedures using .NET.
Learn about migrating from PHP to ASP.NET. Learn about the features, functionality and architecture of both systems.
This tutorial describes how to use Classic ASP page layout include files in your ASP.NET pages. Full source code provided.
This is part II of a series of articles in which we'll learn how to send mass e-mails ( both text and HTML ) to a list of subscribers using ASP.NET. We'll also learn what are validation controls and how they can help us validate user input.
Review the features and shortcomings of classic Active Server Pages. Understand the advantages of an ASP.NET application. Learn about server controls and events in ASP.NET. Create a simple Web Service in ASP.NET.
A comprehensive tutorial on viewing, adding, editing and removing records from MySQL database using ASP.NET DataGrid control. Provides thorough coverage of ADO.NET data access techniques and user data input validation using ASP.NET validation controls.
This article briefly describes Microsoft.NET, ASP.NET, C#, VS.NET, VB.NET, ADO.NET, XML Web Services, VISUAL J#.
Need to create a wrapper for ActiveX and use it in ASP.NET? The advantage is these wrappers don't require registration of ActiveX on server. Just copy it, allowing for easy deployment on remote servers. Even run ActiveX on shared hosting.
This paper looks at some of the specific benefits you can achieve in migrating applications from ASP, and presents five distrinct strategies for a migration, based on its perceived strategic value and your desired timeframe for results. A scorecard with k
Some ADO.NET sessions focus on the object model and .NET Framework classes and not on specific data access tasks that ADO.NET can solve. This session assumes you're somewhat familiar with the ADO.NET object model and want to see how to address the common
This article discusses the importance of security considerations when designing a server application. Both Microsoft Internet Information Services (IIS) and ASP.NET provide security models that will allow you to authenticate your users appropriately and o