Hi, I am working with
vb.net 2.0. I need to open a pop up window on the click of a button. When the pop up is displayed, user must not allowed to click on the parent window(till the pop up window is closed). I can do it by using the Window.ShowModalDialog() instead of a Window.Open(). Its working fine on Internet Explorer but not working on Mozilla. Any other alternative to achive the goal mentioned above?Thanking You,Sumith.