Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 AJAX 评级控件对文章进行评级。它工作正常。但我希望为它添加一个功能。当用户已经对文章进行评分时,我想给用户一条消息。怎么能做到这一点?
如果您使用 UserID 将给定的评分存储在 DB 中,您可以使用后面代码中的回调事件来检查它。如果用户评分,您可以放置一个动态 javascript 函数(警报等)ScriptManager.RegisterClientScriptBlock
ScriptManager.RegisterClientScriptBlock