Question : How to set the backcolor of the entire gridview rows quickly +vb.net 2005

Hi,
I set the backcolor of the entire grid  rows to blue.I am looping round the datagridview and use
    '    sender.rows(introwindex).DefaultCellStyle.BackColor = System.Drawing.SystemColors.InactiveCaptionText


Any quicker way?

Cheers

Answer : How to set the backcolor of the entire gridview rows quickly +vb.net 2005

Okay I found what your previous post is refering about its hidden towards the bottom. It's the wrong id so change the last line to this and it should work. See code section
1:
2:
' login button
    ie.Document.getElementById("login").Click
Random Solutions  
 
programming4us programming4us