Click here to Skip to main content
15,898,723 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
I have 2 Calendar Controls 1 Gridview control. when user Select Dates from calendar controls Data is displayed in gridview for between selected months. so far is good. I have [Filename],[UploadDate],[ProcessedDate] columns. I am able to edit the date in ProcessedDate column . now i have to do when i update the processed date column that modified date should automatically append to Filename for selected File . how can i achieve this. i don't Want to append modified Date manually.

What I have tried:

I have tried using DateTime.Now.ToString()
Posted
Updated 3-Mar-17 3:39am
Comments
[no name] 3-Mar-17 9:39am    
"I have tried using DateTime.Now.ToString()", okay and then what happened? So far, you have not asked an answerable question or described an actual problem.
Member 12409011 3-Mar-17 9:44am    
i have fileUpload Control To Upload Files. i am Displaying Data in gridview Filename,UploadDate, Processed Date, i am editing Processed date Column on GridView1_RowUpdating I am using Javascript Calendar Control. when date in processed Date column is modified that modified date sholud also append to selected FileName.
[no name] 3-Mar-17 10:20am    
Okay.... again.... and then what happened? You are making the great assumption that we can see your code, see your project, see your monitor and read your mind. Concatenating two strings together is not all the difficult so it's a mystery why you can't do it.

1 solution

 
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