How to Search A text from the database using asp.net

i want to know how to search a text or a phrase from the database using asp.net ..
in this context i wanna use datagrid to view the search result as a output..


sir please reply as soon as

i realy need it


Nitin Varshney
Views: 635 | Community Opinion: 1



Bookmark this page..



Ask a New Question Go to Home

Community Opinion/Answers
 
John Deter Said..

Send SQL command from front end to database like

SELECT * FROM TBl_TextTable WHERE TextColumn LIKE '%Search Query%'






Register or Login to Post Your Opinion