hi,
just want to show popup to display some static text whenever the textbox textchanged event is fired.!
im wrting a piece of code as below but its not working ..
Page page = HttpContext.Current.Handler as Page;
ScriptManager.RegisterClientScriptBlock(page, page.GetType(), "key", "return confirm('Do you want to continue?');", true);
Any suggestions..!!!
Thanks
Go to the complete details ...