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
aylin_sk
NA
87
0
combobox(as dropdownlist) and checkbox
Dec 3 2004 10:09 AM
I have a problem writing in combo and checkboxes styles...Please help me..its urgent... private void Button1_Click(object sender, System.EventArgs e) { coreLpms.patients myPatient = new coreLpms.patients(); myPatient.addPatient(textPatientName.Text, textPatientLastName.Text, textPatientTreatStartDate.Text, textPatientBirthdate.Text, textPatientParent.Text, comboPatientSex.Items.Add(textPatientSex.Text), textPatientWeek.Text, checkPatientRecordStatus.Checked, textPatientExplanation.Text, textPatientAdres1.Text, textPatientAdres2.Text, textPatientCounty.Text, textPatientCity.Text, textPatientZipCode.Text, textPatientPhone.Text, comboPatientGroup.Items.Add(textPatientGroup.Text), checkPatientPeriod.Checked, checkPatientPotential.Checked) ; }
Reply
Answers (
0
)
Interfaces... What's the deal?
Process monitoring does not realy work.