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 / gt
its is very simple just u go to the sql database,change the
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 ? | 6 Yes | 6 No |
Post New Answer View All Answers
What is ado object model?
Define ado.net?
how Sequence to connect and retrieve data from database using dataset?
What is the difference between ADO and ADO.Net?
How to work with disconnected data - the dataset and sqldataadapter?
What is an example of ordinal data?
Which object needs to be closed?
Describe the disconnected architecture of ADO.NET’s data access model.
What is sql command in ado net?
Which property is used to check whether a DataReader is closed or opened?
Explain the difference between ado and ado.net?
What are the advantages using ado.net?
What are the important features of ado.net 2.0?
Which object is used to add relationship between two Datatables?
What is the procedure to call a Stored Procedure of Back End in ADO (ActiveX Data Object) and RDO (Remote Data Objects)?