i have a grid with dropdown and textbox
on dropdown selected indec change i get the value from database & display in textbox
but it causes whole page postback
the textbox has javascript onblur event
if i place the dropwndown in updatepanel there is no page refresh but the textbox doesnot get any value