Hi Guys,
Does the content of the RadWindows have to be on another UserControl/Page ?
Cant we specify the contents of the RadWindow like:
I tried doing this, but the window shows no content ??
Regards,
Does the content of the RadWindows have to be on another UserControl/Page ?
Cant we specify the contents of the RadWindow like:
| <telerik:RadWindow ID="RadWindow_BankSearch" runat="server" Title="Bank Search"> |
| <table cellpadding="2" cellspacing="1" style="font-family: Tahoma; font-size: 11px" width="100%"> |
| <tr> |
| <td> |
| <asp:Label ID="lblBankingInstPop" runat="server" Text="Banking Institution:"></asp:Label> |
| </td> |
| <td> |
| <telerik:RadTextBox ID="txtBankingInst" runat="server" Width="170px"> |
| </telerik:RadTextBox> |
| </td> |
| </table> |
| </telerik:RadWindow> |
I tried doing this, but the window shows no content ??
Regards,