Click here to Skip to main content
15,885,546 members
Articles / Web Development / HTML

flickr Spell Extender Control for ASP.NET Atlas

Rate me:
Please Sign up or sign in to vote.
4.96/5 (15 votes)
27 May 2006CPOL12 min read 71.7K   508   58  
An ASP.NET Atlas server extender control that converts text specified in a control to images from flickr.
// (c) Copyright Microsoft Corporation.
// This source is subject to the Microsoft Permissive License.
// See http://www.microsoft.com/resources/sharedsource/licensingbasics/sharedsourcelicenses.mspx.
// All other rights reserved.


using System.Web.UI.WebControls;
using System.Web.UI;
using System.ComponentModel;
using Microsoft.AtlasControlExtender;

namespace FlickrSpell
{
    // TODO Set this to be your default extender property name
    //
    public class FlickrSpellProperties : TargetControlPropertiesBase<Control>
    {

    }
}

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Architect
United States United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions