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
Fabio Mastria wrote: > Hi > > please help me... Solved...