i want to know how to move the cursor from current textbox to previous textbox. i am creating textbox dynamically by enter keypress event one by one
e.g.
textbox1
textbox2
textbox3
suppose total three textbox now created and am on third one textbox means my cursor on textbox3 and i wants to move the cursor to textbox2 or focus to textbox2 for modify.
how do i do? please suggest proper code for the same.