【发布时间】:2013-08-01 14:13:06
【问题描述】:
我有一个 TextBox 多行,我需要滚动到文本框中的特定行.. 请帮帮我
Page.ClientScript.RegisterStartupScript(this.GetType(), "check", "<script type=\'text/javascript\'>document.getElementById('" + this.textbox.ClientID + "').scrollHeight=100;</script>");
【问题讨论】:
标签: asp.net