Hi.. How to hide query string in url
My url is like this
http://localhost:3986/Karnataka/College?College_name=(value)
i want as
http://localhost:3986/Karnataka/College/College_name/(value)
i tried all url rewritting rule Please help me to solve this..
Thanx in advance