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 / kishore
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 ? 2 Yes 2 No
0
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
How do you update a dataset in ado.net and how do you update database through dataset?
Can we create Synonymns in MS Acess,My Sql Server,Sql Server? But iam we can create in oracle!
What is the difference between Response.Expires and Reponse.ExpiresAbsolute?
What is ado data control?
Which is faster datareader or dataadapter?
How can I retrieve two tables of data at a time by using data reader? Data reader read and forward only, how is it possible to get 2 tables of data at a time?
Explain why canot we use multiple inheritance and garbage collector paralelly in .net?
What is disconnected scenario in entity framework?
Which ado.net object is very fast in getting data from the database?
What is the difference between sqldatareader and sqldataadapter?
What is bubbled event?
Which property is used to check whether a DataReader is closed or opened?
How to identify the controls which can be used for binding data?
What are the 3 major types of connection objects in ado.net?
What does executequery return?