M
mg
window.open (URLTarget, windowName,
height=720,width=975,resizable=yes, ...
lets me open a new WebForm with a specified size using
JavaScript.
Is there a way of doing this from code behind; something
like
if (rbX.Checked == true)
{
Server.Transfer("Page2.aspx" ...
}
where I can use logic involving WebForm components.
(Or, using the page properties in Visual Studio .NET)
height=720,width=975,resizable=yes, ...
lets me open a new WebForm with a specified size using
JavaScript.
Is there a way of doing this from code behind; something
like
if (rbX.Checked == true)
{
Server.Transfer("Page2.aspx" ...
}
where I can use logic involving WebForm components.
(Or, using the page properties in Visual Studio .NET)