Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
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.
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.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
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.
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.
is working on a reply...