加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 编程开发 > asp.Net > 正文

在asp.net中回发

发布时间:2020-12-16 07:43:42 所属栏目:asp.Net 来源:网络整理
导读:你好朋友可能听起来很尴尬,但我是asp dotnet web开发领域的新手,所以我的问题是真的.请解释一下asp.net中的回发内容.我希望它的实用意义以及它如何在页面生命周期中工作,而我知道ispostBack并且我也使用它. 但是我没有得到回复的好意思请用好的例子向我解释.
你好朋友可能听起来很尴尬,但我是asp dotnet web开发领域的新手,所以我的问题是真的.请解释一下asp.net中的回发内容.我希望它的实用意义以及它如何在页面生命周期中工作,而我知道ispostBack并且我也使用它.

但是我没有得到回复的好意思请用好的例子向我解释.

解决方法

Postback上的维基百科页面有答案:

In the context of ASP web development,a postback is another name for HTTP POST. In an interactive webpage,the contents of a form are sent to the server for processing some information. Afterwards,the server sends a new page back to the browser.

This is done to verify passwords for logging in,process an on-line order form,or other such tasks that a client computer cannot do on its own. This is not to be confused with refresh or back actions taken by the buttons on the browser.

有关页面生命周期的更多详细信息,请参阅MSDN,有相当多的细节here.

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读