Tuesday, January 29, 2013

Working with UpdatePanels and javascript

     I created some file maintenance programs that utilized the Updatepanel functionality on the forms. It was necessary to hook up some javascript to get the functionality I wanted in the program. So look at the fmCarrierDealerGroup program to see how I did it.
   While utilizing the updatepanel, I found that I needed to hook up an event handler to get control after ASP.net did its own updates.  I could then do what I needed to do in Javascript in order to manipulate and highlight gridview selectors and other things.


No comments:

Post a Comment