vote up 0 vote down star

I am trying to implement an Ajax.Beginform on my page but when I try to run the code, on postback I get the following alert

htmlfile: Unknown runtime error

I've tried trawling the web for a solution but no joy so far. Seems the problem is caused uite often by having multiple forms on the page but the Ajax form is the only one I have on there. My code is as below

    <%  Using Ajax.BeginForm("About", New AjaxOptions With {.UpdateTargetId = "divChart"})%>

        <input type="submit" value="ChangeChart" />
        <div id="divChart">
            --Contains html
        </div>
        <%
        End Using%>

Any ideas what could be causing this? Cheers

flag

BTW, I have got the script source files added to the master page – Israfel Nov 6 at 15:35
Have you tried other browsers? – AnthonyWJones Nov 8 at 8:51
Yes, I tried it in firefox and it appears to work which is strange however it's an intranet system which will mainly be accessed through IE. I'll just have to use a HTML form if there's no solution but using Ajax would have been much neater – Israfel Nov 9 at 8:50

1 Answer

vote up 0 vote down

Hi, I just want to bump this question, does anyone know why the Ajax.beginform brings back this error in IE8. regards

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.