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
Can one dll file contains the compiled code of more than one .net language?
What is in a session cookie?
Should I delete cookies?
What is the use of session state and application state and difference between them?
What are the benefits of view state?
Is asp net front end or backend?
Explain the main function of razor in asp.net? : asp.net mvc
What is cas?
Where do the cookie state and session state information be stored?
Why we use content place holder in asp.net?
Explain MVC model binders?
How can we create a website?
How do I open an ashx file?
Explain the role of global.asax?
What are the authentication types in asp.net?