|
|
|
|
|
| | Total Hits: 35 | Today: 0 | Author: markFaction | Rating:  |
| |  The auto complete functionality is a useful aid where suggestions are displayed when you type into a textbox. You would have come across this in many sites. Looking at how to implement this in an ASP.Net application using the AJAX control toolkit, it was not a complex task, as the great video tutorial here demonstrates. But the video (and many other articles on the web) showed how to use the auto complete extender hooked up to a ASMX file. Almost all the articles described how AJAX retrieves th... |
| | Total Hits: 22 | Today: 0 | Author: Munir Shaikh | Rating:  |
| |  In one of the Ajax project while using I was getting following error: Error Creating control - autoComplete1. This control cannot be displayed because it's tag prefix is not registered in the web form.... |
| | Total Hits: 14 | Today: 0 | Author: Paolo Vernazza | Rating:  |
| |  CAutocomplectionCtrl is a control designed to add the auto completion feature in a CRichEditCtrl. You can easily modify the code to add the auto completion feature in a CRichEditView.
You can specify options such as displaying all known words or only the matching ones.... |
| | Total Hits: 11 | Today: 0 | Author: AzamSharp | Rating:  |
| |  Auto-Completion is a very interesting feature which was primarily made popular by Google. I have already written couple of articles which explains how to implement this feature. In this article I will implement the auto-completion feature using ASP.NET 2.0 client callbacks.... |
| | Total Hits: 120 | Today: 0 | Author: Aparna Lakshminarayanan | Rating:  |
| |  When I was playing with the AutoCompleteExtender, I wondered if it could be extended to include a prefix image as well. Doing it was straightforward with some JavaScript functions. I am sharing the same here for those of you who might find it useful. To make the sample interesting and useful, I’ve included the icons for flags of different nations across the world. (Thanks to www.MarkFennell.com for the icon resource.)... |
| | Total Hits: 7 | Today: 0 | Author: AzamSharp | Rating:  |
| |  The Auto-Suggest feature helps the users to select a particular entity by providing them with suggestions based on their input. We have written several articles that demonstrates different scenarios for implementing Auto-Suggest. This article focuses on how to display images in Auto-Suggest and how to access the properties of the selected item.... |
| | Total Hits: 11 | Today: 0 | Author: Raj Kumar | Rating:  |
| |  AutoComplete is an ASP.NET AJAX extender that can be attached to any TextBox control, and will associate that control with a popup DropDown like list of words that begin with the prefix typed into the textbox.... |
| | Total Hits: 10 | Today: 0 | Author: [raju.m][makhaai] | Rating:  |
| |  Without using AjaxControlToolKit, we can implement AutoComplete Extender using pure Ajax Call. This article explains how to do make AutoComplete Extender.... |
| | Total Hits: 14 | Today: 0 | Author: Mahak Gupta | Rating:  |
| |  In this article you will learn how to use TextSearch With Overlay Screen(AJAX).... |
| | Total Hits: 12 | Today: 0 | Author: Diptimaya Patra | Rating:  |
| |  In this article we will see how we can implement AutoComplete feature in a cell editing in DataGrid.... |
| | Total Hits: 15 | Today: 0 | Author: Diptimaya Patra | Rating:  |
| |  I have gone through a lot of AutoComplete TextBox in WPF articles. This article is a simple approach for achieving AutoComplete for TextBox.... |
| | Total Hits: 20 | Today: 0 | Author: Suprotim Agarwal | Rating:  |
| |  This article demonstrates how to use the jQuery UI AutoComplete widget to consume an ASP.NET Web Service (EmployeeList.asmx) that is JSON Serialized. The data source for this web service is List Employee in the Employee.cs class. You can download this class from the source code attached with this article.... |
| | Total Hits: 9 | Today: 0 | Author: Malcolm Sheridan | Rating:  |
| |  The Silverlight Toolkit is a project that’s available from CodePlex. The description from from the website is: “The Silverlight Toolkit is a collection of Silverlight controls, components and utilities made available outside the normal Silverlight release cycle. It adds new functionality quickly for designers and developers, and provides the community an efficient way to help shape product development by contributing ideas and bug reports. It includes full source code, unit tests, samples and... |
| | Total Hits: 38 | Today: 0 | Author: Jesudas Chinnathampi (Das) | Rating:  |
| |  This article explains how we can create a Textbox with AutoComplete feature using ASP.NET 2.0 Microsoft AJAX 1.0, Web Services and Javascript. We will see how we can expose a web service so that it can be invoked from a client side Javascript call.... |
| | Total Hits: 62 | Today: 0 | Author: Matt Berseth | Rating:  |
| |  I spent some time playing around with the AutoComplete control to see if we could use it to provide smarter filtering capabilities for our data tables. The general idea was that I would allow the user to select a filter column from a drop down list. Then as they key in characters into the adjacent textbox I would use the AjaxControlToolkit's AutoComplete extender to suggest some values to filter by. You can see this in the screen shot below. I selected 'City' in the drop down and then typed ... |
| | Total Hits: 23 | Today: 0 | Author: AzamSharp | Rating:  |
| |  Atlas Project has been introduced by Microsoft which works with the ASP.NET 2.0 framework. Atlas enables your controls to make client side calls and hence save the roundtrip to the server. This also means that by using Atlas you can refresh your page without making a Postback. In this article I will demonstrate that how you can use the AutoCompleteExtender control which ships with the Atlas framework.... |
| | Total Hits: 234 | Today: 0 | Author: ajaxtutorials | Rating:  |
| |  This tutorial was created with and aimed toward users of Visual Studio.NET 2008. 2005 can be used, but Microsoft's ASP.NET AJAX Extensions, which can be downloaded at this location, must be installed. Also, if using 2005, some additional steps may be required that are not listed in this article. Microsoft have a Control Toolkit that is not included with the .NET Framework, but can be downloaded from www.codeplex.com/AjaxControlToolkit. This Toolkit is constantly being updated and consists mainly... |
| | Total Hits: 125 | Today: 0 | Author: Dr. James McCaffrey | Rating:  |
| |  The popularity of Web applications that use AJAX (Asynchronous JavaScript And XML) technology has increased steadily over the past year. When written correctly, AJAX can yield significant improvements in performance and user experience compared with non-AJAX Web applications. However, because AJAX Web applications work asynchronously, traditional synchronous test automation techniques generally don't work. In this month's column, I present a technique that allows you to write lightweight test au... |
|
|
|
|
|
|
|
|
|
|
|
|
|