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

C#

 
GeneralRe: Progress Report: File.Copy Pin
Giorgi Dalakishvili7-Mar-08 22:48
mentorGiorgi Dalakishvili7-Mar-08 22:48 
GeneralRe: Progress Report: File.Copy Pin
Abhijit Jana7-Mar-08 23:15
professionalAbhijit Jana7-Mar-08 23:15 
Questionplaying .mp3 files in c# Pin
achari.ravi7-Mar-08 21:30
achari.ravi7-Mar-08 21:30 
GeneralRe: playing .mp3 files in c# Pin
Christian Graus7-Mar-08 21:45
protectorChristian Graus7-Mar-08 21:45 
GeneralRe: playing .mp3 files in c# Pin
Giorgi Dalakishvili7-Mar-08 22:44
mentorGiorgi Dalakishvili7-Mar-08 22:44 
GeneralRe: playing .mp3 files in c# Pin
Sathesh Sakthivel7-Mar-08 23:28
Sathesh Sakthivel7-Mar-08 23:28 
AnswerRe: playing .mp3 files in c# Pin
achari.ravi9-Mar-08 21:48
achari.ravi9-Mar-08 21:48 
GeneralGet the datarow bount to a datagridview Pin
baranils7-Mar-08 20:24
baranils7-Mar-08 20:24 
Hello


I have a datatable in a dataset used as datasource by a datagridviewrow

dgv.DataSource=ds.Tables[0];

now having a row in the datagridviewrow I need to acceed the related row in the datatable

Of course the ordinal indice can't be used because the dgv can be sorted, rows deleted etc..

For now I didn't find any simple way and I browse all the Table in a loop to get a row based on a Cell value
It seems a little hard

I also try this but it doesn't work ??

DataRow dr = (DataRow)dgv_addr.Rows[n].DataBoundItem;
Generalcompiler Pin
faradgi7-Mar-08 20:20
faradgi7-Mar-08 20:20 
GeneralRe: compiler Pin
Christian Graus7-Mar-08 21:46
protectorChristian Graus7-Mar-08 21:46 
GeneralRe: compiler Pin
Abhijit Jana7-Mar-08 21:59
professionalAbhijit Jana7-Mar-08 21:59 
GeneralValidation Problem Pin
Mogaambo7-Mar-08 20:17
Mogaambo7-Mar-08 20:17 
GeneralRe: Validation Problem Pin
Chetan Patel7-Mar-08 21:11
Chetan Patel7-Mar-08 21:11 
GeneralRe: Validation Problem Pin
Abhijit Jana7-Mar-08 22:03
professionalAbhijit Jana7-Mar-08 22:03 
GeneralEncrypting strings so that Reflector can't get to them Pin
Domenic Denicola7-Mar-08 19:12
Domenic Denicola7-Mar-08 19:12 
GeneralRe: Encrypting strings so that Reflector can't get to them Pin
Christian Graus7-Mar-08 21:47
protectorChristian Graus7-Mar-08 21:47 
GeneralRe: Encrypting strings so that Reflector can't get to them Pin
Mark Churchill9-Mar-08 1:44
Mark Churchill9-Mar-08 1:44 
GeneralRe: Encrypting strings so that Reflector can't get to them Pin
Domenic Denicola9-Mar-08 1:50
Domenic Denicola9-Mar-08 1:50 
GeneralCopy paste Pin
D i x y7-Mar-08 18:08
D i x y7-Mar-08 18:08 
GeneralRe: Copy paste Pin
Christian Graus7-Mar-08 21:48
protectorChristian Graus7-Mar-08 21:48 
GeneralThe Immediate Window Pin
Jammer7-Mar-08 12:42
Jammer7-Mar-08 12:42 
GeneralRe: The Immediate Window Pin
Anthony Mushrow7-Mar-08 13:01
professionalAnthony Mushrow7-Mar-08 13:01 
GeneralRe: The Immediate Window Pin
Jammer7-Mar-08 13:15
Jammer7-Mar-08 13:15 
GeneralRe: The Immediate Window Pin
J$7-Mar-08 13:49
J$7-Mar-08 13:49 
GeneralRe: The Immediate Window Pin
Jammer7-Mar-08 13:54
Jammer7-Mar-08 13:54 

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.