Please help me understand AutoPostBack property of an ASP.NET control

前端 未结 6 1686
时光取名叫无心
时光取名叫无心 2021-01-21 00:16

I\'m learning about ASP.NET, mainly by following through a book, but also making an effort to actually do things along the way. But, I came across an explanation about list cont

6条回答
  •  佛祖请我去吃肉
    2021-01-21 00:40

    When a user selects a ListItem (or whatever the collection item is), the page should automatically submit the web form to the server with a POST event.

    here's the wikipedia page on HTTP POST events http://en.wikipedia.org/wiki/HTTP_POST

提交回复
热议问题