User Search Control using Ajax
-
Hi, I want to develop a user control for search users by using Ajax in asp.net and C#.net (VS 2.0). There will be text box, on change of values of text box, users list will be display in grid view. Also wants to implement on mouse over user’s details will be displayed in pop up(as like Gmail search contact). How can I do this? Can anyone help me for this? Thanks a lot.
-
Hi, I want to develop a user control for search users by using Ajax in asp.net and C#.net (VS 2.0). There will be text box, on change of values of text box, users list will be display in grid view. Also wants to implement on mouse over user’s details will be displayed in pop up(as like Gmail search contact). How can I do this? Can anyone help me for this? Thanks a lot.
This pretty easy. It all depends on the following: How much data are you searching? What behavior do you want? (search every char stroke, spellchecking, etc.) You might find this white paper helpful because it details a number of these types of interfaces: exorbyte white paper[^] Whether you use c#.net, AJAX or something else, you will need to consider more details. Let me know if you need more help. Dan - rastaquere AATT gmail DDOOTTT com