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
loubna hadbi
NA
1
975
add a new element that depend to selected item of combobox
Apr 13 2015 5:23 PM
i have a issue when i want to add a new row in my table
When i don't fill all of the components, the event didn't work
i think that the issue came from the combobox because when i do the same thing with TextBox it work
table
ab = new
table
();
ab.IDTable = int.Parse(IDtextBox.Text);
tableB
iss = (
tableB
)comboBox1.SelectedItem;
ab.name
= (string)
iss.name
;
domaincontext.table.Add(ab);
Reply
Answers (
0
)
how to deploy visual studio 2008 c#.net project in iis
How can i create custom action to get user input