Hello there
I have to search a particular member and so as i write the member id in the textbox and click the search button, I want the message to be displayed "member not found"(if not found) in jgrowl otherwise it will be redirected to the memberId page.
Now the problem is when the button is clicked i write the details in button_click(c#) event about conn estd, redirect to member page if found etc. But what if not found? i.e how to provoke the JGrowl(which is in a javascript in asp.net)? how to call that?
I am confused regarding the wayI have to implement it. Would appreciate any kind of help.
Thanking You Indranil
P.S. After implementing the snippet
string js = "$.jGrowl('Hello world!');"; Page.ClientScript.RegisterStartupScript(typeof(string), "jgrowlwarn", js, true);
from Mr Gabriel the jGrowl works fine but it looks like this -> http://www.4shared.com/photo/vx7mKAnL/jGRowl.html any suggestions? FYI I've other jquery functions in the project.