i wanted to use a search button in my c# asp.net website
i wish user enter ant text in textbox and click search button and all the date related to that keyword will be display in front of the user
can anybody help me
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Shweta LodhaPosted Mar 29, 2014, 4:00 AM
1) using Telerik's RadSearchBox
2) Handle click event handler of teh button yourself in code-behind
3) http://world.episerver.com/Get-Started/EPiServer-CMS/Getting-Started---How-To/Create-a-Search-Page/