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

[Solved] Not a good start

4 Answers 159 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Kevin
Top achievements
Rank 2
Kevin asked on 25 Apr 2008, 09:16 PM
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>

4 Answers, 1 is accepted

Sort by
0
Kevin
Top achievements
Rank 2
answered on 25 Apr 2008, 10:34 PM
Found the problem.  ASP.Net Ajax has to be properly configured in order for it to run.  Thank you Fiddler.
0
Accepted
Todd Anglin
Top achievements
Rank 2
answered on 28 Apr 2008, 03:55 PM
Kevin-

Sorry for the problems. Indeed, to use the RadControls for ASP.NET AJAX, you need to have ASP.NET AJAX properly installed and configured for the site. The Learning Guide was written for the last generation of the RadControls, so please use caution when going through it. An updated version for the RadControls for ASP.NET AJAX is in the works, but for now the control documentation, online demos, and forums are your best support sources.

-Todd
0
Kevin
Top achievements
Rank 2
answered on 28 Apr 2008, 04:55 PM
Todd,
Thanks for the info about the learning guide.  As I'm new to Telerik and Ajax the learning guide is extremely helpful to understand many of the concepts, and it builds from one concept into the next.  The trouble with online demos, document sets and forums is you have to know what your looking for and I'm relatively clueless.

I've tried to learn another tool vendor's controls (starts with an "I").  I even bought their online training program and it's terrible.  The learning guide that Telerik provides for free is excellent.  It just needs to be updated for the new Ajax controls.  I've made it through most of Day 1 and there are numerous issues that make this a painful process, but it's better than nothing.  I'm hoping the new guide will be available sooner rather than later.  Can I be a beta-tester for it?
0
Todd Anglin
Top achievements
Rank 2
answered on 28 Apr 2008, 05:00 PM
Thanks for the great feedback, Kevin! We'll definitely let you know as soon as a new "build" of the Learning Guide is ready. In the mean time, keep plugging away in the old Learning Guide and feel free to come here for help when you get stuck.

-Todd
Tags
Ajax
Asked by
Kevin
Top achievements
Rank 2
Answers by
Kevin
Top achievements
Rank 2
Todd Anglin
Top achievements
Rank 2
Share this question
or