pictures in grid
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
hi there , is it possible to use a datagrid to display a picture in datagrid but when u scoll over the image , a box will appear with description of that image ?? are there samples available ...?
You would add a client-side javascript
onmouseover
handler to your <img> tag in the datagrid (maybe this column would need to be a TemplateColumn to support this). Here's one example of this sort of thing: http://www.dyn-web.com/dhtml/tooltips/[^]