| p; " url = url.substring(0,index);\n" +
" }\n" +
" location.href = url + ''''?currentPage='''' + ctrl.value;\n" +
" }\n" +
" else\n" +
" {\n" +
" alert(''''您输入的页码必须是符合页面要求的数字,最大值是:'''' + max);\n" +
" return false;\n" +
" }\n" +
" }\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
{
set
{
if(value < 0) 上一页 [1] [2] [3] [4] [5] [6] 下一页 |