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
Define page output caching?
What websites use asp.net?
How to prevent client side validation from the ASP.NET validation controls?
What is view state and how it works in asp net?
Why will you usually create an aspnet user account in the database for an asp.net web application?
Is asp.net a programming language or framework?
Explain the difference between codebehind="mycode.aspx.cs" and src="mycode.aspx.cs"?
witch is the best insistute in sharpoint course.what abt future of share point course.
What is the concept of postback in asp.net?
What is the difference between response.redirect and server.transfer?
What are validators and list some validators of asp.net?
how to elimainte the similar data from the different tables
What is the procedure to create the environment for asp.net? : asp.net mvc
What is the use of asp.net web api?
What does uri mean?