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 / prashant kamble
first way , we are go in gridview property in that edit
column in that select that field name and make it item
template. after that right click gridview in that edit item
templated and select that field and then drag regular
expression validator in that column and give regular
expression .
| Is This Answer Correct ? | 17 Yes | 1 No |
Post New Answer View All Answers
Explain the overview of ado.net architecture?
How to create dynamic gridview?
Does sqlclient and oledb class share the same functionality?
How to copy the contents from one table to another table and how to delete the source table in ado.net?
What is a column variable?
What we do with the object of ado.net dataset after using it?
What are the drawbacks of using ado.net?
What is execute reader in ado.net?
Can we connect two dataadapters to same data source using single connection at same time?
What is ole data type?
What is the difference between Dataset. clone and Dataset.copy?
What do you know about ado.net's methods?
How to pass multiple tables in datasets simultaneously?
What is dataset object? Explain the various objects in dataset.
What is ado.net object model?