how can i am search the data from database?
just like google
Answer Posted / sharifuddin
for this first design the table like the fields as
EMPNo | EMPNAME | SALARY | DETAILS
Now write the query as follows...
SELECT * FROM EMPLOYE WHERE DETAILS LIKE '%<SEARCH KEY>%'
This is the simplest query for that...
Sharif
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Less than one page, how many windows will you be able to maintain?
What is Razor View Engine
What are the main requirements for caching?
What threading model used in asp and asp.net?
What do you understand by aggregate dependency?
What is mvc in asp.net tutorial? : Asp.Net MVC
What are Master Pages in ASP.NET?
What are the main advantages of using asp.net?
Explain parts of assembly?
What's the use of formatters in .net?
How to implement globalization and localization in the use interface in .net.
What is state management in asp.net with example?
Explain automatic memory management in .net.
Why do we need master page in asp.net?
What is ispostback property?