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

RADMenu vanishes if page is postback

1 Answer 102 Views
Menu
This is a migrated thread and some comments may be shown as answers.
Sagar D
Top achievements
Rank 1
Sagar D asked on 31 Oct 2009, 05:59 PM
Hi,

I am using RADMenu in my project. I am using load panel and rad ajax manager. I have placed the full page in the rad ajax load panel. So when user clicks any item on the menu for example Save button then the page shows waiting image and then loads the page. Hence gives user the effect that the page does not refresh. 

I am facing the following issue

The rad menu (strip on top of the page) disappears when the page is postback. I have saved the record to database after clicking save button. The functionality of save works perfect and record is saved to database but after postback radmenu disappears.

Secondly if i use <ajaxsettings> in radajaxmanager and give id of radmenu in <updatecontrols> then at this time menu does not disappear but the page functionality is unseen. For example i am disabling textbox on the page after save then menu does not vanish but textbox does not get disabled. The code does not throw any error.

Moreover i am using master page and ScriptManager also

Can anybody please give me the solution so that the menu does not disappear on postback by using radajaxmanager, ajaxloadpanel?

1 Answer, 1 is accepted

Sort by
0
Schlurk
Top achievements
Rank 2
answered on 06 Nov 2009, 12:12 AM
I think you would have to post your code for your implementation for us to see what is going on. With your TextBox you will have to include that in your Ajax settings or else it won't post back, and therefore not become disabled.

If you set just the RadMenu on a page by itself with the same functionality etc.does it disappear? Are you setting any display or visible properties (or perhaps even CSS) during your postback?
Tags
Menu
Asked by
Sagar D
Top achievements
Rank 1
Answers by
Schlurk
Top achievements
Rank 2
Share this question
or