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 linq and entity framework?
What are the advantage of ado.net?
Which property is used to check whether a DataReader is closed or opened?
What is the functionality of data provider in ado.net?
What is an example of ordinal data?
What is the difference between executenonquery () and executescalar ()?
What is executenonquery ado.net?
What is the difference between ado.net and oledb?
Explain the various objects in dataset.
What is full form of ado?
Can we do database operations without using any of the ado.net objects?
What are the different row versions available in table?
Which method in OLEDBAdapter is used to populate dataset with records?
Explain the difference in record set and dataset?
What are the Data providers in ADO.Net?