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

Message Box display Problem

1 Answer 77 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Devi
Top achievements
Rank 1
Devi asked on 02 Aug 2007, 11:47 AM
Hi,

I am using one Third party Message dll to Show the Message in Message Box . Its Working fine  for Ajax Panel .But Ajax Manager is Not Supporting .

<cc2:msgBox ID="MsgBox1" runat="server"  />

I gave like this also Please send me any Solution


<AjaxSettings>

<rada:AjaxSetting AjaxControlID ="MsgBox1">

<UpdatedControls >

<rada:AjaxUpdatedControl ControlID="UI_StockRadGrid" />

<rada:AjaxUpdatedControl ControlID="UI_StockMatrixGrid" />

<rada:AjaxUpdatedControl ControlID="UI_StockGuideline" />

</UpdatedControls>

</rada:AjaxSetting>

</AjaxSettings>

 

<AjaxSettings>

<rada:AjaxSetting AjaxControlID="UI_StockGuideline">

<UpdatedControls>

<rada:AjaxUpdatedControl ControlID="MsgBox1" />

<rada:AjaxUpdatedControl ControlID="UI_StockRadGrid" />

<rada:AjaxUpdatedControl ControlID="UI_StockMatrixGrid" />

<rada:AjaxUpdatedControl ControlID="UI_StockGuideline" />

</UpdatedControls>

</rada:AjaxSetting>

</AjaxSettings>

Please send me any Solution
with best regards,
V.S.Devipriya

1 Answer, 1 is accepted

Sort by
0
David Silveria
Top achievements
Rank 1
answered on 02 Aug 2007, 01:36 PM
usually controls that are not ajax aware and do not comply with these requirements (http://www.telerik.com/help/aspnet/ajax/ajx3rdparty.html), work when wrapped in AjaxPanel, because it updates their whole html since it is nested. On the other hand the AjaxManager would have problem identifying the correct start and end point for the html of this control and therefore might fail.
Tags
General Discussions
Asked by
Devi
Top achievements
Rank 1
Answers by
David Silveria
Top achievements
Rank 1
Share this question
or