Tagged Questions
The ajax-extender tag has no wiki summary.
3
votes
3answers
3k views
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. ...
1
vote
1answer
130 views
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?
0
votes
0answers
22 views
Dates on asp.net slider control
I am bringing dates from the database, sometimes 1 dates and sometime more than 1.
I want to show them on asp.net slider control
ex.
10-Aug-2008
...
0
votes
2answers
921 views
How to refresh DataGrid and DropDown on main page after hiding modal popup
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 ...