Hello,
I have a Web Forms application in which a .aspx page has a label which is used to indicate the time remaining. This label is in a ajax panel. A timer will be ticking every 1 second updating the label text showing the count down. The page is working fine (with partial refresh) in IE 9,10,11. Ajax Update Panel is refreshing the label text without reloading the entire page.
I have a Windows Forms application in which a Web Browser control is loading the above .aspx page. Now this windows forms application Web Browser is reloading the entire page. Ajax Update Panel is failing and is reloading the entire page every second.
Aspx.page Project and Windows Form Application Project - Both developed in .Net 4.5.
Any help is very much appreciated.
Mourya