Tech
Forums
Jobs
Books
Events
Videos
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Contribute
An Article
A Blog
A Video
An Ebook
An Interview Question
Register
Login
2
Answers
gridview
ranjan sahoo
11y
804
1
Reply
Hi,
I have one problem when I am trying to compare two string value in grid view. it will show error:operator > cant beapplied to operands of type string and string
string x = e.Row.Cells[7].Text.Trim();
string y = e.Row.Cells[8].Text.Trim();
if (x > y)
{
}
else
{
}
how to compare it ?. plz give me answer
Post
Reset
Cancel
Answers (
2
)
Next Recommended Forum
Implement a stack class that meets the following functional
gridview