I am trying to create a web part that will allow users to edit elements without leaving the AllItems.aspx page. The web part should have similar functionality, for example, the EditForm.aspx page.
I created a simple web part with ConnectionConsumer ("String") that successfully displays the selected ListItem, but I'm trying to figure out how to programmatically create a list-based form using the save and update function.
I would appreciate a simple solution or pushing in the right direction.
thanks
source share