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
Can we connect two dataadapters to same data source using single connection at same time?
Which database is the ado.net sql connection object designed for?
What is a sqldataadapter?
What are the connected and disconnected modes in ado.net?
What are the advantages and drawbacks of using ado.net?
What is difference between executequery and executeupdate?
What you mean by filtering of data?
Define the data provider classes that is supported by ado.net?
How can we check that some changes have been made to dataset since it was loaded?
How to generate a single aggregate?
What is the default provider in ado.net?
how you will deal result set? How do you sort a dataset?If a dataset contains 100 rows, how to fetch rows between 5 and 15 only?
What are the advantages of oledb compared with other classes?
Why edit is not possible in repeater?
What is ado oledb and odbc?