Using control SqlDataSource in .NET 2.0, how do I search for parameter when it is provided, and return all results when parameter is not provided.
For example:
On my page I have TextBoxSearch. If user type something in, and then click search button, I would like to perform something like...