Page view counter

Utilize the AJAX Rating Control in the ASP.NET Toolkit

Joe Stagner demonstrates how to use the Rating Tool that ships with ASP.NET AJAX Toolkit.

Presented by Joe Stager

Duration: 20 minutes, 59 seconds

Date: 10 July 2008

Watch the video   |   Download the video   |   Get VB code  or  C# code

Video downloads: WMV | Zune | iPod | PSP | MPEG-4 | 3GP

Audio downloads: AAC | WMA | MPEG-4 | MPEG-3 | MPEG-2

Comments : 9

Leave a Comment

jaideep0101 : On August 28, 2008 6:14 AM said:

Hi, this video is awsome and fabulous..

jaideep0101 : On August 28, 2008 6:15 AM said:

4y65 45

jaideep0101 : On August 28, 2008 6:15 AM said:

salle

Captain Slog : On September 04, 2008 2:12 AM said:

The control workd fine in the demo web site but if you place it within any other site you will have problems with the jscript and the location of the css file. The documentation, such as it is, is missing some critical information about where these files can be configured. More and better documentation is required.

jkajen : On September 11, 2008 6:26 PM said:

excellent video, Joe. I appreciate your ability to speak plainly.

wliao : On September 21, 2008 10:51 AM said:

this video is too long, makes it painful to get to the point, should have been 5 minutes without watching all those extra typing.

shaggyb : On October 13, 2008 7:18 PM said:

I want to put custom text in the rollover tooltip for the rating control. I have set the BehaviorID and wired up the addmouseover event. Here is the JS code:

function pageLoad() {

   $find("RatingBehavior1").add_MouseOver(onMouseOver);

}

function onMouseOver(sender, eventArgs) {

   var elt = sender.get_element();

   $get(elt.id + "_A").title = sender._currentRating + " Stars";

}

2 problems, 1 if the text i want in the tooltip is a scale like (poor,bad,fair,good,great) then i want that text in the tooltip. How can I do that? Problem 2 If I have more than 1 rating control on the page with a BehaviorID set, i get JS errors saying that there is more than 1 object with name BehaviorID1

Has anyone solved this issue? Do have to write my own rating control?

a-alexst : On October 13, 2008 7:21 PM said:

Controls are SUPER Inflexible. Step left or right and you have to write your own control.

himagni : On October 24, 2008 5:35 PM said:

Awesome Detailed learning for a beginner. I loved to make it on my own...

Thanks Joe

Leave a Comment

You must be logged in to leave a comment. Click here to log in.

Microsoft Communities