How do you make Images work as controls or load images into controls in ASP.NET?

CoolTech

Platinum Member
Jul 10, 2000
2,345
3
0
How do you make Images work as controls or load images into controls in ASP.NET?

I have some images that I have, they look a lot better than the standard set of tools that asp.net gives you to use, there would be say, an "Add to cart" image, that I would want to invoke sessions or cookies. How would i go about doing this or is this even possible?
 

Brassman

Golden Member
Nov 6, 2000
1,984
0
0
hey, not sure if this is what you want... but maybe you should try an ImageButton. I used an ImageButton inside of a datagrid when I wanted to select, update, edit, cancel, etc... so, maybe that will do what you want?