- Using the Ajax Popup Control Extender with GridView and Radio Buttons
Jun 19, 2009
-
2 min read
I was able to create a popup control extender with radio buttons for selecting logos in a GridView. The backend code was written in C# and used to populate the radio button list based on files in an image folder.
- Overcoming UpdatePanel Loading GIF Issues with Custom JavaScript Handlers
Jun 18, 2009
-
2 min read
I was struggling to get a loading GIF to display when updating my ASP.NET UpdatePanel, but I finally found a solution that works for me. By using custom JavaScript handlers, I can now control the display of my loading GIF based on specific conditions.