Which values browser collects as a postback data?

前端 未结 3 1286
梦谈多话
梦谈多话 2021-01-25 22:06

When page is to be posted back to the server, browser collects the current values of each control and pastes it together into a string. This postback data is then sent back to t

3条回答
  •  野趣味
    野趣味 (楼主)
    2021-01-25 22:45

    I'm not asp programmer, so i can't give exact answer, but I'd suggest you to use firefox with addons Live Http Headers, and Firebug (console section).

    With this setup you will be able to see exact data sended by browser to your server.

提交回复
热议问题