我有一个 TextBox 多行,我需要滚动到文本框中的特定行。请帮助我
Page.ClientScript.RegisterStartupScript(this.GetType(), "check", "<script type=\'text/javascript\'>document.getElementById('" + this.textbox.ClientID + "').scrollHeight=100;</script>");
我有一个 TextBox 多行,我需要滚动到文本框中的特定行。请帮助我
Page.ClientScript.RegisterStartupScript(this.GetType(), "check", "<script type=\'text/javascript\'>document.getElementById('" + this.textbox.ClientID + "').scrollHeight=100;</script>");