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 / arunananth
SELECT CONVERT(VARCHAR(8), GETDATE(), 1) AS [MM/DD/YY]
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Explain the difference between ado and ado.net?
What are the namespaces used in ado.net for data access?
differance between ADO vs ADO.Net?
Is it possible to load multiple tables in a Dataset?
What is different between sqlcommand object and command behavior object?
What is a control toolbox?
What provider ado.net use by default? Explain the role of data provider in ado.net?
What is executenonquery ado.net?
In how many ways we can retrieve table records count? How to find the count of records in a dataset?
What are all the different authentication techniques used to connect to MS SQL Server?
What are all components of ADO.Net data provider?
What are the types of databinding?
What is dao and ado?
What are the objects of ado.net?
What is ado rdo dao in visual basic?