Click here to Skip to main content
15,949,686 members
Home / Discussions / C#
   

C#

 
AnswerRe: DataGridView - how to delete Row Pin
Aftab Sindhi25-Nov-07 21:09
Aftab Sindhi25-Nov-07 21:09 
QuestionHelp Needed. DataBinding in Windows Forms Pin
Aftab Sindhi24-Nov-07 20:35
Aftab Sindhi24-Nov-07 20:35 
Questionfilling and retrieving tables Pin
sajid.salim.khan24-Nov-07 20:31
sajid.salim.khan24-Nov-07 20:31 
AnswerRe: filling and retrieving tables Pin
Aftab Sindhi24-Nov-07 20:41
Aftab Sindhi24-Nov-07 20:41 
GeneralRe: filling and retrieving tables Pin
sajid.salim.khan24-Nov-07 20:52
sajid.salim.khan24-Nov-07 20:52 
GeneralRe: filling and retrieving tables Pin
Aftab Sindhi24-Nov-07 21:05
Aftab Sindhi24-Nov-07 21:05 
QuestionUpdate 2 related froms on closing one of them Pin
Shaahinm24-Nov-07 20:08
Shaahinm24-Nov-07 20:08 
AnswerRe: Update 2 related froms on closing one of them Pin
Aftab Sindhi24-Nov-07 20:48
Aftab Sindhi24-Nov-07 20:48 
As per my knowledge, Do this.
Make the data source(Table containing the Cities) of Combobox, publicly accessible by declaring in the mainForm a static propertly which return the data table of cities.
In the dialog box, where you add new record, access the data table of mainForm and add city in it. It'll automatically shown in combo box because its already bound to that table.

Regards

GeneralRe: Update 2 related froms on closing one of them Pin
Shaahinm24-Nov-07 22:57
Shaahinm24-Nov-07 22:57 
QuestionLINQ Pin
CataclysmicQuantum24-Nov-07 19:34
CataclysmicQuantum24-Nov-07 19:34 
AnswerRe: LINQ Pin
Christian Graus24-Nov-07 23:14
protectorChristian Graus24-Nov-07 23:14 
QuestionStored Procedure in a RichTextBox Pin
shehezada24-Nov-07 19:26
shehezada24-Nov-07 19:26 
AnswerRe: Stored Procedure in a RichTextBox Pin
mav.northwind24-Nov-07 20:04
mav.northwind24-Nov-07 20:04 
GeneralRe: Stored Procedure in a RichTextBox Pin
shehezada24-Nov-07 20:51
shehezada24-Nov-07 20:51 
GeneralRe: Stored Procedure in a RichTextBox Pin
mav.northwind25-Nov-07 1:04
mav.northwind25-Nov-07 1:04 
Questioncombo+sql+C# Pin
sajid.salim.khan24-Nov-07 19:21
sajid.salim.khan24-Nov-07 19:21 
AnswerRe: combo+sql+C# Pin
Aftab Sindhi24-Nov-07 20:55
Aftab Sindhi24-Nov-07 20:55 
QuestionC# String Function (IsPrintable/IsUnicode/etc) Pin
Jeffrey Walton24-Nov-07 19:20
Jeffrey Walton24-Nov-07 19:20 
AnswerRe: C# String Function (IsPrintable/IsUnicode/etc) Pin
mav.northwind24-Nov-07 20:10
mav.northwind24-Nov-07 20:10 
Questionprint word file with C#2005 Pin
sara_136324-Nov-07 18:31
sara_136324-Nov-07 18:31 
AnswerRe: print word file with C#2005 Pin
Paul Conrad28-Nov-07 14:39
professionalPaul Conrad28-Nov-07 14:39 
Questionprint word file with C#2005 Pin
sara_136324-Nov-07 18:29
sara_136324-Nov-07 18:29 
AnswerRe: print word file with C#2005 Pin
Jeffrey Walton24-Nov-07 19:22
Jeffrey Walton24-Nov-07 19:22 
QuestionBindingNavigator Problem Pin
Xmen Real 24-Nov-07 18:28
professional Xmen Real 24-Nov-07 18:28 
AnswerRe: BindingNavigator Problem Pin
Paul Conrad25-Nov-07 9:17
professionalPaul Conrad25-Nov-07 9:17 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.