ASP.NET ImageButton with no image

blablabla

New Member
I'm Building with ASP.NET a simple HTML based chess game.My board is a table, each square is a table cell.If there is a piece on a square, I put an ImageButton within that cell, with the picture of the piece.The problem is the empty cells. I want them to be clickable (when the user makes a move from A to B, he/she needs to click also on the empty cell B).I couldn't figure out myself how to make an ImageButton with no image.Is it possible? Or should I to put a Button control on the empty cells instead? (which is, in my opinion, ugly, since it's inconsistent).Any other ideas?
 
Back
Top