N
Nightcrawler
I have two listboxes. The on to the left is populated with database
columns and the one the right is empty. There are two buttons in
between the listboxes where users can add and remove between the two
listboxes.
When the user is done adding columns to the listbox to the right and
clicks continue, I want to ensure that the right listbox contains two
required columns (article, title).
I could do this validation on the postback where I look for the values
but I was wondering if there is a way of doing it using the built in
validators on the client side instead?
Please let me know.
Thanks
columns and the one the right is empty. There are two buttons in
between the listboxes where users can add and remove between the two
listboxes.
When the user is done adding columns to the listbox to the right and
clicks continue, I want to ensure that the right listbox contains two
required columns (article, title).
I could do this validation on the postback where I look for the values
but I was wondering if there is a way of doing it using the built in
validators on the client side instead?
Please let me know.
Thanks