Avoid postback on gridview event
Posted
by purushottam
on Stack Overflow
See other posts from Stack Overflow
or by purushottam
Published on 2010-06-09T06:30:59Z
Indexed on
2010/06/09
6:52 UTC
Read the original article
Hit count: 225
ASP.NET
|JavaScript
1
I've got popup (using javascript) working in a kind of gridview. When you click a button on one grid, it displays a popup window containing another grid of information, based on the row clicked in the first grid.
This works well... I've enabled editing in the grid that is popped up. When you click edit though, the popup window disappears. If I click the display button in the first grid though to bring the popup window visible again it displays, and is now in edit mode.
Is there a way to make postbacks in the popup not close the popup?
© Stack Overflow or respective owner