.NET news » ASP.NET ASP.NET Rss Feed

< 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 >
Pro ASP.NET 3.5 in C# 2008, Second Edition (Windows.Net)
Authors: Matthew MacDonald, Mario Szpuszta
Average rating: 4.5 / 17
(17 reviews)
More .NET ASP.NET books
download
How to enable Skype features in your ASP.NET website
This article explains how to enable Skype features in your ASP.NET website.
12 Sep 2006, 16:03:00   Source: How to enable Skype features in your ASP.NET website   Tags: ASP.NET
3-tier Architecture with ASP.NET 2.0: Tutorial 6: Programmatically Setting the ObjectDataSource's Parameter Values (Visual Basic)
While the ObjectDataSource's parameters' values can typically be set declaratively, without requiring a line of code, it's easy to set the parameter values programmatically. This tutorial concludes the Basic Reporting section.
11 Sep 2006, 18:55:26   Source: 3-tier Architecture with ASP.NET 2.0: Tutorial 6:...   Tags: ASP.NET VB.NET
3-tier Architecture with ASP.NET 2.0: Tutorial 6: Programmatically Setting the ObjectDataSource's Parameter Values (Visual C#)
While the ObjectDataSource's parameters' values can typically be set declaratively, without requiring a line of code, it's easy to set the parameter values programmatically. This tutorial concludes the Basic Reporting section.
11 Sep 2006, 18:47:24   Source: 3-tier Architecture with ASP.NET 2.0: Tutorial 6:...   Tags: ASP.NET C#
3-tier Architecture with ASP.NET 2.0: Tutorial 5: Declarative Parameters (Visual Basic)
In order to use methods with input parameters, we need to specify the values for the parameters in the ObjectDataSource's SelectParameters collection. Different types of parameters allow for the parameter value to be obtained from different sources.
11 Sep 2006, 18:21:48   Source: 3-tier Architecture with ASP.NET 2.0: Tutorial 5:...   Tags: ASP.NET VB.NET
3-tier Architecture with ASP.NET 2.0: Tutorial 5: Declarative Parameters (Visual C#)
In order to use methods with input parameters, we need to specify the values for the parameters in the ObjectDataSource's SelectParameters collection. Different types of parameters allow for the parameter value to be obtained from different sources.
11 Sep 2006, 18:12:02   Source: 3-tier Architecture with ASP.NET 2.0: Tutorial 5:...   Tags: ASP.NET C#
DateTime Values according to the remote time zone
Shows how to define timezone of the remote user and display date time values according to remote time zonoe
8 Sep 2006, 22:02:00   Source: DateTime Values according to the remote time zone   Tags: ASP.NET
A Visual Basic Developer's Introduction to ASP.NET 2.0
Visual Basic .NET and Visual Basic 6.0 developers get an introduction to building Web applications with ASP.NET 2.0, as well as the major differences between developing desktop and Web applications.
6 Sep 2006, 18:17:53   Source: A Visual Basic Developer's Introduction to ASP.NET 2.0   Tags: ASP.NET VB.NET
A Visual Basic Developer's Introduction to ASP.NET 2.0
Visual Basic .NET and Visual Basic 6.0 developers get an introduction to building Web applications with ASP.NET 2.0, as well as the major differences between developing desktop and Web applications.
6 Sep 2006, 18:17:53   Source: A Visual Basic Developer's Introduction to ASP.NET 2.0   Tags: ASP.NET VB.NET
HTMLEditor Provider - How to write a custom provider for ASP.NET 2.0
A tutorial on how to use the Provider Templates to create your own provider.
5 Sep 2006, 19:57:00   Source: HTMLEditor Provider - How to write a custom provider for...   Tags: ASP.NET
Gracefully Responding to Unhandled Exceptions - Displaying User-Friendly Error Pages
the default page displayed to remote visitors when an unhandled exception occurs.

In .NET applications, an illegal operation - an invalid cast, attempting to reference a null value, trying to connect to a database that's been taken offline, and so on - raises an exception. Exceptions can be caught and handled directly in code through the use of Try / Catch blocks. For ASP.NET applications, if the exception is not handled in code, it bubbles up to the ASP.NET runtime, which raises an HttpUnhandledException. By default, unhandled exceptions result in a page that displays the text, "Runtime Error" with instructions for developers on how to display exception details (see the screen shot to the right). This "Runtime Error" error page is what is seen by external visitors; if you visit your site through localhost and an unhandled exception occurs, the default error page includes the type and details of the exception thrown.

End users will no doubt find the "Runtime Error" page to be intimidating and confusing - do you think the average computer user knows what "Runtime" means? All the user knows is that something went horribly wrong. They might fear that their data or progress has been lost and that they are responsible for the error. Ironically, the person who does care that an unhandled exception has occurred - the developer - is left out of the loop unless the end user takes the time to email the developer the details of the error (what page it happened on, the steps the user had performed that caused the error, and so on)..

5 Sep 2006, 19:00:00   Source: Gracefully Responding to Unhandled Exceptions -...   Tags: ASP.NET
< 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 >