Search Box In Windows Form
-
Every one voted it down how can i remove it? Ques was:- I am Trying to built the search box for my windows app that searches the data from the database Thanks
You need to give some more detail about what this box will do and what part you are having trouble with. Putting your question into Google will give you some useful suggestions.
Binding 100,000 items to a list box can be just silly regardless of what pattern you are following. Jeremy Likness
-
Every one voted it down how can i remove it? Ques was:- I am Trying to built the search box for my windows app that searches the data from the database Thanks
onurag19 wrote:
I want to develop a search box for my windows form application please help..
You might want to elaborate a bit on your question. What's going to be searched? A database, the internet, the local filesystem? If you're targetting a database, read up on the
LIKE
function.Bastard Programmer from Hell :suss:
-
onurag19 wrote:
I want to develop a search box for my windows form application please help..
You might want to elaborate a bit on your question. What's going to be searched? A database, the internet, the local filesystem? If you're targetting a database, read up on the
LIKE
function.Bastard Programmer from Hell :suss:
-
You need to give some more detail about what this box will do and what part you are having trouble with. Putting your question into Google will give you some useful suggestions.
Binding 100,000 items to a list box can be just silly regardless of what pattern you are following. Jeremy Likness
-
Every one voted it down how can i remove it? Ques was:- I am Trying to built the search box for my windows app that searches the data from the database Thanks
Please don't remove original content, it ruins the whole thread as what remains is unintelligible. :)
Luc Pattyn [My Articles] Nil Volentibus Arduum
-
Every one voted it down how can i remove it? Ques was:- I am Trying to built the search box for my windows app that searches the data from the database Thanks
onurag19 wrote:
Ques was:- I am Trying to built the search box for my windows app that searches the data from the database
This is no more descriptive than your original question. Try asking a question with some specific detail; you have still not explained which part of this project is causing you difficulty.
Binding 100,000 items to a list box can be just silly regardless of what pattern you are following. Jeremy Likness
-
onurag19 wrote:
Ques was:- I am Trying to built the search box for my windows app that searches the data from the database
This is no more descriptive than your original question. Try asking a question with some specific detail; you have still not explained which part of this project is causing you difficulty.
Binding 100,000 items to a list box can be just silly regardless of what pattern you are following. Jeremy Likness
-
onurag19 wrote:
Ques was:- I am Trying to built the search box for my windows app that searches the data from the database
This is no more descriptive than your original question. Try asking a question with some specific detail; you have still not explained which part of this project is causing you difficulty.
Binding 100,000 items to a list box can be just silly regardless of what pattern you are following. Jeremy Likness
-
I am Trying to built the search box for my windows app that searches the data from the database like if admins types the keyword student the name of all the students should be shown. I have used the LIKE operator for it but its not working accurately.
onurag19 wrote:
but its not working accurately.
I don't think anyone can guess why from that little information. Try and explain clearly what you are doing, what results you expect, and what results you see. If some of your code is failing then show that code (not all, just the failing portion), and be sure to check and explain the values of any variables used.
Binding 100,000 items to a list box can be just silly regardless of what pattern you are following. Jeremy Likness