Developing a Web Ring using ASP.NET Web Service and User Control is a web based tutorial which helps web programmers to know about creating web ring. Web ring is a collection of related web sites that are connected with each other. The author...
Errors in ASP.NET code is not new to the users. This article gives simple solution for handling those errors. In this article the author covers the topic from handling common errors with the try and catch syntax. The author recommends the users...
Learn 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.
Instead of having to learn everything about .NET all at once, ASP.NET: Tips, Tutorials, and Code offers a better way to start using the new ASP.NET effectively based on the most important APIs and programming techniques. For anyone tackling...
Code in Style with ASP.NET Themes is one of an article about ASP.NET themes. Theme is used to define the display of controls and pages. The themes could be used for the whole web application which is described in this tutorial. The author explains...
This is an ASP.NET article which helps you to implement globalization support for ASP.NET pages through attributes and reflection. It is necessary to define the GlobalizationMod HttpModule to perform this operation. The author gives you the sample...
Introducing ASP.NET Web Matrix is a web based tutorial through which you can learn about an easy to use and user friendly tool called as ASP.NET web matrix. Web matrix helps you to develop ASP.NET web applications and it consists of three...
One of the ASP.NET discussion forum that helps you improve your knowledgebase in ASP.NET programming by letting you to post questions and messages. Also, you can send your feedback and can discuss about the displayed articles. Ability to search...
A performance monitoring and uptime notification tool. This script is very easy to setup and use. Script will check if your website is up, and check the response time of the site also. You can then choose to receive an email if the site is down,...
ASP.NET is more easier than other development technologies and languages. While working on asp.net platform, you may access to system windows event log. Using System namespace you retrieve messages. |