ajax-extender

AJAX Dropdown extender question

I am using the example on the AJAX website for the dropdown extender. I'm looking to make the target control, the label, have the dropdown image appear always instead of just when I hover over it. Is there any way to do this? ...

ExtenderControlProperty two-way binding?

I am creating a AJAX Extender Control and would like to pass a value back to the server on post-back. Are ExtenderControlProperties two-way? If not, is there any way of making them two way? ...

How to refresh DataGrid and DropDown on main page after hiding modal popup

Hi, I am adding records to a database from a modal popup. After hiding the modal popup, the page has not been refreshed even though I have Rebound the controls. I have reviewed a few postings on the web about this but the solution still evades me. I have attached my code after removing some of the extra detail... It seems I need to ...

How to: Create a asp.net ajax extender which have updatepanel and updateprogress controls in it?

Hi, I want to create a asp.net ajax extender which have updatepanel and updateprogress controls in it so that: I will drop my extender to my form, and updateprogress control will be automatically shown for every update processes. How can I do it? ...