Click here to Skip to main content
15,905,558 members
Home / Discussions / C#
   

C#

 
GeneralRe: Navigation... Pin
lovelylooney14-Jul-05 17:43
lovelylooney14-Jul-05 17:43 
GeneralRe: Navigation... Pin
Christian Graus14-Jul-05 17:55
protectorChristian Graus14-Jul-05 17:55 
GeneralRe: Navigation... Pin
lovelylooney14-Jul-05 18:13
lovelylooney14-Jul-05 18:13 
GeneralRe: Navigation... Pin
oleman10814-Jul-05 18:38
oleman10814-Jul-05 18:38 
GeneralRe: Navigation... Pin
lovelylooney14-Jul-05 20:18
lovelylooney14-Jul-05 20:18 
GeneralRe: Navigation... Pin
oleman10815-Jul-05 0:18
oleman10815-Jul-05 0:18 
GeneralRe: Navigation... Pin
Christian Graus17-Jul-05 12:55
protectorChristian Graus17-Jul-05 12:55 
GeneralRe: Navigation... Pin
lovelylooney23-Jul-05 20:16
lovelylooney23-Jul-05 20:16 
I am not using the datagrid. I wanted to navigate on a form that has text boxes and combo boxes. Now I am doing something like below...

cboShipmentRegion.DataBindings.Clear();
cboShipmentRegion.DataBindings.Add("Text",ds2,"BrowseShip.RGN_RegionCode");

txtBillICA.DataBindings.Clear();
txtBillICA.DataBindings.Add("Text",ds2,"BrowseShip.AST_ICA");

Anyways thanks for all the help. You have helped me more than once Christian.
Also thanks to oleman.

I am sure now, whenever I have some issue, I can count on you.

Thanks a billion
GeneralRe: Navigation... Pin
Christian Graus24-Jul-05 12:57
protectorChristian Graus24-Jul-05 12:57 
GeneralPassing generics to non generic classes Pin
David Wengier14-Jul-05 15:25
David Wengier14-Jul-05 15:25 
GeneralRe: Passing generics to non generic classes Pin
Werdna15-Jul-05 6:55
Werdna15-Jul-05 6:55 
GeneralLoading Sound Help Pin
Member 167611414-Jul-05 13:16
Member 167611414-Jul-05 13:16 
GeneralRe: Loading Sound Help Pin
Christian Graus14-Jul-05 13:37
protectorChristian Graus14-Jul-05 13:37 
GeneralRe: Loading Sound Help Pin
14-Jul-05 15:15
suss14-Jul-05 15:15 
GeneralRe: Loading Sound Help Pin
Christian Graus14-Jul-05 15:19
protectorChristian Graus14-Jul-05 15:19 
GeneralRe: Loading Sound Help Pin
14-Jul-05 15:55
suss14-Jul-05 15:55 
GeneralRe: Loading Sound Help Pin
Christian Graus14-Jul-05 16:04
protectorChristian Graus14-Jul-05 16:04 
Generalauto-resizing componets Pin
Sasuko14-Jul-05 13:09
Sasuko14-Jul-05 13:09 
GeneralRe: auto-resizing componets Pin
Dan Neely15-Jul-05 2:22
Dan Neely15-Jul-05 2:22 
GeneralWindows Forms Pin
quiquex14-Jul-05 11:23
quiquex14-Jul-05 11:23 
GeneralRe: Windows Forms Pin
DavidNohejl14-Jul-05 12:10
DavidNohejl14-Jul-05 12:10 
GeneralRe: Windows Forms Pin
Ming_Lei14-Jul-05 12:24
Ming_Lei14-Jul-05 12:24 
GeneralRe: Windows Forms Pin
quiquex14-Jul-05 13:05
quiquex14-Jul-05 13:05 
GeneralRe: Windows Forms Pin
Joshua Nussbaum14-Jul-05 13:36
Joshua Nussbaum14-Jul-05 13:36 
GeneralRe: Windows Forms Pin
quiquex14-Jul-05 19:04
quiquex14-Jul-05 19:04 

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.