Click here to Skip to main content
15,891,708 members

Comments by Relmon (Top 3 by date)

Relmon 16-Mar-23 14:55pm View    
Yep you get me right. Thing is that teachers don't listen students' feedbacks to improve the application so we are being victims all the time. I am not asking you to do it I am asking for how can I do it. Thx for your comment though.
Relmon 25-Jun-21 13:21pm View    
Sorry if I can't be clear. I didn't wrote any code to edit the table. I am just using GridView's own edit column (I didn't assigned that button to edit any page). So I don't know how to change this. GridView's own edit column edits only one page. My question is : How can I make GridView's own edit column to edit the page I want.
Relmon 25-Jun-21 13:09pm View    
The problem is I want to update a database table. When I bind the table to gridview and try to edit button of GridView to update that table. The edit button automatically changes gridview table with another table. So I can't edit the table that I want (See images pls When I click edit, the table in the second image changes with the table in image 3 automatically so I can't update the table I want).