I have been using jgrowl, can i know how to use Asp controls in jgrowl or ?? because i need to display a link in notification, when user clicks that link i need to redirect to desired page is that possible ??
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There are a few ways you could get the result you are looking for, I don’t know for sure which would be good enough to solve your problem, so lets try the easiest one.
I’d create a function in a regular HTML script section to wrap jGrowl’s code
then from your .net code call this function… i.e.
If this is not good enough let me know and we could try a different approach
regards