I have this existing application now user wants me to add a new page.But URL should be same. i.e.there is already a view name Index.
http://www.localhost/Index?mdn=&Mdn wdate=&Wdate
Now user wants me to add a new view named Count but they wants url should be like this.(except one query string.)
http://www.localhost/Index?mdn=&Mdn count=&Count
I am new in asp.net MVC. Please help thanks.