How would you pass through ">=" in the querystring?
As user Kon said, use HttpServerUtility.UrlEncode
. I've once written a tiny little class to simplify working with query strings so that I do not have to call Server.UrlEncode.
As a side note, keep an eye on SQL injection aka Little Bobby Tables:
(Source)
Server.UrlEncode