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

Ajax Manager not allowing two form items to be displayed inline

1 Answer 23 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Chase Florell
Top achievements
Rank 1
Chase Florell asked on 06 May 2008, 06:18 AM
I am trying to use the rad ajax manager and i can get it to successfully update my form controls, however when I have two form controls side by side and the ajax manager fires, the form controls are displayed on top of one another.

Here is the secenario

I have
[txtboxProvinceState] [ddlProvinceState]

[ddlCountry]

If ddlCountry = "Canada" Then
ddlProvinceState.Visible = True
Else
ddlProvinceState.Visible = False


When this fires, it is displayed on the page like

[txtboxProvinceState]
[ddlProvinceState]


Any Suggestions?

1 Answer, 1 is accepted

Sort by
0
Chase Florell
Top achievements
Rank 1
answered on 06 May 2008, 06:24 AM
Solved

UpdatePanelsRenderMode="Inline"

Tags
Ajax
Asked by
Chase Florell
Top achievements
Rank 1
Answers by
Chase Florell
Top achievements
Rank 1
Share this question
or