OnBlur ...
-
I have a little problem to solve. I have a datagris with textboxes in it. When the OnBlur event of a specific textbox (on client) is fired, I must do a postback and fill some value in others textboxes. Is there an easy way to do that. Or should I call a javascript function, put some values in hidden field and call a postback, then retrieve the value of the field and do my thing ? And this is a complex datagrid too. X| My Blog
-
I have a little problem to solve. I have a datagris with textboxes in it. When the OnBlur event of a specific textbox (on client) is fired, I must do a postback and fill some value in others textboxes. Is there an easy way to do that. Or should I call a javascript function, put some values in hidden field and call a postback, then retrieve the value of the field and do my thing ? And this is a complex datagrid too. X| My Blog
Looks like it's the only solution My Blog