Click here to Skip to main content
15,885,546 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Dear All,

Although i have already asked almost the same questions in past also,But I am still not clear about following thing in AJAX partial postbacks and partial renderings.

I have a few straightforward questions that are still annoying me...

1) I have multiple frames on my page. Can i refresh the page in another frame without flickering?..ex.

Left frame contains a button and right frame contains a Grid in an UpdatePanel.
On Button click(from left frame) ,can i refresh the grid content(DOM Refresh) without doing it in Ajax Response.??????

2) Do the partial rendering and partial updation of page content can be done using AJAX Update Panel but not changing/updating the DOM in ajax response. Is there any other way to update the HTML or DOM elements in code behind as i want to update Grid on run time (without flickering) and that i think is not a good approach to get the whole HTML of Grid in Response.

3) How do GMAIL/Yahoo mail etc. delete the rows at runtime and update the grid(i mean HTML) without postback then???


Please suggest,I am confused. :(


Thanks in advance.. :)
Posted
Updated 12-Feb-13 0:54am
v2

1 solution

Although i have done all this, somewhere using synchronous Ajax calls also..but that is the worst i could do.
 
Share this answer
 

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