how can we close a web page in asp.net without using jscript?
Answers were Sorted based on User's Feedback
Answer / bon3less
protected void Button1_Click(object sender, EventArgs e)
{
Response.Write("<script language='javascript'> { window.close();}</script>");
}
Is This Answer Correct ? | 63 Yes | 24 No |
Answer / shankar
<asp:Button ID="CloseButton" runat="server" Text="Close"
OnClientClick="javaScript:window.close(); return false;" />
Is This Answer Correct ? | 73 Yes | 35 No |
Answer / raja raja cholan
First take the mouse and click the exit button in the right
corner of the browser.It will close automatically.
Is This Answer Correct ? | 18 Yes | 23 No |
Answer / raj
All these code does not work for me. I have a manual answer.
In the keyboard give Alt+F4 for all the windows opened. It
will automatically close. then shutdown and sleep yar......
Is This Answer Correct ? | 8 Yes | 18 No |
where is assembly are store
how to design a ListView control?
how to upload a photo? i need to use it in a matrimonial applicaton...
i have a gird with columns all are coming from database,this will bind in item templete in gridview as textboxex.and i have button below named Update.i want to update all the records in the grid,but if user change the value of one textbox,what is the easy way 2 do this
Give coding for Exception Handling Techniques in ASP.NET?
Code for Creating a Form Using PlaceHolder Controls?
what is the value that reside in a hidden field when no value is assigned to it?how it can be used in a if statement??
how to create a search bar which access data from various websites and retrieves the data
How to Snap the Cursor to a Button?
HOw to Build a Nested GridView Control with ASP.NET?
How to send e-mail from an ASP.NET application?
16 Answers DataPoint, Infosys, Persistent, Radar, TCS, Wipro,
how to track links visited in google using iframes