Hello,
I've been tasked with adding a validation process to check what users enter on our site.
The current site that this will be a part of has master pages and web content pages.
On a web content page, I wanted to create a modal popup that will have a multiline texted box where the user can enter how they want to subset some data.
I need to take what they write and send it to the server and validate it there and then return a message to the modal popup without refreshing the original page.
If the syntax is invalid then the "OK" button will be disabled. The user can still click on "Cancel" and none of the subsetting will apply. If the syntax is valid and then "OK" is enabled and they click "OK" then their subsetting will be used.
What is the best approach for this task, starting from scratch.
Thank you for any help you can give me.







