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
Define bubbled event?
What is difference between connected and disconnected architecture in ado.net?
How to load multiple tables into a dataset?
How can we add/remove row's in "datatable" object of "dataset"?
Does ado.net use odbc?
What are the advantages of ado.net?
What property must be set and what method must be called in your code to bind the data from some data source to the Repeater control?
Define executenonquery?
What is ado oledb and odbc?
How can we load multiple tables in to dataset?
How would you connect to database using .NET?
Explain the difference between ado and ado.net?
Which is faster sqldataadapter and sqldatareader?
What are the benefits of using of ADO.NET in .NET 4.0?
Explain the overview of ado.net architecture?