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 / ravi
just try to this.This is working good
SELECT convert(nvarchar,colname,110)as PrDate from Table
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
Explain the difference in record set and dataset?
Describe connection object in ado.net
What is sql connection in ado.net?
Explain the difference between an ado.net dataset and an ado recordset?
How to Read, Add, Update and Delete record in Entity Framework ?
Is datareader faster than datatable?
How can you identify whether or not any changes are made to the DataSet object since it was last loaded?
Explain the role of data provider in ado.net?
What is executequery?
Explain the different row versions available in table?
Define connection string?
Which is faster datareader or dataadapter?
What is the difference in an abstract class and an interface?
What are the major difference between classic ADO and ADO.NET?
Is bulk insert faster than insert?