Hello,
I'm making changes in a web form which allows the user to click on a button and open another aspx page with a datagrid.
ScriptManager.RegisterStartupScript(Page, typeof(Page), "OpenWindow",
"window.open('a_controlReport.aspx?recStrQuery=" + recStrQuery.Replace("'", "%27") +
"&table=" + cfg[i, 6].Trim() +
"&id=" + id +
"&dir=" + cfg[i, 10] +
"&option=" + cfg[i, 5].Trim() +
"&connType=" + connType +
...
Go to the complete details ...