How to Display a message next to the search fields and provide a ‘Clear Filters’ button to enable the user to clear all entered search criteria

In "Clear Filters" button click event write this code to clear the text

Searchtextbox.Text = String.Empty;
//or Searchtextbox.Text = "";
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.