↧
How to use AutoCompleteExtender Ajax Control in C#.NET
AutoComplete is an ASP.NET AJAX extender that can be attached to any TextBox control, and will associate that control with a popup panel to display words that begin with the prefix typed into the...
View ArticleEditor Control in ASP.NET AJAX
HTMLEditor is an ASP.NET AJAX Control that allows you to easily create and edit HTML content. Various buttons in toolbar are used for content editing. You can see generated HTML markup and preview...
View Article