Repeater1.DataSource = cmd.ExecuteReader();
This shows error procedure searchstring has no parameters and arguments were supplied.What am I missing??
I am creating a search page functionality using a stored procedure to get data from a two tables based on certain condition.
Thanks
Go to the complete details ...