" }\n" +
" location.href = url + ''''?currentPage='''' + ctrl.value;\n" +
" else\n" +
" {\n" +
" alert(''''您输入的页码必须是符合页面要求的数字,最大值是:'''' + max);\n" +
" return false;\n" +
"</script>\n";
[DefaultValue(10),Category("Customer")]
public int Count
{
set
if(value <= 0)
_count = 1;
else
_count = value;
}
get
return _count;
[DefaultValue(1),Category("Customer")]
public int CurrentPage
if(value < 0)
上一页 [1] [2] [3] [4] [5] [6] 下一页
Copyright @ 2007-2012 敏韬网(敏而好学,文韬武略--MinTao.Net)(学习笔记) Inc All Rights Reserved. 闵涛 E_mail:admin@mintao.net(欢迎提供学习资源)
鄂公网安备 42011102001154号
站长:MinTao ICP备案号:鄂ICP备11006601号-18