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
Which components of a data provider is used to retrieve, insert, delete, or modify data in a data source?
How do we use stored procedure in ADO.NET and how do we provide parameters to the stored procedures?
Which control of the BindingNavigator returns the current position within the data source?
Explain how to find the given query is optimised one or not?
What connected data?
What is the difference between linq and ado.net?
Which one of the following objects is a high-level abstraction of the connection and command objects in ado.net?
What is Serialization in .NET? what are the types of Serialization?
What is the meaning of executenonquery?
How can we perform transactions in .net?
Define data access layer?
What are the different execute methods of Ado.Net?
How can we serialize the dataset object?
What is the difference between typed and untyped dataset?
Which is the best method to get two values from the database?