把你地控件用ClientID转换一下就可以了。例如
var tempSendTime= document.getElementById('<%=sendTime.ClientID%>');
这样tempSendTime就是你ascx中控间在aspx中的名字了。

相关文章:

  • 2021-07-31
  • 2021-09-10
  • 2021-10-15
  • 2021-09-22
  • 2021-12-09
  • 2022-12-23
猜你喜欢
  • 2022-01-03
  • 2022-12-23
  • 2021-07-16
  • 2021-09-24
  • 2021-05-30
  • 2022-12-23
相关资源
相似解决方案