Tag: ASP.NET


Downloading, Installing, and Using the ASP.NET AJAX Control Toolkit

August 17th, 2009 — 2:14pm

Downloading the ASP.NET Ajax Control Toolkit:

The first step we need to take to use the ASP.NET AJAX Control Toolkit, is to download the latest version of the toolkit.  The version we will be downloading and installing will be version 3.0.30512 for ASP.NET 3.5 Service Pack 1.  Download the most current release from CodePlex.com. (**The ASP.NET 2.0 compatible version of the toolkit can be found here.) CodePlex.com is Microsoft’s hosting site for open source projects.  On the downloads page, you will find three different versions of the toolkit. Continue reading »

5 comments » | Tutorials

Did you know… There are installed code samples within Visual Studio?

May 13th, 2009 — 7:56am

This tip is specific for Visual Studio 2008.

You can easily find the samples that have been installed for Visual Studio by going to Help-Samples. Then in the browser, click on the local Samples folder link.

Continue reading »

Comment » | Tutorials

Nested MasterPages in ASP.NET

May 12th, 2009 — 9:26pm

This is a good video that demonstrates how ASP.NET MasterPages are a key part of building agile web applications. This video demonstrates the basics of using MasterPages and nested MasterPages in ASP.NET applications. It’s presented by Joe Stager and is only 16 minutes and 2 seconds long.

Continue reading »

Comment » | Tutorials

Back to top