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
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
Gt
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
How does entity framework work?
What is the purpose of using adodb?
What is a datareader object?
Which object of ado contains datarow datacolumn collection?
What are the disadvantages of using datalist?
What are the several execute methods of ado.net?
What is the advantage of ado.net?
Describe connection object in ado.net
What are the advantages and drawbacks of using ado.net?
What is different between sqlcommand object and command behavior object?
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?
What is DataReader Object?
What is the use of Dataview?
What are the steps you will take to improve performance?
What is data reader in ado.net?