Try: using JavaScript. self.close();
function doReturnValue(value)
{
self.returnValue = value;
self.close();
}
Page.ClientScript.RegisterStartupScript(GetType(), "ReturnValue", "doReturnValue('1');");
Smth like that :)
On Your source conditions, it should close popup.
Liuksas
2010-09-03 08:51:17