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
What’s the use of “GLOBAL.ASAX” file?
If I am developing an application that must accomodate multiple security levels though secure login and my asp.net web application is spanned across three web-servers (using round-robin load balancing). What would be the best approach to maintain login-in state for the users?
What is the use of execute non query in asp.net?
What is a session government?
Why Unload event of MasterPage Calls first in ASP.net ?
Explain different types of Caching techniques in ASP.NET?
How would you get asp.net running in apache web servers?
Explain the difference between an exe and a dll?
What is different in .net 1.1 and .net 2.0?
What is ispostback property?
How do we implement bundling in MVC?
Describe how passport authentication works.
What is asp.net futures?
What is application state?
Explain Optimization technique description?