I'm attempting to follow along with the Self-Paced tutorial and the first lab has me stumped.
I'm getting a page postback when a calendar button is pressed. Not sure what I'm missing. Here's the markup:
<telerik:RadAjaxPanel ID="RadAjaxPanel1" runat="server" Height="200px"
Width="300px" HorizontalAlign="NotSet">
<asp:Calendar id="Calendar1" runat="server" OnSelectionChanged="Calendar1_SelectionChanged"></asp:Calendar>
<br />
<asp:Label id="lblDateSelected" runat="server" Width="258px"></asp:Label>
</telerik:RadAjaxPanel>
I'm getting a page postback when a calendar button is pressed. Not sure what I'm missing. Here's the markup:
<telerik:RadAjaxPanel ID="RadAjaxPanel1" runat="server" Height="200px"
Width="300px" HorizontalAlign="NotSet">
<asp:Calendar id="Calendar1" runat="server" OnSelectionChanged="Calendar1_SelectionChanged"></asp:Calendar>
<br />
<asp:Label id="lblDateSelected" runat="server" Width="258px"></asp:Label>
</telerik:RadAjaxPanel>