Greate ... but since I am still using VS 2005, the last time I worked with AjaxControlToolkit for VS 2005, it did not have all the controls they are available now ... so do you know of Star Rating Control is available for VS 2005?
Also, I remember that I faced a lot of trouble to add one of the controls to an existing project ... I realized that I had to do some manual changes to web.config to enable AjaxControlToolkit for a existing project. So, what I remember I have doen is to
create a new project using the AjaxControlToolkit template, and copy/past the differences into the existing project.
just add reference according to your framework and actually i dont remember i had problem with it but cant test it since i have already shifted to 2010 long time ago
this link help you more since there is example in it too
tarekahf
Member
143 Points
272 Posts
Star Rating jQuery with ASP.NET.
Apr 28, 2012 06:46 AM|LINK
I found this Star Rating jQuery Plugin:
http://www.wbotelhos.com/raty/
I really liked it, but how can you integrate it within ASP.NET so that you can retrieve/store the score resutls from/to SQL Server for example?
Tarek
newbiefreak
Member
468 Points
214 Posts
Re: Star Rating jQuery with ASP.NET.
Apr 28, 2012 06:55 AM|LINK
you could use ajaxtoolkit Rating control for apply star rating ... and bind events with it
http://www.asp.net/ajaxLibrary/AjaxControlToolkitSampleSite/Rating/Rating.aspx
easily done
tarekahf
Member
143 Points
272 Posts
Re: Star Rating jQuery with ASP.NET.
Apr 28, 2012 07:14 AM|LINK
Greate ... but since I am still using VS 2005, the last time I worked with AjaxControlToolkit for VS 2005, it did not have all the controls they are available now ... so do you know of Star Rating Control is available for VS 2005?
Also, I remember that I faced a lot of trouble to add one of the controls to an existing project ... I realized that I had to do some manual changes to web.config to enable AjaxControlToolkit for a existing project. So, what I remember I have doen is to create a new project using the AjaxControlToolkit template, and copy/past the differences into the existing project.
So, it is a bit tricky, right?
Tarek.
newbiefreak
Member
468 Points
214 Posts
Re: Star Rating jQuery with ASP.NET.
Apr 28, 2012 07:23 AM|LINK
what framework are you working in?? 3.5 or 4.0 ?
just add reference according to your framework and actually i dont remember i had problem with it but cant test it since i have already shifted to 2010 long time ago
this link help you more since there is example in it too
http://www.codeproject.com/Articles/17399/AJAX-ASP-NET-Rating-Control
i hope this helps