ユーザー コントロール内の Imagebutton のクリック イベントで radwindow を開く方法は? さらに、同じコードを aspx ページで使用しましたが、正常に動作します。
車.ascx
car.ascx.cs の背後にあるコード
protected void btnCarLogo_Click(object sender, ImageClickEventArgs e)
{
carurl="https://www.google.co.in/"
ScriptManager.RegisterStartupScript(this, this.GetType(), "popCarWindow", "window.radopen('" + carurl + "', 'CarDetails');", true);
}