Detect change to data in an ubound datagrid

Ask a Question related to ASP.NET Data Grid Control, Design and Development.

  1. #1

    Default Detect change to data in an ubound datagrid

    Hi

    Sorry if this is a bit obvious but I'm new to the datagrid ... :@)

    I have an unbound grid which contains a hidden column holding the primary
    key of the row. I would like to detect when the user has finished updating a
    record in order that I can update the source data.

    Can someone point me at the correct event please and the easiest way to
    access the contents of the current rows cells.

    Thanks very much

    Mark


    Mark Guest

  2. Similar Questions and Discussions

    1. How to use event to detect the change of a arrayvariable?
      I have a main application that includes a lot of sub components. the main app mxml file import a public class that includes an array variable. Each...
    2. allowing users to change data in a datagrid
      I have created a dataadapter, an sql connection, a dataset, and a data grid on my page. I want to add the capability to edit records. I have found...
    3. how can I detect if there is post data or not?
      I am using the code below wich works to admin authenticate users and this works fine on the 1st page but when I use teh this code included in...
    4. Detect change in property within control
      Is it possble to have a property like so: <Bindable(True), Category("Appearance"), Description("The help image associated with this control."),...
    5. detect change of remote page
      hi everyone, i have some links on my site, i need to be absolutely sure that the html has not been modified, even one character. i would rather...
  3. #2

    Default Re: Detect change to data in an ubound datagrid

    > I have an unbound grid which contains a hidden column holding the
    > primary key of the row. I would like to detect when the user has
    > finished updating a record in order that I can update the source data.
    You don't have to do this. There's a DataKeyField property on te grid to
    manage this for you.

    -Brock
    DevelopMentor
    [url]http://staff.develop.com/ballen[/url]


    Brock Allen Guest

  4. #3

    Default Re: Detect change to data in an ubound datagrid

    Thanks Brock... I'll check it out tomorrow :@)

    What about an after update event though?

    Cheers

    Mark

    "Brock Allen" <ballen@NOSPAMdevelop.com> wrote in message
    news:b8743b112a1568c78dafc131d70a@msnews.microsoft .com...
    >> I have an unbound grid which contains a hidden column holding the
    >> primary key of the row. I would like to detect when the user has
    >> finished updating a record in order that I can update the source data.
    >
    > You don't have to do this. There's a DataKeyField property on te grid to
    > manage this for you.
    >
    > -Brock
    > DevelopMentor
    > [url]http://staff.develop.com/ballen[/url]
    >
    >

    Mark Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139