Yes, currently I use the button.attributes.add("onclick", "javascript:window.close()") to close web forms. But the effect is not good as expected. Is there any function to close/open web forms in VB.NET?
Yes, currently I use the button.attributes.add("onclick", "javascript:window.close()") to close web forms. But the effect is not good as expected. Is there any function to close/open web forms in VB.NET?
yfng is most likely asking about webForms.
As far as I know, there is no function in the .NET framework that can open and close browser windows. The reason is browser security.
yfng is most likely asking about webForms.
As far as I know, there is no function in the .NET framework that can open and close browser windows. The reason is browser security.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.