roh_8_it_3
Registered User.
- Local time
- Today, 12:27
- Joined
- Feb 15, 2005
- Messages
- 79
hi all
i have a continous form which is bind to a datatable.I want to show a particular coloumn with different background cols depending on its values.
On the page load i m doing this like-
If txtprodtype.Value Like "*atm*" Then
txtprodtype.BackColor = 255
End If
but the problem is that it checks this only for the first record.how can i apply this to all of the records??
Thanks
i have a continous form which is bind to a datatable.I want to show a particular coloumn with different background cols depending on its values.
On the page load i m doing this like-
If txtprodtype.Value Like "*atm*" Then
txtprodtype.BackColor = 255
End If
but the problem is that it checks this only for the first record.how can i apply this to all of the records??
Thanks