I have datagrid, when press update button I made popup window. I want to pause update process while user fills popup window.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You should start the
Updateonly when you have all required info, not before the user fills in data in the popup window.the first phase would be
data capturingfrom user input, then youvalidatethe data are correct, valid and sufficient and only then you start theupdate processwhatever it means to you (you have given too few details…)