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 / shivani
SELECT col1,col2 Convert(Varchar(20),Now(),3) as PerDate
FROM Table
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
What is the difference between oledb sql server and oledbdotnet provider?
How do you implement locking concept for dataset?
What is Data view?
Describe the disconnected architecture of ADO.NET’s data access model.
What is the difference between executenonquery () and executescalar ()?
What is ado.net and its architecture?
How to work with disconnected data - the dataset and sqldataadapter?
What does executenonquery () method return?
What are the key features of ado.net?
Why edit is not possible in repeater?
What is difference between Dataview and Datatable?
What is microsoft ado?
Why do we use sqldataadapter?
Which object is used to add relationship between two Datatables?
Which property is used to check whether a DataReader is closed or opened?