Today while working on adding tagging to items, I came across an issue with the auto complete control extender available in the ASP.Net AJAX Control library.
ASP.Net AJAX Auto Complete Control Extension
27 03 2008Comments : 2 Comments »
Tags: AJAX, ASP.Net, Extender, Workaround
Categories : Uncategorized
MaxLengthTextBox – AJAX Control Extender
26 03 2008If you’re looking for an easy way to apply a max length to an ASP.Net multiline text field, I’ve written a control extender that is compatable with IE, and Firefox. It uses .Net 3.5, and you’ll need to go here and grab the toolkit. Once you’ve done that, head here to grab the extender. Put a reference to the toolkit in your project, then reference the assembly I’ve provided.
Now all you should need to do is add the extender as per any normal extender. Set a max length for your text box, and you should be good to go!
If you’ve got any comments, suggestions, improvements or even ideas for other controls leave a message on the codeplex page, or here on the blog.
Comments : 1 Comment »
Tags: AJAX, ASP.Net, control, Extender
Categories : Development
ASP.Net AJAX Extenders
19 03 2008As mentioned in my previous post it’s been quite a while since I last had the fortune to work on a web application. Today I discovered another gotcha for young players in the web world when trying to set the MaxLength property of a TextBox control. Normally this works fine, but if you combine this with settinig the style to MultiLine the world changes. Read the rest of this entry »
Comments : Leave a Comment »
Tags: AJAX, ASP.Net, Extender
Categories : Uncategorized