I have a question:
I want to make a search function in my asp.net project! I am using a SQL Server 2008 database.
I have a gridview on my page showing something like this: Name,Age,ID .
How can I make a search function to show the entire row of tables for the searched word?
If I search for an ID code, it will display the entire string with Name,Age,ID .
I could not find a way to do this.
Also
I would like to know how can I set a fixed time for a SQL Server database? I do not want to receive pc time / date because it can be changed.
thanks
source share