网页
图片
视频
学术
词典
地图
更多
航班
笔记本
PageRequestManager
网络
页面回送过程
网络释义
1.
页面回送过程
这些事件在页面生存期(用于Application)或部分
页面回送过程
(用于
PageRequestManager
)中非常有趣的点发生,可以在这些关 …
book.51cto.com
|
基于2个网页
例句
释义:
全部
全部
,
页面回送过程
页面回送过程
类别:
全部
全部
,
口语
口语
,
书面语
书面语
,
标题
标题
,
技术
技术
来源:
全部
全部
,
字典
字典
,
网络
网络
难度:
全部
全部
,
简单
简单
,
中等
中等
,
难
难
更多例句筛选
收起例句筛选
1.
The
PageRequestManager
class
enables
you
to
give
precedence
to
a
specific
postback
and
cancel
others
that
are
underway
.
PageRequestManager
类
使
您
能够
为
某个
特定
回
发
赋予
优先
级
,
并
取消
正在
进行中
的
其他
回
发
。
msdn2.microsoft.com
2.
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
3.
The
PageRequestManager
class
exposes
properties
,
methods
,
and
events
that
enable
you to
customize
partial
-
page
updates
with
client
script
.
PageRequestManager
类
公开
属性
、
方法
和
事件
,
它们
使
您
能够
用
客户端
脚本
来自定义
部分
页
更新
。
msdn2.microsoft.com
4.
You do
not
create
a
new
instance
of
the
PageRequestManager
class
directly
.
无需
直接
创建
PageRequestManager
类
的
新
实例
。
msdn2.microsoft.com
5.
Returns
a
value
that
indicates
whether
the
PageRequestManager
object
is
processing
a
postback
.
返回
一个
值
,
该
值
指示
PageRequestManager
对象
是否
正在
处理
回发
。
msdn2.microsoft.com
6.
The
other
initializes
the
client
-side
version
of
the
PageRequestManager
class
discussed
earlier
.
另一个
脚本
对
前面
讨论
的
PageRequestManager
类
客户端
版本
进行
初始
化
。
msdn.microsoft.com
7.
The
initializeRequest
event
of
the
PageRequestManager
class
is
raised
before
processing
of the
asynchronous
request
starts
.
PageRequestManager
类
的
initializeRequest
事件
在
开始
处理
异步
请求
之前
引发
。
msdn2.microsoft.com
8.
When
you
use
client
script
and
members
of
the
PageRequestManager
class
,
you
can
customize
the
partial
-
page
update
behavior
in
the
browser
.
当
使用
客户端
脚本
和
PageRequestManager
类
的
成员
时
,
可以
在
浏览器
中
自定义
部分
页
更新
行为
。
msdn2.microsoft.com
9.
The
following
example
shows
how
to
determine
whether the
PageRequestManager
is
currently
processing
a
postback
.
下面
的
示例
演示
如何
确定
PageRequestManager
当前
是否
正在
处理
回发
。
msdn2.microsoft.com
10.
The
script
provides
a
handler
for the initializeRequest
event
of
the
PageRequestManager
class
.
该
脚本
提供
PageRequestManager
类
的
initializeRequest
事件
的
处理程序
。
msdn2.microsoft.com
1
2