Hi,
I have a little problem. I'm currently using a web user control (pop-up mode) for inserting data in my grid. When my web user control appears, it is in a "modal state", so I cannot access the window behind. In my web user control, I'm using asp:requiredFieldValidator to validate some fields according to a value in radComboBox. So, by example, if the value in the radComboBox is "A", I need to validate field 1 and 2, but if the the value is "B", I only need to validate field 2. So, I'm using server-side code to put "enabled" to false or true. My problem is that I when I'm calling server-side method, the "modal state" is lost for a couple a seconds or two. So, during theses seconds, I can access the window behind. Is anyone know how to correct this behavior so the window will alway be in "modal state" ?
Thank you
David
I have a little problem. I'm currently using a web user control (pop-up mode) for inserting data in my grid. When my web user control appears, it is in a "modal state", so I cannot access the window behind. In my web user control, I'm using asp:requiredFieldValidator to validate some fields according to a value in radComboBox. So, by example, if the value in the radComboBox is "A", I need to validate field 1 and 2, but if the the value is "B", I only need to validate field 2. So, I'm using server-side code to put "enabled" to false or true. My problem is that I when I'm calling server-side method, the "modal state" is lost for a couple a seconds or two. So, during theses seconds, I can access the window behind. Is anyone know how to correct this behavior so the window will alway be in "modal state" ?
Thank you
David