Hello, I wanted to use the star rating control from ajax control toolkit library but my aspx page has OutputCache set. It seems they don't play well together.
I tried moving the StarRating control into a user control that has no caching but it made no difference.
Could anyone give advice for a workaround. Is there any way to make this work? I am new to asp.net and my knowledge is very limited. I read that using the ToolkitScriptManager instead of the SciptManager helps but I have not been able to figure out how to use it.
Thank you