i m creata webpage for article list and user give rating to the article but user must be logeed in
i mean first user login then give the rating to the article
i m using ajax rating control and asp.net membership for login
how i do this
help me
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Dharmesh SharmaPosted Feb 4, 2011, 1:42 AM
Madhu KPosted Jan 19, 2011, 8:58 AM
Dharmesh SharmaPosted Jan 19, 2011, 8:00 AM
Madhu KPosted Jan 19, 2011, 7:55 AM
Something like this
if(// user logged in)
{
// code to vote
}
else
{
//Message saying guest to login or register.
}
Dharmesh SharmaPosted Jan 19, 2011, 7:42 AM
Madhu KPosted Jan 19, 2011, 7:23 AM
If the user is logged in then show the panel so that user can rate the article.