This is a migrated thread and some comments may be shown as answers.

AjaxPanel with RadTextBoxes don't update

7 Answers 93 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Jon
Top achievements
Rank 1
Jon asked on 30 Dec 2008, 07:54 PM
Hi..
I have a AjaxPanel with textboxes.
I'm trying to update the values programmatically in code-behind in C#

like this..  BUTTON_CLICK()

 

this.txtNAME.Text = this.txtFIRSTNAME.Text +  "  :" + this.txtLASTNAME    ;

the value of TEXt changes in the DEBUG window but the values does not change on the screen. How do I force the change ?

thanks again!!!

 

7 Answers, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 31 Dec 2008, 05:35 AM
Hi Jon,

Did you place the Button inside the AjaxPanel with the textboxes?
We  need to place all the controls that you want ajaxified into  AJAX Panel inorder to update te values.

Thanks,
Shinu.
0
Jon
Top achievements
Rank 1
answered on 31 Dec 2008, 01:44 PM
The button is OUTSIDE the AjaxPanel.
Actually the code in an RadGrid which is in RadMultiPage...  How can update it.
thanks again
0
Jon
Top achievements
Rank 1
answered on 02 Jan 2009, 10:09 PM
How can a force an update if it's not in the AjaxPanel.. thanks
0
Alaa Majzoub
Top achievements
Rank 2
answered on 17 Feb 2010, 05:40 PM
asking the same last question.

0
Mira
Telerik team
answered on 22 Feb 2010, 10:59 AM
Hello,

Please take a look at this help topic explaining how to achieve interaction between AJAX Panels.

Also, note that the RadAjaxPanel control is designed to update only its content controls so it is always recommended to use RadAjaxManager when an update to external controls is needed.

All the best,
Mira
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0
Alaa Majzoub
Top achievements
Rank 2
answered on 23 Feb 2010, 01:08 PM
is there a RadAjaxManager example that should exactly this case? and only this case?

0
Mira
Telerik team
answered on 25 Feb 2010, 07:34 AM
Hello Alaa,

You can see the available AJAX demos here. You can find even more examples in the Ajax code libraries.

Please let me know whether you find them useful.

Kind regards,
Mira
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
Ajax
Asked by
Jon
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Jon
Top achievements
Rank 1
Alaa Majzoub
Top achievements
Rank 2
Mira
Telerik team
Share this question
or