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

Rad

1 Answer 37 Views
Calendar
This is a migrated thread and some comments may be shown as answers.
mohamed
Top achievements
Rank 1
mohamed asked on 27 Dec 2012, 07:18 AM
<asp:Content ID="aboutContent" ContentPlaceHolderID="MainContent" runat="server">
    <telerik:RadAjaxManager ID="RadAjaxManager1" runat="server">
        <AjaxSettings>
        </AjaxSettings>
    </telerik:RadAjaxManager>
    <telerik:RadCodeBlock runat="server" ID="radCodeBlock">
        <script type="text/javascript">

        </script>
    </telerik:RadCodeBlock>
    <div>
        <table style="height: 350px; width: 50%; azimuth: center">
           
            <tr>
                <td style="border-top: none; border-color: White">
                    <asp:Label ID="Label17" runat="server" ForeColor="Red" Text="*" Width="1px"></asp:Label>
                    <asp:Label ID="DateofCommence" runat="server" Text="<%$ Resources:FormName, DtofcommenCommon %>"></asp:Label>
                </td>
                <td style="border-top: none; border-color: White; border-left: none">
                    <telerik:RadDatePicker ID="DateofCommencement" AutoCompleteType="Disabled" runat="server"
                        onkeydown="return (event.keyCode!=13);" ShowPopupOnFocus="true" EnableTyping="false">
                        <DateInput ID="DateInput1" DateFormat="dd/MM/yyyy" runat="server" FocusedStyle-BackColor="Lavender">
                        </DateInput>
                    </telerik:RadDatePicker>
                </td>
            </tr>
</table>
</div>
</asp:content>

That's not open ,
That is inside the <asp:content>
see the image

Thanks Advance,
Mohamed.

1 Answer, 1 is accepted

Sort by
0
mohamed
Top achievements
Rank 1
answered on 23 Jan 2013, 06:08 AM
Problem Resolved

Regards,
Mohamed.
Tags
Calendar
Asked by
mohamed
Top achievements
Rank 1
Answers by
mohamed
Top achievements
Rank 1
Share this question
or