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 default Timeout for SqlCommand.CommandTimeout property?
What is ado.net objects?
Explian About DataAdapters
I loaded the dataset with a table of 10 records. One of the records is deleted from the backend, how do you check whether all the 10 records were present while updating the data(which event and steps) and throw the exception 28 can datareader hold data from multiple tables?
Explain ado.net features?
What are the parameters that control most of connection pooling behaviours?
What is the difference between Response.Expires and Reponse.ExpiresAbsolute?
What is connected architecture in ado.net?
Explain advantages of ado.net?
What is disconnected scenario in entity framework?
Explain the difference between data reader and data adapter?
How to identify the updated rows in a dataset?
What is two way data binding android?
Some important instruction regarding ADO.NET connection string ?
What is the difference in an abstract class and an interface?