Premium Content


Premium Content articles are the very best articles from the world's leading internet technology, subject-matter experts. We have many categories of content below on a wide variety of subjects that have all been commissioned from big name authors.

Explore the Premium Content

Embedding Images in Emails in ASP.NET 2.0

In this tutorial you'll learn how you can accomplish 2 things. First you'll learn how you can embed images into an email using .NET's System.Net.Mail library, and second you'll learn how you can send 2 different versions of this email so that both text and html mail clients can receive the email in whichever format they support.

Check out the Intro read more


Read More

Creating a User Re-Sortable List of Items in ASP.NET 2.0

During this tutorial we'll explore the functionality of a very cool Ajax control in ASP.NET which allows your users to take a list of items and re-order them any way they like.

Check out the Intro read more


Read More

Binding Multiple Columns to DropDownControls in ASP.NET

In this tutorial we will explore a very common requirement in most web applications, and that is how to bind 2 or more columns to the DataTextField property of the DropDownList control. As you may already know, you can only bind a DropDownList to one column in a dataset. This video tutorial explores a solution which does not require altering your SQL statement

Check out the Intro read more


 

Read More

Getting Resources with YUI Get

The YUI Get utility is a relatively recent addition to the growing suite of developer tools that come under the YUI family. Its only purpose is to allow us to dynamically add new CSS or script resources after a page has loaded. Why would we want to do this? There are many reasons, but the most prominent would probably include Progressive Enhancement,Lazy Loading, Cross Domain Data Resources.

Read More

Creating Independent Collapsible Panels with Ajax in ASP.NET

During this tutorial you will learn how you can create expandable/collapsible sections of content on a page. Unlike the Accordion control which only allows a single section of content to be displayed, the Collapsible Panel control allows you to independently expand/collapse different sections of the page without affecting the other sections.

Check out the Intro read more


Read More

Coding a jQuery Plugin Part 3

We now reached part 3 of the jQuery plugin authoring tutorial; we’ve now added most of the functionality for our plugin, but there are still a number of loose ends that need to be tied up; namely, we still need to add the functions for showing the popup when the link element it is attached to is clicked, as well as add the code for the AJAX success handler.

Read More

Creating an Always Visible Container in ASP.NET

During this tutorial you'll learn how you can add a Panel control to a web form and have its contents always visible regardless of the scroll position of the page. This technique is used all over the internet and can be quite tricky to implement, but you can learn how in this tutorial without writing any client-side javascript whatsoever.

Check out the Intro read more


Read More

Creating Accordion Collapsible Panels in ASP.NET

In this video tutorial you'll learn how to use the Accordion Ajax control to display large amounts of data on a single page by allowing sections of the content to be expanded/collapsed

Check out the Intro read more


Read More

Coding a jQuery Plugin Part 2

Welcome back to part 2 of the jQuery plugin creation tutorial; in part one we created our protected-properties and configurable properties, as well as the object that will make up our plugin. We added the method that developers will call to create an instance of our widget.

In this part of the tutorial we’re going to continue adding the functionality that will enable our widget to work in the way that we want it to. All of the functions left to add are internal methods shielded from the developer that are required internally by the plugin. Let’s make a start.

Read More

Coding a jQuery Plugin Part 1

Over the course of this tutorial we’ll be coding our very own jQuery plugin that will sit on top of the excellent foundation provided by jQuery and function like a jQuery UI widget. We’ll be making the most of the object-oriented features of both jQuery and of JavaScript itself and getting down to some quality coding using the latest best-practice techniques.

Read More

Welcome to Detecting Browser Capabilities in ASP.NET 2.0

During this tutorial you will learn how you can programmatically detect various abilities of the browser being used to access your
application's web pages. This information can be critical in page design and debugging.

Check out the Intro read more


 

 

Read More

Welcome to Using the Ajax Tabbed Panel Control in ASP.NET

During this tutorial you will learn how you can add tabbed panels to your web applications that behave similar to windows tabbed interfaces. This allows you to use one page with multiple tabs or forms, saving screen space.


Check out the Intro read more


 


Read More
Newer articles Older articles