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
Process" to "Cancel" , can any...
more >>
Hi!
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.
Now, when someone else changes the contents of the table., how can I make the
data grid refetch the data a...
more >>
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?
e.Row.Cells[3].Attribute...
more >>