Click here to Skip to main content
15,881,882 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am using windows form(C#) for searching employee details based on name and ID. I am able to get details if i provide full name but i want to get the names if i provide some part of name. For example, if i give "la" it should display all names from database table starting with "la" (laxmi, lalitha, latha etc)in a drop down and upon selecting desired name all the details of that particular employee should be filled in appropriate textboxes.
Posted
Updated 25-Jun-15 19:42pm
v3
Comments
Abhipal Singh 26-Jun-15 0:57am    
The question your asked is very vague. All I can suggest you is, to implement AJAX search(if you are using ASP.NET).

To help you better, can you please provide more information on:
What presentation (ASP/Windows/WPF..) you are using?
Where you are stuck?
What is the issue you are facing?

1 solution

 
Share this answer
 
Comments
Member 11793580 26-Jun-15 1:49am    
Thanks for the response.
But i have already designed a web form and added search employee groupbox which has ID and First name. Like google search which searches based on patterns i want to search for a particular employee based on First name by giving only part of his/her name so that it displays all the names of employees based on that portion of given string.
Member 11793580 26-Jun-15 1:50am    
I have done winform using c# code and mysql for db.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900