Open & close window?
C#
2
Posts
2
Posters
0
Views
1
Watching
-
In Javascript, I used this method to open a browser: window.open(URL) but I dont know how to use this way to open a new window in C# (Im writing a web page using ASP.NET with C#). Can u tell me about this? Thank you in-advance!
You still have to use your javascript code, cause ASP.NET is a server-side technology and therefor cannot provide a functionality like
window.open
.