Le 10/04/2012 19:38, M. Cs. a écrit :
> I have a Gridview gV and the corresponding Data event handler:
>
> Public Sub gv_Data(x As Integer, y As Integer) ' Fills the GridView
> with the query results
> Dim i As Integer
> Dim szine As String
> If ((x Mod 2) = 0) Then
>szine =&E5E5E5&
> Else
>
I have a Gridview gV and the corresponding Data event handler:
Public Sub gv_Data(x As Integer, y As Integer) ' Fills the GridView
with the query results
Dim i As Integer
Dim szine As String
If ((x Mod 2) = 0) Then
szine = &E5E5E5&
Else
szine = &FF&
Endif
Select Case y
Case 0
gV.Data.Tex