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 are the major difference between classic ADO and ADO.NET?
What is difference between datareader and dataadapter?
What are the different row versions available in table?
How do you merge 2 datasets into the third dataset in a simple manner?
How can we perform transactions in .net?
What is typed dataset ?
What do you know about ado.net's objects?
What are the Features of a dataset
Can datareader hold data from multiple tables?
What are all components of ADO.Net data provider?
What are two types of transaction supported by ado.net?
What are the key events of sqlconnection class?
How to add a javaScript function in a datagrid?
What is ole2 format?
What is difference between datatable and dataset?