When user tries to submit form forcefully even after Validation message occurs then another message comes which is 'prevent this page from creating additional dialogs' and a checkbox after selecting checkbox script is disabled .My question is
1. that how to prevent this message
2. Or how to make server side validations which are created using filtertextboxextender .
Shall we use regularexpressvalidator ?
3. Is there any alternative?
Thanks in advance
Loading
suresh ShewalePosted Nov 28, 2014, 2:37 AM
Wim SturkenboomPosted Nov 27, 2014, 8:50 AM
then another message comes which is 'prevent this page from creating additional dialogs'
[/quote]
I guess you're using Chrome as the browser? If so, it's the user's decision to allow those popups (or not).
I only use server-side validation (trying to limit javascript to the minimum).
Anubhav ChaudharyPosted Nov 27, 2014, 6:37 AM