I have a link to an intranet Web application with a QueryString as follows:
http://ServerName/taskManager/taskmanager.aspx?TaskNo=445007
When this link is opened in Internet Explorer 9 , a Gridview is filtered with the QueryString TaskNo and only one record is displayed.
But in Internet Explorer 11 the filtering doesn’t work. The Gridview is displayed with All Tasks.
Should I have to do something special with IE 11?
Go to the complete details ...