RSS
热门关键字:  Linux  图形  项目管理  LAMP  java
当前位置 : 主页>开源技术>AJAX技术>列表

ASP.NET AJAX入门系列(9):在母版页中使用UpdatePanel

来源:中国开源社区 作者:sherman 时间:2007-09-18 点击:
{
switch
(((Control)sender).ID)
{ 字串7
case "IncrementButton"
:

this.Offset = this.Offset 1
;

字串1


break
;

case "DecrementButton"
:

this.Offset = this.Offset - 1
; 字串8

break
;
}


((UpdatePanel)ContentPlaceHolder1.FindControl(
"UpdatePanel1")).Update();

Calendar cal
= ((Calendar)ContentPlaceHolder1.FindControl("Calendar1"
)); 字串2
最新评论共有 0 位网友发表了评论
发表评论
评论内容:不能超过250字,需审核,请自觉遵守互联网相关政策法规。
用户名: 密码:
匿名?
注册