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
roy himanshu
NA
126
0
when i selected an item in combobox then relatd GUID is saved in table?i want code plz
Sep 2 2009 8:44 AM
hi,
Iam working in windows application in C#. i have a problem,i have 2 data table.in that tables autogenerated columns is there. the tables are
1)ITEMMASTER
2)ITEMCATEGORY
GUID,CATEGORYNAME,CATEGORYCODE these are column names in ITEMCATEGORY tables
GUID,ITEMNAME,ITEMCODE,CATEGORYCODE,PRICE these are columns in ITEMMASTER table.
data is saved in ITEMCATEGORY table.no problem.
here i have a problem
in ITEMMASTER form i have
Textbox1=ITEM NAME
Textbox2=Item code
ComboBox=CATEGORYCode // Combobox filled with ITEMCATEGORY table
Textbox3=Price
when iam click ok button,data saved in that table,but in CATEGORYCode column
which item i selected that related GUID is saved in that column.
THIS IS MY PROBLEM PLZ HELP ME ,I WANT C# CODEING
Thanks in advance
himanshu
Reply
Answers (
2
)
How to get data in combobox from database?
popup control extender