Click here to Skip to main content
15,893,814 members
Home / Discussions / C#
   

C#

 
GeneralRe: Debugging into a reference Pin
gordingin10-Feb-04 10:34
gordingin10-Feb-04 10:34 
GeneralRe: Debugging into a reference Pin
Heath Stewart10-Feb-04 11:35
protectorHeath Stewart10-Feb-04 11:35 
GeneralRe: Debugging into a reference Pin
gordingin11-Feb-04 3:57
gordingin11-Feb-04 3:57 
Generalparallel port Pin
Member 87345210-Feb-04 7:51
Member 87345210-Feb-04 7:51 
GeneralRe: parallel port Pin
Marc Clifton10-Feb-04 8:39
mvaMarc Clifton10-Feb-04 8:39 
GeneralRe: parallel port Pin
Marc Clifton10-Feb-04 9:41
mvaMarc Clifton10-Feb-04 9:41 
GeneralBetter yet... Pin
Marc Clifton10-Feb-04 9:42
mvaMarc Clifton10-Feb-04 9:42 
GeneralRe: parallel port Pin
mohdshiraz10-Feb-04 18:27
mohdshiraz10-Feb-04 18:27 
Generalbuild order of projects Pin
godzooky10-Feb-04 7:45
godzooky10-Feb-04 7:45 
GeneralRe: build order of projects Pin
Marc Clifton10-Feb-04 8:41
mvaMarc Clifton10-Feb-04 8:41 
QuestionUpdating a windows datagrid? Pin
Anonymous10-Feb-04 7:27
Anonymous10-Feb-04 7:27 
AnswerRe: Updating a windows datagrid? Pin
Mazdak10-Feb-04 9:37
Mazdak10-Feb-04 9:37 
GeneralRe: Updating a windows datagrid? Pin
MrJJKoolJ10-Feb-04 13:13
MrJJKoolJ10-Feb-04 13:13 
GeneralRe: Updating a windows datagrid? Pin
Mazdak10-Feb-04 20:00
Mazdak10-Feb-04 20:00 
GeneralRe: Updating a windows datagrid? Pin
MrJJKoolJ11-Feb-04 2:53
MrJJKoolJ11-Feb-04 2:53 
GeneralRe: Updating a windows datagrid? Pin
Mazdak11-Feb-04 4:44
Mazdak11-Feb-04 4:44 
GeneralRe: Updating a windows datagrid? Pin
MrJJKoolJ11-Feb-04 5:14
MrJJKoolJ11-Feb-04 5:14 
GeneralRe: Updating a windows datagrid? Pin
Mazdak11-Feb-04 5:23
Mazdak11-Feb-04 5:23 
GeneralRe: Updating a windows datagrid? Pin
MrJJKoolJ11-Feb-04 5:23
MrJJKoolJ11-Feb-04 5:23 
GeneralRe: Updating a windows datagrid? Pin
Mazdak11-Feb-04 5:33
Mazdak11-Feb-04 5:33 
GeneralFind Row in Table and Update DB Pin
MrJJKoolJ10-Feb-04 4:58
MrJJKoolJ10-Feb-04 4:58 
GeneralRe: Find Row in Table and Update DB Pin
Marc Clifton10-Feb-04 8:45
mvaMarc Clifton10-Feb-04 8:45 
GeneralOne more thing... Pin
Marc Clifton10-Feb-04 8:47
mvaMarc Clifton10-Feb-04 8:47 
GeneralRe: Find Row in Table and Update DB[EDITED] Pin
Mazdak10-Feb-04 9:49
Mazdak10-Feb-04 9:49 
GeneralRe: Find Row in Table and Update DB[EDITED] Pin
MrJJKoolJ10-Feb-04 13:04
MrJJKoolJ10-Feb-04 13:04 
Thank you for your response guys.

I am using a dataset and needed to find a particular *one* Row.
And I was looking for the best way to go about it. I create a dataadapter with Typed dataset that brings back multiple recs.
Now with that scenario, I am trying to find a particular row to update in dataset. I do have the row Identified by a key and I don't want to create another dataadapter and dataset to get just the one row. So I need to find out the position of rec in dataset
so that I can update it. Make sense now? I think that Mazy's way sounds good. Use the find method.

Thanks Again,
JJ

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.