TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Anthony Clarke
NA
127
0
Please Help - Really Easy For You Guys - String incorrect Format
Jun 7 2011 9:46 AM
Hi,
I was wondering whether you could tell me why this code doesnt work or rather how to get it to work
private
{
GridView
string
if
(
Convert
.ToInt32(category) >= 10)
{
e.Appearance.BackColor = Color.SeaShell;
e.Appearance.BackColor2 =
Color
.Red;
category = View.GetRowCellDisplayText(e.RowHandle, View.Columns[
"Creditamount"
]);
View = sender
as
GridView
;
void
gridView1_RowStyle(
object
sender, DevExpress.XtraGrid.Views.Grid.
RowStyleEventArgs
e)
Reply
Answers (
1
)
Exception database
Multiuser application on a local network