Click here to Skip to main content
15,888,341 members
Home / Discussions / C#
   

C#

 
AnswerRe: Transparent Custom Controls Pin
IdUnknown6-Nov-05 3:54
IdUnknown6-Nov-05 3:54 
GeneralRe: Transparent Custom Controls Pin
Johnny Hooyberghs6-Nov-05 4:33
Johnny Hooyberghs6-Nov-05 4:33 
QuestionCustom Controls Pin
XeoN-Kc6-Nov-05 1:53
XeoN-Kc6-Nov-05 1:53 
AnswerRe: Custom Controls Pin
Johnny Hooyberghs6-Nov-05 2:28
Johnny Hooyberghs6-Nov-05 2:28 
AnswerRe: Custom Controls Pin
mav.northwind6-Nov-05 2:31
mav.northwind6-Nov-05 2:31 
Questioncapture and save image Pin
mwallon6-Nov-05 1:12
mwallon6-Nov-05 1:12 
AnswerRe: capture and save image Pin
Heath Stewart6-Nov-05 6:26
protectorHeath Stewart6-Nov-05 6:26 
Questionaccess data in dataset dependent on selected combobox value Pin
CandyMe6-Nov-05 0:14
CandyMe6-Nov-05 0:14 
Question please

I'd like to access data from database using dataset dependent on the
selectedValue in combobox.

My combobox's displays displayMember FieldName,
based on its valueMember fieldId,
i'd like be able to access the FieldAddress
which are all in Fields Table.

thank you!

Blush | :O Sniff | :^) Confused | :confused:

I wanna have something like this, except it doesn't return the whole row but just the Address:

<br />
 // Declare a data row to hold the selected customer's record.<br />
   DataRow drSelectedCustomer;<br />
   drSelectedCustomer = <br />
      dsNorthwind1.Customers.FindByCustomerID(SelectedCustomerID);


thank you again

Gerri
QuestionDatagrid Binding to an Object Pin
wgroves5-Nov-05 20:13
wgroves5-Nov-05 20:13 
AnswerRe: Datagrid Binding to an Object Pin
J4amieC6-Nov-05 0:31
J4amieC6-Nov-05 0:31 
GeneralRe: Datagrid Binding to an Object Pin
wgroves6-Nov-05 10:13
wgroves6-Nov-05 10:13 
AnswerRe: Datagrid Binding to an Object Pin
n10sive10-Nov-05 12:15
n10sive10-Nov-05 12:15 
QuestionZooming in/out of Pictures in a PictureBox Control Pin
E6AD5-Nov-05 19:57
E6AD5-Nov-05 19:57 
AnswerRe: Zooming in/out of Pictures in a PictureBox Control Pin
Jon Rista8-Nov-05 7:21
Jon Rista8-Nov-05 7:21 
QuestionReseting Object Arrays With New Length Pin
budidharma5-Nov-05 17:11
budidharma5-Nov-05 17:11 
AnswerRe: Reseting Object Arrays With New Length Pin
leppie5-Nov-05 18:53
leppie5-Nov-05 18:53 
GeneralRe: Reseting Object Arrays With New Length Pin
budidharma5-Nov-05 19:09
budidharma5-Nov-05 19:09 
AnswerRe: Reseting Object Arrays With New Length Pin
S. Senthil Kumar6-Nov-05 19:57
S. Senthil Kumar6-Nov-05 19:57 
QuestionRe: Reseting Object Arrays With New Length Pin
Jon Rista8-Nov-05 7:19
Jon Rista8-Nov-05 7:19 
Questionget serial number of cd in c# ? Pin
hdv2125-Nov-05 13:53
hdv2125-Nov-05 13:53 
Questioncontext menu on service notifyicon Pin
g00fyman5-Nov-05 13:09
g00fyman5-Nov-05 13:09 
QuestionOverloading Index Operator Pin
budidharma5-Nov-05 12:05
budidharma5-Nov-05 12:05 
AnswerRe: Overloading Index Operator Pin
Heath Stewart5-Nov-05 12:39
protectorHeath Stewart5-Nov-05 12:39 
QuestiondataGrid - change background color of cell on RUN TIME Pin
dataminers5-Nov-05 11:22
dataminers5-Nov-05 11:22 
AnswerRe: dataGrid - change background color of cell on RUN TIME Pin
Heath Stewart5-Nov-05 12:42
protectorHeath Stewart5-Nov-05 12:42 

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.