Rank: Advanced Member Groups: Member
Joined: 6/4/2008 Posts: 38
|
Hello,
Now I'm working with your Dialog Control. I used the ShowButton property to display the dialog, my question is:
Can I use the Dialog Control to validate a form, I mean, when the user makes click on the button and left any field empty the dialog is displayed, else continue my process.
Thanks a lot for your support.
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
You will need to do that by yourself. The dialog provides client side JavaScript for you to show/hide the dialog, you will then write the validation script to call this interface to show/hide the dialog when necessary.
Thanks
|