Dim js As String = "$('#ImagePage').val('" & PageCount & "');"
        Dim jss As String = "$('#Label1').html('图片说明:[" & title(PageCount) & "]<br/>(" & (PageCount) & "/" & Me.sumPage.Value & ")')"
        ScriptManager.RegisterStartupScript(Me.Page, Me.Page.GetType, "PageCount", js & jss, True)

相关文章:

  • 2022-12-23
  • 2021-11-11
  • 2021-11-22
  • 2021-11-26
  • 2022-01-18
  • 2021-08-23
  • 2021-12-07
猜你喜欢
  • 2021-04-18
  • 2022-12-23
  • 2022-12-23
  • 2022-01-23
  • 2022-03-04
  • 2021-06-21
  • 2021-10-30
相关资源
相似解决方案