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 / kishore
related database table like
SELECT col1,col2 Format(Now(),dd/mm/yy) as PerDate
FROM Table
and provide the parameters
(Asper my knowledge(iam not sure))
Is This Answer Correct ? 2 Yes 2 No
0
Gt
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
What do you know about ado.net's methods?
What is ado in agriculture?
What is maximum pool size in ado.net connection string?
What we do with the object of ado.net dataset after using it?
What is datatable in ado.net?
What does datareader object do?
What are the namespaces used in ADO.Net to connect to a database?
Describe ado.net object model in detail.
What is difference between Dataview and Datatable?
What are all the different authentication techniques used to connect to MS SQL Server?
What provider ado.net use by default? Explain the role of data provider in ado.net? What is the role of data provider in ado.net?
Explain the difference in an abstract class and an interface?
Which namespaces are used for data access?
If a table contains 20000 records . In a page at each time 100 records to be displayed what are the steps you will take to improve performance? Will you use dataset or datareader?
What is the DataTableCollection?