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
How to enable and disable connection pooling?
What is difference between datagridview and datagrid control in winforms?
Which components of a data provider is used to retrieve, insert, delete, or modify data in a data source?
What are three methods for displaying data in a syncfusion datagrid
What are the steps you will take to improve performance?
What are the rules to implement connection pooling?
Explain what are the steps to connect to a database?
Explain what is datagrid with an example?
Which is better ole db or odbc?
In how many ways we can retrieve table records count? How to find the count of records in a dataset?
Explain the architecture of ado.net?
What is datasource in ado.net?
What are the benefits of using ado.net?
What is the difference between ADO and ADO.Net?
What is the meaning of object pooling?