I want to reset the textarea cursor position after postback i.e cursor should be on last change or edited text in textarea

Recommended Answers

All 2 Replies

ajitkumar26,i'm also a newbie.
you may use the following code..

if(ispostback)
{
//specify operation
}
//then
//use html reset button, drag from the tool box or you can use code like textbox.text="";

if you got it correct,please mark it as solved.

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.