Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP .Net Web Controls > Update Panel

Reply
Thread Tools

Update Panel

 
 
Ryan Liu
Guest
Posts: n/a
 
      12-09-2008
I have one server button on a UpdatePanel, which is used to update a data
graid in another UpdatePanel.

Both UpdatePanels are conditional, and the bubtton has been set as the
trigger of the second UpdatePanel.

But I still see full page refresh when the button is clicked.

Then I add another update panel on page level, and it is on top of both
update panels.

Again, I still see full page refresh.

Is that the right way supposed to use UpdatePanel ?

Thanks,
Ryan

 
Reply With Quote
 
 
 
 
Nathan Sokalski
Guest
Posts: n/a
 
      12-09-2008
It may help if you post your code, it will help us find and help you fix
your problem.
--
Nathan Sokalski

http://www.nathansokalski.com/

"Ryan Liu" <> wrote in message
news:F0D7A8D4-3CD3-4993-A3F4-...
>I have one server button on a UpdatePanel, which is used to update a data
>graid in another UpdatePanel.
>
> Both UpdatePanels are conditional, and the bubtton has been set as the
> trigger of the second UpdatePanel.
>
> But I still see full page refresh when the button is clicked.
>
> Then I add another update panel on page level, and it is on top of both
> update panels.
>
> Again, I still see full page refresh.
>
> Is that the right way supposed to use UpdatePanel ?
>
> Thanks,
> Ryan



 
Reply With Quote
 
 
 
 
Ryan Liu
Guest
Posts: n/a
 
      12-12-2008
Thanks Natab!

I think I made a mistake, I used <aspostBackTrigger> instead of
<asp:AsyncPostBackTrigger>.

Regards,
Ryan


"Nathan Sokalski" <> wrote in message
news:...
> It may help if you post your code, it will help us find and help you fix
> your problem.
> --
> Nathan Sokalski
>
> http://www.nathansokalski.com/
>
> "Ryan Liu" <> wrote in message
> news:F0D7A8D4-3CD3-4993-A3F4-...
>>I have one server button on a UpdatePanel, which is used to update a data
>>graid in another UpdatePanel.
>>
>> Both UpdatePanels are conditional, and the bubtton has been set as the
>> trigger of the second UpdatePanel.
>>
>> But I still see full page refresh when the button is clicked.
>>
>> Then I add another update panel on page level, and it is on top of both
>> update panels.
>>
>> Again, I still see full page refresh.
>>
>> Is that the right way supposed to use UpdatePanel ?
>>
>> Thanks,
>> Ryan

>
>


 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to really disable Java Update check when there is NO "Update" tab in Control Panel? Sven Fischer Java 0 10-22-2012 07:54 AM
Swing, JTabbedPane/Panel/Panel JC Java 1 08-09-2006 09:44 PM
Delete a panel inside a panel (2) HS1 Java 4 12-08-2004 02:48 AM
Delete a panel inside a panel HS1 Java 3 12-07-2004 10:50 PM
Email From Forms with asp:panel.(s) Only one panel works? Harry ASP .Net 3 11-10-2003 03:13 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57