Click here to Skip to main content
15,886,724 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
In my application,there is one copy button,Onclicking of it selected row should copy as it,in row columns are start date and end date (infragistic calender control),other textboxes,for copying row,oncheckedchange event of checkbox ,i'm taking all values in datatable and then after onclick of copy button i am taking previous DataTable,Now adding new row within table with values same, in DataTable both rows value showing correctly,even if start date and end date, But when i am going to bind this DataTable to GridView at that time start date and End Date are not binding to this infragistic control,it is showing null values
Posted
Updated 25-Feb-10 4:44am
v2

1 solution

Must be the Date format(ex. 01/13/2010, 13/01/2010) will be the problem. So check the date format while save/retrieve to/from DB.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900