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 an ADO.NET Dataset and an ADO Recordset?
How do you implement locking concept for dataset?
How to add an aggregate column?
What is ado control?
What is Dataset Object?
What are good ado.net object to replace to ado recordset object.
What is difference between dataset and datatable?
What is connection pooling and what is the maximum pool size in ado.net connection string?
What is aggregating data ?
What are two types of transaction supported by ado.net?
What is an ado connection?
How do you update a dataset in ado.net and how do you update database through dataset?
What is the use of SqlCommandBuilder?
Give an example of a .net application which connects to microsoft access database using ado.net classes.
What is connected architecture in ado.net?