I want to send the vertical scroll bar to the bottom of a textbox as yahoo chat does but learnt that Textbox1.ScrollToCaret() could do that but in my VS 8 intellisence will not popup the scrolltoCarret part and is giving me a error pls help

Recommended Answers

All 2 Replies

ScrollToCaret property can be used in WinForms application and not to use in asp.net application.

You can get that effect using JavaScript.

Try the solution given by serkan sendur.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.