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 the use of data grid?
How can I retrieve two tables of data at a time by using data reader? Data reader read and forward only, how is it possible to get 2 tables of data at a time?
Name which operations can you not perform on an ado.net dataset?
Explain the difference between data reader and data adapter?
What is ado.net and its architecture?
Which is faster dataset or datareader?
What is datatable in ado.net?
What is the namespaces being used to access oracle database?
What is method to get XML and schema from Dataset? getXML() and get Schema ()
What is full form of ado?
Explain how to pass multiple tables in datasets simultaneously?
Where is adodb dll located?
What is DataRowCollection?
Can we connect two dataadapters to same data source using single connection at same time?
Define connection string?