Commandname multiple
I've an ASP.NET form view with multiple forms. I want to use only a single button and get rid of the rest. I assume then I need to somehow call the command for multiple forms on the update, i.e command name.
- Is it possible to do this declaratively?
- How would I开发者_运维问答 do this programatically?
For #2, I can use Form.UpdateItem() command. I'm still waiting for #1, if I can assign multiple command names to a button or anything like that.
Also if anyone show a different way to do this I will give credit for the answer.
精彩评论