I have hyperlink column in a radgrid which is placed inside a user control.
Each row for this column is populated with anchor tag like <a title="title" href="../Activity/somepage.aspx?id=223&t=2">title</a>
For chrome/firefox on click of hyperlink goes to page mentioned in href as expected but with IE 11, it reposted to same page(where user control is placed) with IsPostback = false. Though this repost request gets aborted and then it goes to expected page. Same behavior exhibited by IE 9, IE 10 but IsPostback= true in case of IE9,10.
Can any one explain why such a behavior
Each row for this column is populated with anchor tag like <a title="title" href="../Activity/somepage.aspx?id=223&t=2">title</a>
For chrome/firefox on click of hyperlink goes to page mentioned in href as expected but with IE 11, it reposted to same page(where user control is placed) with IsPostback = false. Though this repost request gets aborted and then it goes to expected page. Same behavior exhibited by IE 9, IE 10 but IsPostback= true in case of IE9,10.
Can any one explain why such a behavior