How can I make a textbox required if a checkbox is checked?
I figure I could write a custom validator, but I was hoping to avoid a full post back to check the valida
You'll need to check for it in whatever validation routine you're currently using, both client and server-side.