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 difference between ADO and ADO.Net?
Explain the role of data provider in ado.net?
Does entity framework use ado.net?
What is ado oledb and odbc?
What are the ado.net connection pooling parameters?
What are the advantages of using datalist?
Does sqlclient and oledb class share the same functionality?
Can we load multiple tables in a dataset?
Can we create Synonymns in MS Acess,My Sql Server,Sql Server? But iam we can create in oracle!
Explain executenonquery?
What is difference between Dataview and Datatable?
What is the functionality of data provider in ado.net?
What is execute scalar in ado.net?
Define the executescalar method?
What are the different namespaces used in the project to connect the database? What data providers available in .net to connect to database?