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
How to create data relations?
What is sql command in ado net?
What is shadow copy?
What is data access pattern?
What are all the different authentication techniques used to connect to MS SQL Server?
How do you update database through dataset?
What is the difference between executequery and executenonquery?
What is connection pooling and what is the maximum pool size in ado.net connection string?
Does sqlclient and oledb class share the same functionality?
What is difference in record set and dataset?
What is openquery?
What are two important objects of ADO.Net?
What two types of data providers does ADO.NET supply? What determines which one you should use?
What is ado control?
What are ado.net objects?