Hi
I have a website where I have some UserControls. I have one header User Control which contains serach panel for the website. Now that header control is common for all pages. When I search something from that search panel it redircts me to the search page with the results. Now when I again search from the same page as my header control is common it gives me the result of old search not for the new keyword.
Example: I have search with keyword "k" and it gives a result of "K" but when I search for keyword "M" it doesn't give me the result for "M" it shows same result as "K".
I think its because of the same page is postback again. I have also tried to keep my code out of IsPostback but still no result.
Please help.