Click here to Skip to main content
15,917,588 members
Home / Discussions / C#
   

C#

 
GeneralRe: Help With a Combo Problem Pin
monica2k7-Jun-05 18:10
monica2k7-Jun-05 18:10 
GeneralRe: Help With a Combo Problem Pin
Christian Graus7-Jun-05 18:12
protectorChristian Graus7-Jun-05 18:12 
GeneralRe: Help With a Combo Problem Pin
monica2k7-Jun-05 18:14
monica2k7-Jun-05 18:14 
GeneralRe: Help With a Combo Problem Pin
Christian Graus7-Jun-05 18:18
protectorChristian Graus7-Jun-05 18:18 
GeneralRe: Help With a Combo Problem Pin
monica2k7-Jun-05 18:21
monica2k7-Jun-05 18:21 
GeneralRe: Help With a Combo Problem Pin
Christian Graus7-Jun-05 18:25
protectorChristian Graus7-Jun-05 18:25 
GeneralRe: Help With a Combo Problem Pin
monica2k7-Jun-05 18:30
monica2k7-Jun-05 18:30 
GeneralRe: Help With a Combo Problem Pin
Robert Rohde7-Jun-05 19:34
Robert Rohde7-Jun-05 19:34 
Instead of casting to Int32 you have to first cast to System.Data.DataRowView. If you have this you can use its indexer to access the element you need. After that cast this element to Int32 and you are done.
GeneralRe: Help With a Combo Problem Pin
monica2k7-Jun-05 19:37
monica2k7-Jun-05 19:37 
GeneralRe: Help With a Combo Problem Pin
AfzalHassen7-Jun-05 23:32
AfzalHassen7-Jun-05 23:32 
GeneralRe: Help With a Combo Problem Pin
Robert Rohde8-Jun-05 7:03
Robert Rohde8-Jun-05 7:03 
GeneralRe: Help With a Combo Problem Pin
Christian Graus8-Jun-05 13:30
protectorChristian Graus8-Jun-05 13:30 
GeneralRe: Help With a Combo Problem Pin
monica2k8-Jun-05 13:35
monica2k8-Jun-05 13:35 
GeneralPerformance of Abstract Methods Pin
vylkier7-Jun-05 14:50
vylkier7-Jun-05 14:50 
GeneralRe: Performance of Abstract Methods Pin
S. Senthil Kumar7-Jun-05 21:31
S. Senthil Kumar7-Jun-05 21:31 
GeneralSystem.Uri problem Pin
Jason Manfield7-Jun-05 14:23
Jason Manfield7-Jun-05 14:23 
GeneralRe: System.Uri problem Pin
MoustafaS7-Jun-05 16:19
MoustafaS7-Jun-05 16:19 
GeneralRe: System.Uri problem Pin
MoustafaS7-Jun-05 16:22
MoustafaS7-Jun-05 16:22 
Generalstring replace() problem Pin
sysmatrix7-Jun-05 13:45
sysmatrix7-Jun-05 13:45 
GeneralRe: string replace() problem Pin
Alex Korchemniy7-Jun-05 14:05
Alex Korchemniy7-Jun-05 14:05 
GeneralRe: string replace() problem Pin
Christian Graus7-Jun-05 14:06
protectorChristian Graus7-Jun-05 14:06 
GeneralRe: string replace() problem Pin
MoustafaS7-Jun-05 14:18
MoustafaS7-Jun-05 14:18 
GeneralRe: string replace() problem Pin
S Sansanwal7-Jun-05 16:38
S Sansanwal7-Jun-05 16:38 
GeneralRe: string replace() problem Pin
nemopeti8-Jun-05 5:00
nemopeti8-Jun-05 5:00 
QuestionWebService SoapInclude, custom classes? Pin
methodincharge7-Jun-05 13:28
methodincharge7-Jun-05 13:28 

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.