User Profile

Collapse

Profile Sidebar

Collapse
ArdoyneRed
ArdoyneRed
Last Activity: Jan 18 '08, 02:49 PM
Joined: Jan 14 '08
Location: Malta, originally Belfast, Eire
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • ArdoyneRed
    replied to GridView not updating !!!
    in .NET
    Code:
                   <asp:GridView ID="GridView1" runat="server" AutoGenerateColumns="False" CellPadding="4"
                    DataKeyNames="CurrencyID" DataSourceID="ObjectDataSource1" ForeColor="#333333"
                    GridLines="None" OnRowUpdating="GridView1_RowUpdating" OnRowUpdated="GridView1_RowUpdated" style="z-index: 100; left:
    ...
    See more | Go to post
    Last edited by ArdoyneRed; Jan 14 '08, 01:56 PM. Reason: Incorrect code sample

    Leave a comment:


  • ArdoyneRed
    started a topic GridView not updating !!!
    in .NET

    GridView not updating !!!

    Hello all,

    I have a problem with GridView - basically it will not update with the new values entered in edit mode.

    I'm not sure why because when you step through the code you can see in e.NewValues that the updated values are being captured but for some reason not written to the data table.

    Can anyone help??

    Thanks in advance,
    Sean
    See more | Go to post
No activity results to display
Show More
Working...