mattinckle79
Programmer
Im using vs 2008 ( asp.net / vb.net )
I've got grid with editable textboxes on the rows ( 1 textbox per column ).
On focus of a textbox I need to have a postback to retrieve a related value and display it on screen but after the postback it loses the focus.
Is there anything i can do to keep the focus?? tried multiple things online but nothing working yet
if i manual set the focus back to the control, then it will just fire the onfocus event - and therefore enter a loop.
anyone got any ideas