在回发期间,Seam自动检测该配对。
默认情况下,如果窗体不包含操作属性,浏览器将会回发。
Browsers, by default, will postback if the form doesn't contain an action attribute.
如何预防我的ASP。净复选框被重置回发吗?
How to prevent my ASP. NET checkbox from being reset on postback?
您需要执行回发(或部分)保留当前选定的CSS。
You need to perform a post back (or partial) to retain the currently selected CSS.
更糟的是,回发时情况会恶化,此时可能发生额外的冗余数据库调用。
Even worse, the situation continues to degrade upon postback, at which time additional redundant database calls may be made.
将课程提取到呈现课程编辑器表单的视图之后,必须在回发时捕获已更新的对象。
After outjecting the course to the view that renders the course editor form, you need to capture the updated object on postback.
标签是嵌套在内容模板和部分更新可以通过网页上的所有控件引发的回发。
The label is nested within the content template and the partial update can be triggered by all controls on the page that post back.
请注意,虽然已更新缓存,但页面上显示的时间在回发事件发生之前仍将保持不变。
Note that although the cache is updated, the time displayed on the page does not change until a postback event occurs.
都提供了相应的方法来告知发送端点应该在传输回发通道不可用的情况下“缓存”消息。
Both provide a means to tell a sending endpoint that it should "buffer" messages when the transport back channel is not available.
与wsrm:Address元素不同,此元素限制了可以通过回发通道发送的消息类型。
Unlike the WSRM: Address element, this restricts the types of messages that may flow on the back channel.
NET移动控件,页适配器必须将该字符串保持到客户端,并确保它在后面的回发中可用。
NET mobile controls, the page adapter must persist this string to the client and ensure that it is available on a subsequent postback.
您很可能也会发现,如果您很精通asp.net,那么您大多数时候仍会继续使用标准的页面回发模型。
You will also likely find, if you are already well versed in ASP.NET, that you will continue to use the standard page postback model most often.
当使用数据绑定控件时,所有控件都使用ViewState保存回发后的状态,这将变得异常痛苦。
This becomes particularly painful when you use data-bound controls, all of which use view state to save their state across postbacks.
接收此消息的端点将随后可以使用传输特定的回发通道自由地发送以此URI为目标的任何消息。
The endpoint that receives this message would then be free to use the transport-specific back channel to send any message that is targeted to this URI.
您需要执行回发(或部分)保留当前选定的CSS。这将允许其他页面加载当前选定的CSS在默认。
You need to perform a post back (or partial) to retain the currently selected CSS. This will allow other pages to load the currently selected CSS over the default.
您需要执行回发(或部分)保留当前选定的CSS。这将允许其他页面加载当前选定的CSS在默认。
You need to perform a post back (or partial) to retain the currently selected CSS. This will allow other pages to load the currently selected CSS over the default.
应用推荐