62,266
社区成员
发帖
与我相关
我的任务
分享protected void Page_Load(object sender, EventArg e)
{
string index=Request.Form["hdn"];
if(index.Trim().Length>0)
SetVideoInfo(index);
}<input id='hdn' type='hidden' value=''/><script>
function pageselectCallback(page_index, jq)
{
hdn.value = page_index.toString(); //保存到hidden
this.form.submit(); //提交给服务端
}
</script>protected void Page_Load(object sender, EventArg e)
{
string index=Request.Form["hdn"];
SetVideoInfo(index);
}