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 a control toolbox?
Which method is used to sort the data in ADO.Net?
Which is faster datareader or dataadapter?
What is a dynaset in access?
Explain the difference in an abstract class and an interface?
What is the difference in record set and dataset?
What are the advantages and disadvantages of using datalist?
What are the key events of sqlconnection class?
Explain the differences between oledb sql server, oledbdotnet provider?
What provider ado.net use by default? Explain the role of data provider in ado.net?
How to work with disconnected data - the dataset and sqldataadapter?
What is the difference between Datareader and Dataset?
What are the namespaces used in ADO.Net to connect to a database?
What are the drawbacks of using ado.net?
What is connection string?