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
How can we load multiple tables in to dataset?
Define Execute Scalar?
What is a data control clerk?
What is command class in ado.net?
How we can provide data to ado.net?
What are dataproviders?
How do you connect to sql server database without using sqlclient?
What is ado.net code?
What is the role of the dataset object in ado.net?
What is difference between dataset and datatable?
Difference between sqlcommand and sqlcommandbuilder?
How can we check that some changes have been made to dataset since it was loaded?
Command objects uses, purposes and their methods.
What are different layers of ADO.Net?
What is the difference between ado.net and oledb?