hi
How can i resize popup window when call this with toolbar button on ItemCommand event
How can i resize popup window when call this with toolbar button on ItemCommand event
protected void rgDetail_ItemCommand(object source, GridCommandEventArgs e) |
{ |
if (e.CommandName == "VoroudDasti") |
{ |
//I need resize popup window ??? |
Response.Redirect("javascript:PopUp('Bargasht_VorudDasti.aspx?" |
+ "Id=" + rgHeader.SelectedValues["id"].ToString() |
+ "');"); |
} |
} |