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
K Atkins
NA
1
0
cannot implicitly convert type 'string' to 'bool'
Jan 11 2010 4:55 PM
I get the error "cannot implicitly convert type 'string' to 'bool'" with the following code. Can someone please tell me what I need to do? I'm new at this! Thanks!
private
bool ValidateStatusCommit
()
{
string
status
=
ddlStatus
.
Text
;
if
(
status
=
"I"
)
return
true;
else
return
false;
}
Reply
Answers (
1
)
difference between framework and arcgitechture
How to implement drag and drop with imagelistbox in c#?