I am working on a web application where I have to do some calculation on popup window. Please help me with sample code or with useful link. I am using ASP.NET 3.5 Thx
Response.Write("<script>window.close();</" + "script>");
Response.End();