Updating Items in GridView through Code
问题 I have a GV in which I want to Update my items. I am not using LDS or anything coz I m updating items which are stored in multiple databases. Here is the markup of my GV: <asp:GridView runat="server" Height="233px" Width="602px" ID ="gvShowComm" CellPadding="4" ForeColor="#333333" GridLines="None" OnRowEditing = "gvShowComm_RowEditing" OnRowUpdating = "gvShowComm_RowUpdating" OnRowCancelingEdit = "gvShowComm_RowCancelingEdit"> <Columns> <asp:CommandField ShowCancelButton="True" ShowEditButton