datagrid background image

  • Thread starter Thread starter Graeme
  • Start date Start date
G

Graeme

Hello

Is it possible to make a backgound image a 'watermark'? Problem I've got is
that I have many records and when user scrolls down (with browser) then
image starts repeating itself. Can't seem to do it in VB.Net ... maybe
Javascript?

Any help much appreciated!
Graeme
 
Graeme,

Adding background-repeat:no-repeat to the stylesheet for the grid should do.

Eliyahu
 
Back
Top