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 is DataReader Object?
Explain the difference between data reader and data set?
What does ado stand for in ado.net?
oledbdataadpter with ms access in c#.net giving exception System.Data.OleDb.OleDbException while writing adapter.update(dataset,"tabname"); how to update the database from dataset?
How to store data in memory?
What are the ado.net objects?
Why do we serialize data?
What are the 3 major types of connection objects in ado.net?
What are the steps you will take to improve performance?
Explain the difference between an ado.net dataset and an ado recordset?
How is entity framework different from ado.net?
Explain ado.net features?
What is the difference between executequery and executenonquery?
What are the data access namespaces in .NET?
Explain how to find the given query is optimised one or not?