[VS2010]
It's been a couple years since I've had to do UI work, so I'm pretty rusty (and I was never very good in the first place )

For my first field I would like to require the user entery 4 or more characters.
For my second field I would like to use a regex pattern.

I would prefer to do both of these client side, as it seems like a waste to make a trip to the server.

I would like the error messages to show up by the respective fields, as opposed to a summary at the bottom of the page.

Thank you for all and any help.