This is a migrated thread and some comments may be shown as answers.

[Solved] htmlfile: Unknown runtime error

2 Answers 159 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Daron
Top achievements
Rank 1
Daron asked on 17 Jan 2008, 02:30 PM
The bugs I'm finding in the Telerik controls are starting to become a little tedious.

I have the very latest version of Prometheus (2007.3.1314.35) and getting the above error when making an ajax call.

Here's the content that throws the error:
<tr id="RAD_SPLITTER_PANE_TR_ContentPane">
    <td id="ContentPane" valign="top" class="paneHorizontal lastItem" style="width:811px;height:160px;border-width:1px;"><div id="RAD_SPLITTER_PANE_CONTENT_ContentPane"  class='ContentPane'  style="width:811px;height:160px;overflow:auto;">
<div id="RadAjaxPanel1Panel">
        <div id="RadAjaxPanel1" style="height:200px;width:300px;">
           

                            <div id="previewContainer" style="width: 100%; height: 100%;">
                                <div id="previewLeft" style="float: left; width: 54%">
                                 <span id="lblDocumentName" class="documentName">1 Party Object</span>

                                 <br /><label for="">Version:</label> <span id="lblUserVersion">v1</span>
                                 <br /><label for="">System Version:</label> <span id="lblSysVersion">3</span>

                                 <br /><label for="">Last modified by:</label> <span id="lblModBy">System Administrator</span> on <span id="lblModDate">14/11/2009</span>
                                 <br /><label for="">Created by:</label> <span id="lblCreateBy">System Administrator</span> on <span id="lblCreateDate">14/11/2007</span>
                                 <br /><a id="btnOpenDoc" href="javascript:__doPostBack('btnOpenDoc','')">Open</a>
                                 </div>
                                 <div id="previewRight" style="float:left; width: 45%;">
                                 <img id="imgPreview" src="images/repository/docpreviews/(local)SQLEXPRESS/b939696a-05de-460b-b38c-24ee42fc8d50.png" style="border-width:0px;" />
                                </div>
                            </div>

        </div>
    </div>
                                </div><input id="ContentPane_ClientState" name="ContentPane_ClientState" type="hidden" /></td>
</tr>

I've already removed <p> tags as this is a known (and serious) bug with your controls. I have also tried putting my code inside and outside an ajax panel!

I'm starting to pull my hair out. A simple task such as updating labels in an ajax request is becoming a nightmare.

Please respond ASAP.

Daron

2 Answers, 1 is accepted

Sort by
0
Daron
Top achievements
Rank 1
answered on 17 Jan 2008, 02:39 PM
Solution?

A trusty old MS UpdatePanel inside a RadAjaxPanel.

The mind boggles as to the stupidity of this....
0
Rosen
Telerik team
answered on 18 Jan 2008, 12:53 PM
Hello Daron,

As I not sure what exactly is causing the error it will be highly appreciated if you can send us (attached to formal support ticket) a small working project or at least some snippets of the page's code. This will allow us to get more details and therefore provide you with more to-the-point answer.
  
Kind regards,
Rosen
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Ajax
Asked by
Daron
Top achievements
Rank 1
Answers by
Daron
Top achievements
Rank 1
Rosen
Telerik team
Share this question
or