From your question; I understood you want to secure QueryString that you passed in URL. If this is correct, then you may search for how you can encrypt and decrypt QueryString in ASP.NET. Then are many ways to do it. I suggest you refer on how you can use
HttpModule for query string encryption