AJAX page extenders: modulPopup, NumericUpDownExtender -> issue

  • Thread starter Thread starter Fabio Mastria
  • Start date Start date
F

Fabio Mastria

Hi

please help me...

in a page I have a Panel which is displayed in modal using modalPopup
Extender.

In the Panel, I have a textbox normal without extender associated and
another textbox with a NumericUpDownExtender.

Well...
when the modal appears I change the text in both textbox (secondo textbox
using the up and down buttons)

The button OK goes in postback in order to execute its OnClick event on the
server side.

In the event I read both textbox. First (which has no extender) is read
correctly (I read the value written by me in the modal dialog), the second
no! I read the initial value written in the second textbox, not the value
written by me!!

What's the problem?

Thank you all
Fabio
 
How did you solve the problem? I have similar issue where I have a user control inside the ModulPopupExtender. This user control includes a dropdownlist. When I click the 'Save' button, the selectedValue I got in the button_click event is always the first list item which is the default. I tried to capture the selectedValue in Javascript, still got index 0 back.
 
Back
Top