Positioning a ModalPopup : ASP.NET Ajax Tutorials

The ModalPopup control in the AJAX Control Toolkit offers a simple way to create a modal popup using client-side means. However the control does not offer a built-in functionality to position the popup. View Visual Basic tutorial View Visual C# tutorial...

Creating Model Classes with LINQ to SQL : ASP.NET Ajax Control Toolkit Tutorials

The goal of this tutorial is to explain one method of creating model classes for an ASP.NET MVC application. In this tutorial, you learn how to build model classes and perform database access by taking advantage of Microsoft LINQ to SQL. View Visual Basic tutorial View Visual C# tutorial...

Using ASP.NET MVC with Different Versions of IIS : ASP.NET Ajax Tutorials

In this tutorial, you learn how to use ASP.NET MVC, and URL Routing, with different versions of Internet Information Services. You learn different strategies for using ASP.NET MVC with IIS 7.0 (classic mode), IIS 6.0, and earlier versions of IIS. View Visual Basic tutorial View Visual C# tutorial...

Using TextBoxWatermark in a FormView : ASP.NET Ajax Control Toolkit Tutorials

The TextBoxWatermark control in the AJAX Control Toolkit extends a text box so that a text is displayed within the box. When a user clicks into the box, it is emptied. If the user leaves the box without entering text, the prefilled text reappears. This is also possible within a FormView control. View...

Creating Mutually Exclusive Checkboxes : ASP.NET Ajax Tutorials

When only one of a set of options may be selected, radio buttons are usually used. There is a drawback, though: Once one radio button in a group is selected, it is not possible to uncheck all radio buttons. Check boxes can be unchecked at any time, however are not mutually exclusive. This tutorial provides...

Understanding Action Filters : ASP.NET Ajax Control Toolkit Tutorials

The goal of this tutorial is to explain action filters. An action filter is an attribute that you can apply to a controller action -- or an entire controller -- that modifies the way in which the action is executed. View Visual Basic tutorial View Visual C# tutorial...

Displaying a Table of Database Data : ASP.NET Ajax Control Toolkit Tutorials

In this tutorial, I demonstrate two methods of displaying a set of database records. I show two methods of formatting a set of database records in an HTML table. First, I show how you can format the database records directly within a view. Next, I demonstrate how you can take advantage of partials when...

Understanding ASP.NET AJAX Debugging Capabilities : ASP.NET Ajax Tutorials

The ability to debug code is a skill that every developer should have in their arsenal regardless of the technology they’re using. While many developers are accustomed to using Visual Studio .NET or Web Developer Express to debug ASP.NET applications that use VB.NET or C# code, some aren’t...

Adding Animation to a Control : ASP.NET Ajax Tutorials

The Animation control in the ASP.NET AJAX Control Toolkit is not just a control but a whole framework to add animations to a control. This tutorial shows how to set up such an animation. View Visual Basic tutorial View Visual C# tutorial...

Using the Slider Control With Auto-Postback : ASP.NET Ajax Control Toolkit Tutorials

The Slider control in the AJAX Control Toolkit provides a graphical slider that can be controlled using the mouse. It is possible to make the slider autopostback once its value changes. View Visual Basic tutorial View Visual C# tutorial...