I have the following ItemTemplate in my GridView:
ItemTemplate
OnClientClick="return myfunction(); function myfunction(){ // you can put youe popup logic here return false; }
Using like this your button never do post back.