or
.RadPanelbar_WebBlue{ margin:0 0 0 0 !important; text-align:center !important; vertical-align:text-top !important;}<telerik:RadAjaxManager ID="RadAjaxManager1" runat="server" UpdatePanelsRenderMode="Inline"> <AjaxSettings> <telerik:AjaxSetting AjaxControlID="DateOfBirthControl"> <UpdatedControls> <telerik:AjaxUpdatedControl ControlID="AgeLiteral" UpdatePanelRenderMode="Inline" /> </UpdatedControls> </telerik:AjaxSetting> <telerik:AjaxSetting AjaxControlID="CityTextBox"> <UpdatedControls> <telerik:AjaxUpdatedControl ControlID="PostCodeTextBox" UpdatePanelRenderMode="Inline" /> </UpdatedControls> </telerik:AjaxSetting> <telerik:AjaxSetting AjaxControlID="PostalCityTextBox"> <UpdatedControls> <telerik:AjaxUpdatedControl ControlID="PostalPostCodeTextBox" UpdatePanelRenderMode="Inline" /> </UpdatedControls> </telerik:AjaxSetting> <telerik:AjaxSetting AjaxControlID="InactiveCheckBox"> <UpdatedControls> <telerik:AjaxUpdatedControl ControlID="InactiveCheckBox" UpdatePanelRenderMode="Inline" /> <telerik:AjaxUpdatedControl ControlID="DeceasedCheckBox" UpdatePanelRenderMode="Inline" /> </UpdatedControls> </telerik:AjaxSetting> <telerik:AjaxSetting AjaxControlID="DeceasedCheckBox"> <UpdatedControls> <telerik:AjaxUpdatedControl ControlID="InactiveCheckBox" UpdatePanelRenderMode="Inline" /> <telerik:AjaxUpdatedControl ControlID="DateOfDeathControl" UpdatePanelRenderMode="Inline" /> <telerik:AjaxUpdatedControl ControlID="CauseButton" UpdatePanelRenderMode="Inline" /> </UpdatedControls> </telerik:AjaxSetting> </AjaxSettings> </telerik:RadAjaxManager><telerik:RadDateTimePicker ID="DateOfBirthControl" runat="server" Culture="en-AU" MinDate="1900-01-01" Skin="Windows7" Width="100px" AutoPostBackControl="Both" onselecteddatechanged="DateOfBirthControl_SelectedDateChanged"> <TimeView CellSpacing="-1" Culture="en-AU"> </TimeView> <TimePopupButton ImageUrl="" HoverImageUrl="" Visible="False"></TimePopupButton> <Calendar UseRowHeadersAsSelectors="False" UseColumnHeadersAsSelectors="False" ViewSelectorText="x" Skin="Windows7"> </Calendar> <DateInput DisplayDateFormat="dd/MM/yyyy" DateFormat="dd/MM/yyyy" AutoPostBack="True"> </DateInput> <DatePopupButton ImageUrl="" HoverImageUrl=""></DatePopupButton> </telerik:RadDateTimePicker><telerik:RadTextBox ID="PostalCityTextBox" runat="server" Skin="Windows7" Width="120px" AutoPostBack="True" OnTextChanged="PostalCityTextBox_TextChanged"> </telerik:RadTextBox>... newAppointment.set_start(startTime); newAppointment.set_end(endTime); newAppointment.set_subject("Manually Inserted Appointment"); ... sender.insertAppointment(newAppointment);
newAppointment.set_id(appointmentId);
