网页
图片
视频
学术
词典
地图
更多
航班
笔记本
postback
网络
回发;回传;回页面的客户端操作
网络释义
1.
回发
页面
回发
(
PostBack
)后,滚动条位置保持不变 刷新评论刷新页面返回顶部 博客园首页博问新闻闪存程序员招聘知识库 导航 p…
www.cnblogs.com
|
基于676个网页
2.
回传
在每个
回传
(
Postback
) 上,网页会重新建立,值也会从检视状态中还原。如果 Text 值并未储存在检视状态中,则会在每个回传 …
msdn.microsoft.com
|
基于657个网页
3.
回页面的客户端操作
...理这些事件,在页面执行的过程中,或者响应向服务器发
回页面的客户端操作
(
Postback
)的时候,所需来执行的特定操作。
www.cnblogs.com
|
基于37个网页
4.
后视图
在
后视图
(
postback
) 的情况中(用户返回之前访问过的页面),包含页面的视图早已经存在了,因此只需要进行恢复就可以 …
www.cnblogs.com
|
基于36个网页
5.
回送
处理
回送
(
PostBack
)场景总结 ASP.NET 4 现在允许使用 URL 路由引擎把 URL 映射到 ASP.NET Web Forms 页面和 ASP.N…
blog.csdn.net
|
基于31个网页
6.
回发父页面
获取(Get)表单改变的提示消息(ConfirmFormModified)然后关闭弹出窗体(Close)之后
回发父页面
(
PostBack
)的脚本(Reference) …
www.cnblogs.com
|
基于12个网页
7.
回发机制
... Form的实现,通过事件驱动模型(观察者模式)和
回发机制
(
postback
)实现Model和View之间的通信,到底微软为啥子不 …
blog.knowsky.com
|
基于9个网页
更多释义
收起释义
例句
释义:
全部
全部
,
回发
回发
,
回传
回传
,
回页面的客户端操作
回页面的客户端操作
类别:
全部
全部
,
口语
口语
,
书面语
书面语
,
标题
标题
,
技术
技术
来源:
全部
全部
,
字典
字典
,
网络
网络
难度:
全部
全部
,
简单
简单
,
中等
中等
,
难
难
更多例句筛选
收起例句筛选
1.
This
method
is
called
by
a
control
when
it
receives
a
postback
event
notification
,
to
check
whether
the
event
is
adapter
-
specific
.
此
方法
由
控件
在
接收
到
回
发
事件
通知
时
调用
,
以
检查
事件
是否
特定
于适
配器
。
msdn2.microsoft.com
2.
Properties
and
methods
that
enable
you
to
determine
in
client
script
whether
the
page
is
processing
an
asynchronous
postback
.
使
您
能够
在
客户端
脚本
中
确定
页
是否
正在
处理
异步
回
发
的
属性
和
方法
。
us.zph981011.xyz
3.
It is
possible
for a
malicious
user
to
use
the
postback
script to
send
arbitrary
post
events
to
server
controls
.
恶意
使用
者
可能
会
利用
回传
指令
码
传送
任意
张贴
事件
至
伺服器
控制
项
。
technet.microsoft.com
4.
Just
as
@Out is
used
to
push
variables
out
to
the
view
,
@In
can
be
used to
recapture
them
on
a
postback
.
就
像
使用
@Out
将
变量
推送
到
视图
中
一样
,
可以
使用
@In
在
回
发
时
重新捕获
它们
。
www.ibm.com
5.
A
string
constant
used
in
postback
event
arguments
to
indicate
whether
the
user
should
be
returned
to the
list
view
.
在
回
发
事件
参数
中
使用
的
字符串
常量
,
用于
指示
是否
应
使
用户
返回
到
列表
视图
。
msdn2.microsoft.com
6.
The
PageRequestManager
class
enables
you
to
give
precedence
to
a
specific
postback
and
cancel
others
that
are
underway
.
PageRequestManager
类
使
您
能够
为
某个
特定
回
发
赋予
优先
级
,
并
取消
正在
进行中
的
其他
回
发
。
msdn2.microsoft.com
7.
If
the
ID
matches
the
ID
of
a
button
that
cancels
the
postback
,
the abortPostBack
method
of the PageRequestManager
class
is
called
.
如果
该
ID
与
取消
回
发
的
按钮
的
ID
相
匹配
,
则
调用
PageRequestManager
类
的
abortPostBack
方法
。
msdn2.microsoft.com
8.
The
browser
performs
an HTTP POST
method
, which
in
ASP
.
NET is
referred
to as a
postback
.
浏览器
执行
HTTPPOST
方法
,
该
方法
在
ASP.NET
中
称为
“
回
发
”
。
msdn2.microsoft.com
9.
Saves
any
user
control
view
-
state
changes
that have
occurred
since
the
last
page
postback
.
保存
自
上次
页
回
发
以来
发生
的
所有
用户
控件
视图
状态
更改
。
msdn2.microsoft.com
10.
RegisterScripts
will
be
called
during
an
asynchronous
postback
as well
(
due
to the
else
clause
shown
in
Figure
11
)
.
在
异步
回
发
过程
中
还
会
调用
RegisterScripts
(
由于
图
11
中
所
示
的
else
子句
)
。
msdn.microsoft.com
1
2
3
4
5