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 / gt
its is very simple just u go to the sql database,change the
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 ? | 6 Yes | 6 No |
Post New Answer View All Answers
Which ado.net object is very fast in getting data from the database?
What is ado.net architecture?
What are the parameters that control most of connection pooling behaviours?
What is Serialization in .NET? what are the types of Serialization?
How to create data relations?
What is ole2 format?
What is defaultview in datatable?
What is the meaning of object pooling?
What are all the classes that are available in System.Data Namespace?
What is ole used for?
What is the difference between the clone() and copy() methods of the dataset class?
How can you add or remove rows from the datatable object of dataset?
What is ado or jdbc?
How does entity framework work?
What is data adapter in ado.net with example?