Hello,
I have started searching RadWindow control. First tell that I am changing all the controls I had before by the telerik ones.
So I have got a page call Exceptions.aspx where I have the following code:
<asp:Panel ID="pnlModal" CssClass="modal_ventana" style="display:none" runat="server">
<table class="Person" width="100%">
<tr>
<td align="center"><img id="imgIcoEliminar2" runat="server" src="~/_Img/Ico32/IcoCancelar.png" align="middle"/>
</td>
<td class="titExcepcion"> SE HA PRODUCIDO UN ERROR EN LA APLICACIÓN.</td>
</tr>
</table>
</asp:Panel>
<cc1:ModalPopupExtender ID="btnAceptar_ModalPopupExtender" runat="server"
PopupControlID="pnlModal"
DropShadow="true"
TargetControlID="Label1"
BackgroundCssClass="modal_ventana_fondo">
</cc1:ModalPopupExtender>
The content of this Popup is in the same page, for so I use an <asp:Panel>. I make a reference from the code you have seen above
(PopupControlID="pnlModal") and then the code which is between <asp:panel> is executed in the popup.
In few examples I have seen that radwindow uses a navigateUrl property and in this page will be written the code for popupwindow. I would like to do something similar to I had before, to reference to an asp:panel (I don´t know whether there is a similar control for telerik) and to write in the same page.
I hope you can help me and feel free to ask because my english is not the best.
Thank you in advance.
I have started searching RadWindow control. First tell that I am changing all the controls I had before by the telerik ones.
So I have got a page call Exceptions.aspx where I have the following code:
<asp:Panel ID="pnlModal" CssClass="modal_ventana" style="display:none" runat="server">
<table class="Person" width="100%">
<tr>
<td align="center"><img id="imgIcoEliminar2" runat="server" src="~/_Img/Ico32/IcoCancelar.png" align="middle"/>
</td>
<td class="titExcepcion"> SE HA PRODUCIDO UN ERROR EN LA APLICACIÓN.</td>
</tr>
</table>
</asp:Panel>
<cc1:ModalPopupExtender ID="btnAceptar_ModalPopupExtender" runat="server"
PopupControlID="pnlModal"
DropShadow="true"
TargetControlID="Label1"
BackgroundCssClass="modal_ventana_fondo">
</cc1:ModalPopupExtender>
The content of this Popup is in the same page, for so I use an <asp:Panel>. I make a reference from the code you have seen above
(PopupControlID="pnlModal") and then the code which is between <asp:panel> is executed in the popup.
In few examples I have seen that radwindow uses a navigateUrl property and in this page will be written the code for popupwindow. I would like to do something similar to I had before, to reference to an asp:panel (I don´t know whether there is a similar control for telerik) and to write in the same page.
I hope you can help me and feel free to ask because my english is not the best.
Thank you in advance.