I have a very unusual problem with a GridView I have. At the moment there are a total of 4 rows, each with a LinkButton that fires event in the RowCommand method for that GridView. For 3 out of the 4 it works perfect, but with the 1 all it does is refresh the page – I’ve set a breakpoint right at the top of the RowCommand event, which breaks for every other row except that 1. I understand that without my code (I can’t access it right this minute), you guys can’t really help much but I just want to know if anyone else has experienced this?
Share
No idea why, but a ModalPopupExtender seemed to cause this.