GridBoundColumn OnTextChanged event wiring

Posted by Kobojunkie on Stack Overflow See other posts from Stack Overflow or by Kobojunkie
Published on 2010-06-02T19:20:05Z Indexed on 2010/06/02 19:24 UTC
Read the original article Hit count: 196

Filed under:
|
|

I have a GridBoundColumn in my RadGrid that should accept Zip input and based on input auto populates the State and City fields on my form. I would like to wire this up in such a way as to call a webservice on the back end or maybe repost the form only when the GridBoundColumn is changed. How do I wire this up please?

Thanks in Advance

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about AJAX