Click here to Skip to main content
15,909,539 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi Ravindra,
Can u solve my problem? If so reply me back. I have a problem with ASP.NET using C#.This problem is that I have gridview with 11 columns. Among them right 7 columns have date in format like 20'11 where 20 is work week and 11 is the last two digits of the year. My task is to make a code by which I can edit particular row cells.I have done it already. Next part is that when I will click the corresponding cell value then a textbox will appear along with cell txt and along with this a dropdownlist will come only in this cell .If I modify the date and select value “completed” from dropdownlist then cell color will be changed as green and if I select ” WIP” then cell color will be changed to bright yellow. I am extracting all data from database. So, when I will update the data and select the status then a character “c” will be attached to the date in the database in corresponding cell if status is completed, and “WIP” will be attached to the date when status is Work in progress. So, when later I will try to generate the report then it will check the last character (for c) and last three characters (for WIP) and then will show the date only. I need help to solve this problem ASAP. Please help me.
Regards,
Straightforward
Posted

1 solution

It looks like you want to ask this question to an author related to his/her article.

I would suggest you to please use the forum present at the end of the article in order to reach author and get quick response. Rarely you will find authors reading this forum.

Please post the same at the article's message forum.
 
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