I have Table named tbl_search with columns : id(int), title(nvarchar100), result(ntext) and i want using SQL query, like
Table
tbl_search
id(int), title(nvarchar100), result(ntext)
SQL query
I solved this issue because I had a '@StartDate' in my last select and asp.net could not read it and returned it as 'Column1', so I have solved this by assigning @StartDate to a variable which is good practice anyway.