the AjaxControlToolkit has a new release, the release includes bug fixes and new HTMLEditor, ComboBox, ColorPicker controls/extenders.

HTML Editor

I liked the HTMLEditor control so much from first sight. Pretty lightweight and customizable. I still need to check whether it works fine inside UpdatePanel and whether it can be used with RequiredFieldValidator or so.

image  image

http://www.asp.net/AJAX/AjaxControlToolkit/Samples/HTMLEditor/HTMLEditor.aspx

 

Color Picker

The ColorPicjker is just an extender to TextBox control. This means a lot of opportunities and promises less problems with validators, etc… It’s a very nice one too.

image

http://www.asp.net/AJAX/AjaxControlToolkit/Samples/ColorPicker/ColorPicker.aspx

 

Combo Box

The ComboBox is a control that is like a DropDownList with auto complete except that the user can enter a new text that is NOT in the existing items. This is good or bad based on your sole use.

I did not like how it’s not well styled in the example page. This means it’s going to be headache to style in my sites as well, which is one of the biggest problems with AJAXToolkit in general.

image

http://www.asp.net/AJAX/AjaxControlToolkit/Samples/ComboBox/ComboBox.aspx

 

 

, , , , , ,
Trackback

5 comments untill now

  1. ComboBox is super. Microsoft rocks always. Is there any property to show only few items at a time. Like 10 items first, clicking on a button will open the next 10 items and so on. I’ve used a similar property in a 3rd party control. Is that available in Ajax ComboBox?

  2. Hi,

    Can any tell me, how can i use ajax toolkit Editor (as given in sample image 2)

  3. The link for it was not correct. It’s fixed now. Thanks for warning.

    IF you go to :
    http://www.asp.net/AJAX/AjaxControlToolkit/Samples/HTMLEditor/HTMLEditor.aspx
    You will see some example, in the same page look under “Other samples” for, well, other examples!

    Here is a video tutorial:
    http://www.asp.net/learn/ajax-videos/video-7115.aspx

    Here is written tutorial:
    http://www.asp.net/learn/Ajax-Control-Toolkit/tutorial-50-cs.aspx

  4. Dear MEligy,

    I have downloaded the latest Ajax Control Tool kit which was released in September 2009, but i couldnt find the HTML Editor control in the toolbox eventhough i add it. please help me.

    thanks,

    Ammar.

  5. Did you check all tabs?

    Typically you right click on the toolbox add new tab and add items to iit, you select the toollkit dll and it appears.

Add your comment now