patrickstrijdonck
Programmer
Hello,
Im creating a simple helpdesk program in Visual C# 2008. im a beginner and i find this a good start to learn the C# Programming, but im a bit stuck now!
ive got 2 tables, tblTickets & tblNotes
these tables are related on field Ticketnumber.
now in Visual C# ive got a form with some fields and a navigator (bindingnavigator) to navigate between all tickets.
now ive added a datagridview which must show all notes related to the ticketnumber which is open in the main form. and when i go to the next form, the datagridview must update to show all notes of that ticketnumber.
so far, ive got the datagridview active, but its showing ALL notes in the whole table.
Can someone help me with this?
Im creating a simple helpdesk program in Visual C# 2008. im a beginner and i find this a good start to learn the C# Programming, but im a bit stuck now!
ive got 2 tables, tblTickets & tblNotes
these tables are related on field Ticketnumber.
now in Visual C# ive got a form with some fields and a navigator (bindingnavigator) to navigate between all tickets.
now ive added a datagridview which must show all notes related to the ticketnumber which is open in the main form. and when i go to the next form, the datagridview must update to show all notes of that ticketnumber.
so far, ive got the datagridview active, but its showing ALL notes in the whole table.
Can someone help me with this?