Tagged Questions
0
votes
1answer
1k views
dataform webpart button redirect new ID after saving
Can anyone please provide a hint for the following problem:
I have two DataFormWebparts on a page, one for creating new objects, one to edit them.
The Webpart that creates them has this button :
...
0
votes
2answers
1k views
Handle the event generated by ddwrt:GenFireServerEvent('__name')
I have a custom DataFormWebPart that renders some content based on an XSLT. Inside the XSLT I have a button that does a postback like so:
<input type="button" value="..." name="..."
...