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
How would you connect to a database by using .NET?
What is sqlconnection and sqlcommand?
What is untyped dataset?
Which is the best method to get two values from the database?
What is different between sqlcommand object and command behavior object?
Explain the differences between oledb sql server, oledbdotnet provider?
Which name space is used to get assembly details?
Can datareader hold data from multiple tables?
What is connection pooling and what is the maximum pool size in ado.net connection string?
What does datareader object do?
How can we check that some changes have been made to dataset since it was loaded?
What is the difference between sqlcommand and sqldataadapter?
What is the difference between Data adaptor and Data set?
What is a datagridview?
How we can provide data to ado.net?