What happens to an “input” on “submit”? And how can that be done by ASP.Net? [duplicate]
问题 This question already has answers here : Closed 7 years ago . Possible Duplicate: Read Post Data submitted to ASP.Net Form I have a google checkout "buy now" button, and am trying to add dynamically created content to send when it's clicked. Using the original html is proving a bit difficult so I want to create an ASP.Net ImageButton Instead of that. I've succeeded in creating the button with the right image, and hooking it up to an event handler in the codebehind. However, I'm not sure what