Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Touhid 97 posts 117 karma points
    Jan 11, 2011 @ 12:09
    Touhid
    0

    how to update data from gridview in database using user control

    Hi

    I have two field with textbox in a gridview ,like:

    Name: textBox1

    Age: textbox2

    Here, textbox1 show a name and textbox2 show an age  in content section. but i want to change the name and age.

    now my problem is how to save/update it using database?

    Have any idea.

     

  • Darren Ferguson 1022 posts 3259 karma points MVP c-trib
    Jan 11, 2011 @ 13:27
    Darren Ferguson
    0

    Is the Gridview content from Umbraco Nodes?

    I'd suggest that you'd need to hook into the RowUpdated event and then instantiate an Umbraco doc and set it's properties.

Please Sign in or register to post replies

Write your reply to:

Draft