i wanted to implement search functionality in C#..
There will br 3 textboxes and search button just like makemytrip website search screen..
https://www.makemytrip.com/
So user enter things and click on search button and data will go to other page via querystring.The other page will contain the Search query.
Can anyone provide me the sample code functionality of Search.