I am wondering how to add a javascript event handler using asp.net ajax. I need to add event handlers after ajax update because Jquery plugin to sort tables doesn't work and the onload method to display a screen keyboard does not trigger as well. Is there a way to do that? Maybe I need to switch to some other ajax library or/and try Asp.Net MVC to accomplish?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
Your question is a little unclear. Anyway, if you are after to add an event handler to an element after partial update, check the following sample.
|
|||||
|
live
method. – rahul Feb 22 '10 at 12:58