i got a textbox(multili ne). I want to make it scroll down as new input is added but it always return to the top of the textbox.
What is the codes needed in Visual Web Developer to make it scroll down automatically as new input is added.
i have try
myText.Selectio nStart= mytext.TextLeng th
mytext.ScrollTo Caret()
but it stated that it is not a member of System.Web.UI.W ebcontrols.Text box
User Profile
Collapse
-
Error
I got the following codes written in vwd 2005 and it works after i ran it.i was able to open a notepad.exe after clicking the button but after i put the folder into inetpub\wwwroot and try to view the website using another com, i got the following error below. Why is it the vwd can run it perfectly but after putting it into IIS 5.1 got problem?Does it concern the Interop.IWshRun timeLibrary.dll ?cos i need this file in order to make the program work... -
Error
I got the following codes written in vwd 2005 and it works after i ran it.i was able to open a notepad.exe after clicking the button but after i put the folder into inetpub\wwwroot and try to view the website using another com, i got the following error below. Why is it the vwd can run it perfectly but after putting it into IIS 5.1 got problem?Does it concern the Interop.IWshRun timeLibrary.dll ?cos i need this file in order to make the program work...
No activity results to display
Show More