10 Answers, 1 is accepted
Can you please specify exactly which demo you are talking about (e.g. provide a link to the online example)
All the best,
Dimo
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.

"RadControlsAJAXCourseware.pdf.
Setup the project structure
1. Create a new Web Application and add a ScriptManager to the default page.
2. In the solution explorer, create a new \Images folder.
3. Copy images from the VS 2008 image library to the projects \images directory: CopyHS.png, CutHS.png,
PasteHS.png, EditInformationHS.png, PrintHS.png and PrintPreviewHS.png.
These images will be associated
with the buttons in the navigation controls.
4. Copy the image "3X5Card.png" from the \VS Projects\Images folder to your projects \images folder.
This
image will form the background of your interface.
5. Add the following styles to the <head> tag of the ASP.NET markup. These styles will position the card
image and the tab strip underneath the card.
You may need to unzip these images. They are typically found in Program Files\Microsoft
Visual Studio 9.0\Common7\VS2008ImageLibrary\1033\VS2008ImageLibrary.zip.
[ASP.NET] Setting Styles
<
head runat="server">
<
title>Getting Started</title>
<
style type="text/css" media="screen">
#content
{
background-image: url( 'images/3X5card.png' );
height: 165px;
width: 500px;
margin-left: 75px;
vertical-align: top;
}
#tabs
{
margin-left: 75px;
width: 500px;
vertical-align: bottom;
}
</
style>
RadControls for ASP.NET AJAX
18 RadControls for ASP.NET AJAX
I suppose you have already downloaded the full courseware ZIP from here:
http://www.telerik.com/products/aspnet-ajax/resources.aspx
(Step By Step Learning Guide, PDF and VS Projects(97MB) )
The 3x5Card.png image is located exactly where it should be:
RadControlsAJAXCourseware.zip > VS Projects.zip > VS Projects > Images
Greetings,
Dimo
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.

Thanks , I am unzipping now. Love the product.

You may need to unzip these images. They are typically found in Program Files\Microsoft
Visual Studio 9.0\Common7\VS2008ImageLibrary\1033\VS2008ImageLibrary.zip.
I spent more time than I should to figure out it wasn't there but in a zip file from Telerik.
Thanks.

Second, how could I know that "VS Projects\Images" related to the Telerik projects? I think you have to add explanation in the tutorial.
Best wishes,
Ivo
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.


We apologize for not fixing the path in the Ajax courseware. The correct path should be:
<Courseware projects folder> \ Navigation \ CS \ GettingStarted \ GettingStarted \ images
All the needed images are there.
We will update the online version of the courseware in a couple of days.
Greetings,
Veskoni
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.