Click here to Skip to main content
15,884,176 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
There are 2 div in my page.
XML
<div> at javascript timer is going in this div<div>

<div>Some other element and a server side button in this div<div>


When user click on this button, post back should occure only for 2nd Div. 1 st div or timer should not refreshed.

(ie. entire page should notpost back ie. Like Ajax update panel.)
But we can't use ajax update panel.

is there any way to achieve this using jquery or javascript.
Posted
Updated 6-May-13 22:47pm
v2
Comments
Shubhashish_Mandal 7-May-13 4:03am    
put the 1st div inside iFrame.
Mohibur Rashid 7-May-13 4:54am    
good way, in form target the iframe, update will took place on the iframe
sri senthil kumar 8-May-13 9:07am    
What Shubhashish_Mandal has suggested is an nice idea try them... There is an alternate option where you can call a server side method in async manner with jquery...

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900