window.close()
-
Is there any method in asp.net(C#). just as window.close() in javascript. I mean that is there any method in C# that can be used to close a window at runtime
-
Is there any method in asp.net(C#). just as window.close() in javascript. I mean that is there any method in C# that can be used to close a window at runtime
-
in ASP.NET? opening and closing windows always on clientside. "If I don't see you in this world, I'll see you in the next one... and don't be late." ~ Jimi Hendrix
Actually , i am using the java script to close the window. But when it is called, then a prompt is made to user that this program is trying to close the window,Do you want to close it or not...... I want that this prompt is not displayed.... So i was asking that is there any such method available there using which i can ignore the prompt.
-
Actually , i am using the java script to close the window. But when it is called, then a prompt is made to user that this program is trying to close the window,Do you want to close it or not...... I want that this prompt is not displayed.... So i was asking that is there any such method available there using which i can ignore the prompt.