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
What is ole in vb?
What is a sqldataadapter?
What is the difference between dataset and datatable?
Explain the difference in an abstract class and an interface?
Difference between sqlcommand and sqlcommandbuilder?
What is serialization and de-serialization in .net? How can we serialize the dataset object?
How do you merge 2 datasets into the third dataset in a simple manner?
What is the difference between ado.net and oledb?
What is ado.net in vb net?
How do we use stored procedure in ADO.NET and how do we provide parameters to the stored procedures?
What is difference between executequery and executeupdate?
Explain sqlconnection object?
Which is faster sqldataadapter and sqldatareader?
Compare Data Reader & Dataset in ado.net?
Explain the difference between data reader and data set?