i want to open gotomeeting url from codebehind .
I m using timer with update panel.,once i have any record in the sqldatareader i want to open the gotomeeting url in next tab
Done.
String js = "window.open('"+gotomeeting+"', '_blank');"; ScriptManager.RegisterClientScriptBlock(this, this.GetType(), "Open Signature.aspx", js, true);
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.