In my code I have used RadTextBox for Search functionality. I have a textbox in which if I type any name, and click on search button next to it, the RadGrid below will get populated with the search result. But with this implementation I found few bugs in it:
When I click on any other button or refresh a page, the textbox still persist the name type into it.
I want to clear this textbox on refreshing a page and while invoking any other event of the page except search button click. I have done
RadTextBox.Text = ""; on every other event but it is not working.
Can any one help me in this?
When I click on any other button or refresh a page, the textbox still persist the name type into it.
I want to clear this textbox on refreshing a page and while invoking any other event of the page except search button click. I have done
RadTextBox.Text = ""; on every other event but it is not working.
Can any one help me in this?
