how to open multiple windows in asp.net
how to open multiple windows in asp.neti
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Iftikar HussainPosted Aug 16, 2013, 6:57 AM
Regards,
Iftikar
yadagiri uppariPosted Aug 16, 2013, 6:55 AM
yadagiri uppariPosted Aug 16, 2013, 6:54 AM
Iftikar HussainPosted Aug 16, 2013, 6:34 AM
ScriptManager.RegisterClientScriptBlock(this, this.GetType(), "scr", "javascript:OnClickChat('" + name + "');", true);
yadagiri uppariPosted Aug 16, 2013, 6:18 AM
Iftikar HussainPosted Aug 16, 2013, 5:40 AM
var winName="win"+userName;
alert(winName);
Regards,
Iftikar
yadagiri uppariPosted Aug 16, 2013, 5:37 AM
Iftikar HussainPosted Aug 16, 2013, 4:57 AM
use like this
ScriptManager.RegisterClientScriptBlock(this, this.GetType(), "scr", "javascript:OnClickChat(" + name + ");", true);
instead of
ScriptManager.RegisterClientScriptBlock(this, this.GetType(), "scr", "javascript:OnClickChat('name');", true);
Regards,
Iftikar
yadagiri uppariPosted Aug 16, 2013, 4:54 AM
Iftikar HussainPosted Aug 16, 2013, 3:54 AM
ScriptManager.RegisterClientScriptBlock(this, this.GetType(), "scr", "javascript:OnClickChat(name);", true);
Regards,
Iftikar
yadagiri uppariPosted Aug 16, 2013, 3:37 AM
Iftikar HussainPosted Aug 16, 2013, 3:31 AM
yadagiri uppariPosted Aug 16, 2013, 3:24 AM
Iftikar HussainPosted Aug 16, 2013, 3:01 AM
var winName="win"+userName;
Regards,
Iftikar
yadagiri uppariPosted Aug 16, 2013, 2:55 AM
error
Iftikar HussainPosted Aug 16, 2013, 2:38 AM
Set different window name for each user while opening the window.
var winName="win"+userName;
Regards,
Iftikar