Hello,
Thanks for your quick response.
Server.UrlEncodeHttpUtility.UrlEncodewas not working in a href tag . I replaced it with HttpUtility.UrlEncode in a href tag. Now it is working but my problem is not solved.
My real problem is that i am passing the category and subcategory name in querystring from Page "A" to Page "B". I am showing the Page Name and Page Tilte on Page "B" from the data in querystring. It is showing correct but if someone is on the page "B" and he changes the data in Querystring the PageName and Page Title is changing.
What i should do to resolve this issue. I thought that encoding and decoding will solve my issue but it did not. Please suggest me what i should do?