Click here to Skip to main content
15,899,313 members
Home / Discussions / C#
   

C#

 
GeneralRe: Any way to tile an image in gdi? Pin
FocusedWolf8-Apr-05 6:24
FocusedWolf8-Apr-05 6:24 
GeneralRe: Any way to tile an image in gdi? Pin
Christian Graus9-Apr-05 11:14
protectorChristian Graus9-Apr-05 11:14 
QuestionEvent on receiving data? Pin
Snowjim7-Apr-05 12:36
Snowjim7-Apr-05 12:36 
AnswerRe: Event on receiving data? Pin
Snowjim7-Apr-05 13:14
Snowjim7-Apr-05 13:14 
GeneralRe: Event on receiving data? Pin
Snowjim8-Apr-05 0:42
Snowjim8-Apr-05 0:42 
GeneralRe: Event on receiving data? Pin
Sebastian Schneider8-Apr-05 0:59
Sebastian Schneider8-Apr-05 0:59 
GeneralRe: Event on receiving data? Pin
Snowjim14-Apr-05 8:23
Snowjim14-Apr-05 8:23 
QuestionAutofilter in a Dropdown box? Pin
DEWright_CA7-Apr-05 12:16
DEWright_CA7-Apr-05 12:16 
Hey guys, I have 2 drop down box's, both are populated by 2 diff datareaders viewing the same table but using different fields as the datavaluefield. How can I make the selection of one filter the other on changeselectedvalue? I have tried this in a couple different versions, one a JScript tip I got here a couple years back but neither seems to go.

In C# I have

loadStateDetail() - <br />
stquery "Select State, ST_Abbrev, Mer_CD"<br />
ST_Abbrev is DataValue Field<br />
<br />
in loadMerDetail()<br />
currentstate = ivState.Value()<br />
merquery "Select Mer_CD where ST_Abbrev = '" + currentstate + "'"


Any suggestions on how to make my onSelectedValueChanged to make this kick off right?

Thanks!
David @ Premier


You are only as good as your last project.
GeneralInstantiation using Reflection Pin
Alexandre Brisebois7-Apr-05 9:54
Alexandre Brisebois7-Apr-05 9:54 
GeneralFunction Help! Pin
DEWright_CA7-Apr-05 9:50
DEWright_CA7-Apr-05 9:50 
GeneralRe: Function Help! Pin
DavidNohejl7-Apr-05 10:56
DavidNohejl7-Apr-05 10:56 
GeneralRe: Function Help! Pin
DEWright_CA7-Apr-05 11:03
DEWright_CA7-Apr-05 11:03 
GeneralRe: Function Help! Pin
DavidNohejl7-Apr-05 11:22
DavidNohejl7-Apr-05 11:22 
GeneralRe: Function Help! Pin
DEWright_CA7-Apr-05 11:48
DEWright_CA7-Apr-05 11:48 
GeneralEvents from GUI Pin
Member 15698107-Apr-05 9:35
Member 15698107-Apr-05 9:35 
GeneralRe: Events from GUI Pin
DavidNohejl7-Apr-05 11:23
DavidNohejl7-Apr-05 11:23 
GeneralRe: Events from GUI Pin
C_Simpkins7-Apr-05 13:55
C_Simpkins7-Apr-05 13:55 
GeneralRe: Events from GUI Pin
Member 15698108-Apr-05 5:42
Member 15698108-Apr-05 5:42 
GeneralRe: Events from GUI Pin
C_Simpkins8-Apr-05 7:31
C_Simpkins8-Apr-05 7:31 
GeneralGet Programs from systray Pin
Dispulse7-Apr-05 9:17
Dispulse7-Apr-05 9:17 
GeneralRe: Get Programs from systray Pin
Sebastian Schneider7-Apr-05 20:02
Sebastian Schneider7-Apr-05 20:02 
GeneralRe: Get Programs from systray Pin
Dispulse7-Apr-05 21:53
Dispulse7-Apr-05 21:53 
GeneralC# storing MS word into ms Access as doc. Pin
remenard7-Apr-05 9:15
remenard7-Apr-05 9:15 
QuestionCand find DataReceived on SerialPort class? Pin
Snowjim7-Apr-05 8:28
Snowjim7-Apr-05 8:28 
GeneralEditing/Creating Group Policies in XP through C# Pin
Schleichermann7-Apr-05 7:15
Schleichermann7-Apr-05 7:15 

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.