suppose we using gridview contrl,with sqldatasource.in that
for birth date how can we take validation contrl for
dd/mm/yy formator how we assign regular expression for same
Answer Posted / raja
Regular expression will be
^(0[1-9]|[12][0-9]|3[01])[-/.](0[1-9]|1[012])[-/.](19|20)\d\d$
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is ado and rdo?
Explain executenonquery?
How do you connect to sql server database without using sqlclient?
How to copy the contents from one table to another table and how to delete the source table in ado.net?
What is a serialized object?
What is the difference in an abstract class and an interface?
What is ado.net full form?
What are the ado.net components?
Can datareader hold data from multiple tables?
What are dataproviders?
Which object of ado contains datarow datacolumn collection?
What is oledb driver?
What is difference in record set and dataset?
Define the executescalar method?
What is the use of adodc?