-2

I have build an application in asp.net for which I require a star rating concept. I have never dealt with that earlier, I have done a lot of googling but I cant find the perfect and best one.

I have gone through this link but I cant make it.

Sabyasachi
  • 121
  • 1
  • 4
  • 13
  • 1
    What have you try till now? – Izikon Oct 28 '13 at 10:31
  • This functionality is included in the AjaxControlToolkit library, more info [here](http://www.asp.net/ajaxLibrary/AjaxControlToolkitSampleSite/Rating/Rating.aspx). – JMK Oct 28 '13 at 10:31
  • Yes i can use the ajaxcontrol toolkit.But how what can be the code for this to store the contact information who had rated for this... Is there references for this, from where i can follow the stapes.. – Sabyasachi Oct 28 '13 at 10:40

1 Answers1

1

Ajax Control Toolkit's Star Rating Control Provides this functionality. More Info on http://www.asp.net/ajaxLibrary/AjaxControlToolkitSampleSite/Rating/Rating.aspx

Priya Gund
  • 156
  • 5