m using Asp.Net 2005 and i wud like to close my application when i click button .
i gave Response.close()......and end() but its not coming ..
when i give Response.end() then i m getting this error
[XML Parsing Error: no element found
Location: http://localhost:2366/hlpdsk/just1.aspx
Line Number 1, Column 1:]
finally i gave
Button1.Attributes.Add("OnClick", "self.close()");
and onclick="window.close()"
that too not working so pls help me
Thank you,