How to create and use Search Functionality in ASP.Net using C#
I am creating a dynamic Website, in which i want to use search Functionality in ASP.Net using C#. When user enters the value in the textbox then that value search in my website..??
what is its method and how can i do this.??