Hi,
I'm planning to add UpdatePanel in existing project. I have several grid controls on page. Inside all grid control there are link buttons, and on click event display another grid, etc. Also, I have implemented search,sort and paging functionality on grid controls.
How to add UpadatePanel with minimal change existing code ( whick mode, async post back...)?