I want to create a checkbox that when clicked, selects/deselects all items
in a list box, on the client side (no round trip)
What kind of code should I add (and where in the asp.net web control) ?
...
more >>
Hi All,
I am using a regular expression for validating an email field.
ValidationExpression="\S+@\S+\.\S+"
This validates if the @ and . are missing but I need a more tight
validation - only 1 @ should be there etc.
Any help is greatly appreciated.
P.S I would have researched this more...
more >>
Hi;
Is there a way to assign an object as the DataItem for a FormView? I need to
edit/view/create an object that doesn't really map to a row in a database.
--
thanks - dave
david_at_windward_dot_net
http://www.windwardreports.com
Cubicle Wars - http://www.windwardreports.com/film.htm
...
more >>
Hi ,
I'm attempting to use the Regular Expression Validator to cehck for
the following conditions:
<sequence of letters><sequence of numbers>
or
<sequence of letters><sequence of numbers> \ <sequence of numbers>
or
<sequence of letters><sequence of numbers> \ <sequence of numbers> \
<s...
more >>
how can I make sure that the user can't select a date earlier than the
today's date ?
...
more >>