i am developing a web site in Asp.Net using Visual Studio 2008.
i want to know that how can i search a keyword that will be entered by the user, i want the key word should be searched in complete database(all the tables)using a single query.
I am using sql database.
Can some one tell me how can the keyword be searched using like parameter...
i want to know that how can i search a keyword that will be entered by the user, i want the key word should be searched in complete database(all the tables)using a single query.
I am using sql database.
Can some one tell me how can the keyword be searched using like parameter...
Comment