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 / kishore
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 ? 2 Yes 2 No
0
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
What are the key events of sqlconnection class?
how we can fire event in databound coulm in datagfrid withot using button?
How to Read, Add, Update and Delete record in Entity Framework ?
What is a dynaset in access?
What is ado.net explain with diagram?
What are typed and untyped dataset?
What is ole2 format?
How to read data with the sqldatareader ?
Explain how to create dynamic gridview?
What is an ado connection?
Why is ADO.NET serialization slower than ADO ?
What is the use of SqlCommand object?
What are the advantages of oledb compared with other classes?
What is the current version of entity framework?
How do you update database through dataset?