Hi,
I want To create a project in asp.net using c#, My Project Concept Follows:
If we give a question in text box and click search means it automatically retrive table form local database based on the keyword. For Example college table contains department,collage name,year, Now we want to display only department field by using the following question or keyword "what are the department in stanford university"
Please Give some idea to develope this project....I am a new to .net platform.so please help me to do this project....
Thanks
Regards
-=Arun Prasath=-
Loading
Dhaval PatelPosted Jan 12, 2012, 12:30 AM
You are using below link for your criteria.
http://www.c-sharpcorner.com/Blogs/7620/search-into-textbox-and-bind-gridview-using-Asp-Net.aspx
Thanks & Regards
Dhaval Patel
arun prasathPosted Jan 11, 2012, 6:33 AM
If the users want to search for a certain keyword....they must type a keyword in a textbox.....then it will show the record that matches that keyword.
- so that if you have a lot of records in a database you can easily search for it.
Thanks!
Regards
G.Arun Prasath
arun prasathPosted Jan 11, 2012, 12:18 AM
Sam HobbsPosted Jan 10, 2012, 9:11 PM
The answer depends somewhat at least on how much flexibility you want to give the user. So it would help for you to think about that and explain that in your questions.