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

atlas update panel

1 Answer 110 Views
AJAX and Web 2.0
This is a migrated thread and some comments may be shown as answers.
suresh
Top achievements
Rank 1
suresh asked on 19 Feb 2007, 07:27 AM
hello sir

i use atlas update panel to not postback the form, in this panel i just visible  and unvisible some table on on submit button click event but the atlas panel not work, means when i click the button the table is visible which i want to  be invisible.
what i does?

1 Answer, 1 is accepted

Sort by
0
Johan
Top achievements
Rank 1
answered on 23 Mar 2007, 03:22 PM
Why don't you use rad Ajax and AjaxPanel - this way, you can easily change the visibility of any control - just make sure it is embedded inside ASP:Panel, as described in this online help topic:

http://www.telerik.com/help/aspnet/ajax/ajxMostCommonMistakes.html

Showing/Hiding controls with ajax

The visibility of controls is best controlled during the ajax request if they are placed inside a control on the page that is always visible. Here are the exact steps:

   1. Place the control in an element which is always visible, such as a Panel, an AJAX Panel or a DIV.
   2. Add this visible control to the AJAX pairs where the AJAX initiator control should update the visible control.
   3. Change the Visible property of the control you want to hide/show.
Tags
AJAX and Web 2.0
Asked by
suresh
Top achievements
Rank 1
Answers by
Johan
Top achievements
Rank 1
Share this question
or