HI, my data gridview have been connected to Web services(i use MySQL database) and i had write a update method, i would like to use C# code, when i click the checkbox and click the delete button, the coloumn - "Status" , the "Status" content will be change from "In
Could someone please tell me how to add confirmation when assigning a click event to an attribute of a gridview cell durring rowbinding? ie: this posts back the grid with the proper Argument and name, but how can i have it confirm the postback via javascript first?
I'm rather new to windows programming, got VS2008/C# and am doing a winforms application. This application accesses a database (oracle) and displays the data in a data grid control.