| |
|
|
jaideep0101
: On
August 28, 2008 6:14 AM
said:
|
Hi, this video is awsome and fabulous..
|
|
|
|
|
|
|
|
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
|
|
|
|
preetibedi
: On
November 27, 2008 6:58 AM
said:
|
veryyyyyyyyyyyyyyyyyyyy helpful videos...for any beginner.....thanks a lottttttttttttttt.............
|
|
|
|
preetibedi
: On
November 27, 2008 6:58 AM
said:
|
thankssssss joe..........
|
|
|
|
|
|
|
|
Tonbo
: On
February 19, 2009 11:19 AM
said:
|
Could have been shorter, but still great! Made my homework a little more understandable
|
|
|
|
ajaxiskool
: On
March 11, 2009 3:25 AM
said:
|
Great video to get things started. Does anyone know how to save the rating value to a database after the control is clicked. I'm not sure where to open the connection to the database because I couldnt open it inside the onchange event handler. Thanks in advance.
|
|
|
|
g.hunter
: On
March 11, 2009 4:01 AM
said:
|
Thanks for the video, I'm with ajaxiskool though...what purpose does this serve if the data is not saved and returned to users. How would you hook this up to a database?
|
|
|
|
chaochen726
: On
April 03, 2009 10:32 AM
said:
|
hello, I want to say nothing but fabulous!
|
|
|
|
alex92
: On
April 14, 2009 12:29 AM
said:
|
|
|
|
|
|
|
|
SnakeBB
: On
June 02, 2009 9:23 PM
said:
|
In IE8 the star graphic doesn't extend the link hot spot across the entire graphic making it hard to click on. IE7 and Firefox work great. Any suggestions?
|
|
|
|
contactA
: On
June 18, 2009 12:09 AM
said:
|
Thanks Joe, this is a awesome video.
|
|
|
|
RisenMan
: On
August 27, 2009 2:46 PM
said:
|
I have a couple of suggestions: 1) It would be useful if one could reply directly to a particular comment here. 2) It would also be helpful, Joe, if you could "Auto-Hide" your toolbox and Solution Explorer. That way, those of us with small screen resolutions could see your code bettter.
|
|