Relative Content

Tag Archive for javascriptasp.netwebforms

Saving changes made to ASP.Net gridview webform cell is not working

Have a nice day ahead. I am having a problem in saving the contents of gridview cells to database. Here’s the scenario. My gridview contains timesheet of employee. The employee can move the timesheet cell data from one cell to another but cannot tamper its data. I use javascript to right-click to a cell and left-click to move the content of a cell to a desired cell. It is working fine. The problem is when I save the contents of gridview after the modifications made to cells. The original contents of cell is saved to database, not the modified contents of the gridview. I am asking for your brilliant minds to help me solve my problem.

Specific Part Not Showing in PieChart

I have a pie chart in which i am showing some amounts and values but the issue i am facing is that my a specific part is not showing in my chart need assistance for this issue why this is not issue i am fetching all values correctly and i have printed them using console.log all working fine