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 / ravi
just try to this.This is working good
SELECT convert(nvarchar,colname,110)as PrDate from Table
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
What is difference between datatable and dataset?
What is commandbuilder in ado.net?
How to add an aggregate column?
What is the difference between Data adaptor and Data set?
Is ado.net an orm?
What is executequery?
Why is ADO.NET serialization slower than ADO ?
Command objects uses, purposes and their methods.
What do you mean by performing asynchronous operation using command object?
If a table contains 20000 records. In a page at each time 100 records to be displayed.
What is Data Provider?
What are the parameters that control most of connection pooling behaviors?
How to pass multiple tables in datasets simultaneously?
What is a non query?
What is ado.net components?