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 / himanshu
select col1,col2,TO_CHAR(DateTime.Now(),"dd/mm/yy") as date1
from table1
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is partial class?
Explain the difference in record set and dataset?
What do you know about ado.net's methods?
What does ado stand for in ado.net?
Explain advantages of ado.net?
What is the difference between Data adaptor and Data set?
What are the drawbacks of using ado.net?
What does datareader object do?
Explain ODP.net
Explain what is datagrid with an example?
Which keyword is used to accept variable number of parameters?
What are the advantages of oledb compared with other classes?
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?
Explain the basic use of "dataview" and explain its methods.
Is it possible to load multiple tables in a Dataset?