asp.net mvc 2 - Ajax.BeginForm + Updating entire page in IE9 -


i'm using mvc2 , have telerik popup window in i'm doing search , wanting display search results in second tab.

i have search form in first tab, on post, perform search , have partialview containing telerik grid. works in chrome, when give go in ie9, shows search results on brand new page.

ajax.beginform("search", "datasearch",                new ajaxoptions                {                    updatetargetid = "pnlsearchresults",                    onsuccess = "showsearchresults",                    httpmethod = "post",                    insertionmode = insertionmode.replace,                    loadingelementid = "searchingprogess"                })) 

the div, pnlsearchresults contained in second tab , outside of form.

i believe had elements being inside form. moved loading div outside form, reloaded , appears working fine now.


Comments

Popular posts from this blog

ASP.NET/SQL find the element ID and update database -

jquery - appear modal windows bottom -

c++ - Compiling static TagLib 1.6.3 libraries for Windows -