Author: Misfit Geek: msft | Posted on: 3/25/2010 2:30:35 PM | Views : 1233

Today's customer question concerns client side predicates for showing a Modal Popup control. I'm happy to be getting these kind of questions because it shows how ASP.NET developers are continuing to evolve their web development perspective and separate server logic execution and client logic execution. Though the Modal Popup Extender is a Server Side control extender it HAS client side events and methods. This exposes the Modal Popup to any JavaScript coding that we want. Example - mouseover ! Code Snippet < a href ="" onmouseover ="myMouseOver();"> < img runat ="server" id ="rollover" alt ="" src ="image.jpg" border ="0" name ="rollover" /></ a >...(read more) ...

Go to the complete details ...