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 the difference between executenonquery () and executescalar ()?
What is difference between dataset and datatable?
How to connect and retrieve data from database using dataset
What are all the different methods under sqlcommand?
What is shadow copy?
What is ado.net tutorial?
What are the various methods provided by the DataSet object to generate XML?
What is data reader in ado.net?
Explain sqlconnection object?
What is the use of ADO.NET and XML web services?
Can you explain how to enable and disable connection pooling?
What are basic methods of dataadapter?
What is method to get XML and schema from Dataset? getXML() and get Schema ()
What is ado connection?
How to add a check box or a dropdown list to a column in a datagrid?