Click here to Skip to main content
15,892,537 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
can anyone can give me copmlete code of like facebook search in asp.net..?
Posted
Updated 20-Feb-13 3:52am
v2
Comments
bbirajdar 20-Feb-13 8:06am    
Yes.. The complete code for facebook like search and documentation costs 22000 dollars.. How much can you pay as the first installment ?
Shubh Agrahari 20-Feb-13 8:18am    
there always has some alternates of every work.....don't forget it take it always in mind that help you to help us in better way...

1 solution

It does not work like this here.

Here is what is expected of enquirers:
1. TRY first what you want to do! You may find that it's not that hard.
2. Formulate what was done by you that looks like an issue/not working.

Try them and tell if you face issues.
Members will be more than happy to help like this.




Get the basic search up. Follow these steps:
1. Design a page where you place few search parameters. For example, searching a name in DB, so a textbox for it.
2. Now, place a search button as the trigger event of the search. On click of search button you would be writing your logic.
3. In search button click, get the search parameters (like the name in textbox here), use it, form a query and execute on database
4. Get the query result back in a datatable and bind it to a grid or any other appropriate control based on your needs
5. For now, Datagrid will display the retrieved result.

First step done. Now, fine tune it as per your need.
 
Share this answer
 
Comments
Shubh Agrahari 20-Feb-13 8:16am    
my 5 boss....good to help as we can...

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