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 / kishore
related database table like
SELECT col1,col2 Format(Now(),dd/mm/yy) as PerDate
FROM Table
and provide the parameters
(Asper my knowledge(iam not sure))
Is This Answer Correct ? 2 Yes 2 No
0
Gt
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
What is ole db query?
Command objects uses, purposes and their methods.
What is ado data control?
Describe the disconnected architecture of ADO.NET’s data access model.
What is basic use of data view?
What is dbcontext and dbset in entity framework?
Describe ado.net object model in detail.
What is data reader in ado.net?
Give an example of a .net application which connects to microsoft access database using ado.net classes.
How to retrieve the user id which is provided while windows authentication?
Explain why canot we use multiple inheritance and garbage collector paralelly in .net?
What is defaultview in datatable?
How to connect and retrieve data from database using dataset
What is DataReader Object?
What is difference between entity framework and ado.net?