ScriptManager.RegisterClientScriptBlock(this,this.GetType(),"SearchMessage", msg,true);
The JavaScript is just a location.href or alert. I have no javascript errors I this is code in IFrame. Is there something different I need to do when accessing the script manager in the user web control?I can't find a solution and trying me crazy because I getting no errors and debugging tells me nothing.Really appreciate some help.thxI sovled the problem so this thread is closed. I didn't realise I should of referenced the page above not the user web control class.
this.page instead of this
No comments:
Post a Comment