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
priya mathiyalagan
NA
13
2k
I have a doubt in checkbox field
Jul 13 2011 6:21 AM
I used only one check box, if i marked tat chechbox mean it ll display yes otherwise display no.pls help me....
{
if
(CheckBox1.Checked !=
null)
{
(CheckBox1.Text);
CheckBox1.Text = "yes";
optselect = CheckBox1.Checked.ToString();
optselect = CheckBox1.Text = "yes";
}
else
{
CheckBox1.Text = "no";
}
Reply
Answers (
12
)
Multiple file upload problem
To get client ip address