1
Answer

editable column in gridview dynamically

Hi friends,

      I have a two textboxes and one gridview. I retrieve related data from the database and add it the gridview.but i need to add the extra one column with editable after bind the data. for example ( when i select the class name and exam name then my gridview bind all the student details  with editable column for enter marks for that particular exam. I have done this task before in the windows application. but in web appication i cannnot able to do it. please help me to solve the problem.   

 Thank you
   
Answers (1)
0
Vikrant More

Vikrant More

NA 1.5k 166.3k 12y
Insted of creating another stored procedure why dont you create the DML Trigger on Update it will insert the records into new table. this will not harm on you performance i think.