Click here to Skip to main content
15,887,027 members
Home / Discussions / C#
   

C#

 
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 
MrJJKoolJ wrote:
Do I use a dataview thats tied to datatable and have it find it that way or is their something else in order to find a particular row?

You could. The point is you need to qualify the row somehow, which is usually done by an ID or by having the user select that row in a list, in which case the row is a simple numeric index.

Without understanding the context of what you are asking, it's hard to be more specific--for example, my question to you is, what information are you looking for in the dataset that makes you *need* to search for a row? With the DataView, you can use the RowFilter to qualify the DataSet, or you could have the query already formed with the appropriate "where" clause, or you could have an "update" SQL statement yourself with the appropriate "where" clause. Different answers for different situations. Big Grin | :-D

Marc

Latest AAL Article
My blog
Join my forum!
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 
General.NET and "industrial espionage" Pin
Palladino10-Feb-04 4:43
Palladino10-Feb-04 4:43 
GeneralRe: .NET and "industrial espionage" Pin
Marc Clifton10-Feb-04 6:33
mvaMarc Clifton10-Feb-04 6:33 
GeneralRe: .NET and "industrial espionage" Pin
Palladino10-Feb-04 8:06
Palladino10-Feb-04 8:06 
GeneralRe: .NET and "industrial espionage" Pin
Marc Clifton10-Feb-04 8:38
mvaMarc Clifton10-Feb-04 8:38 
GeneralRe: .NET and "industrial espionage" Pin
Palladino11-Feb-04 3:51
Palladino11-Feb-04 3:51 
GeneralRe: .NET and "industrial espionage" Pin
Palladino12-Feb-04 5:42
Palladino12-Feb-04 5:42 
GeneralTesting .NET remote connection Pin
naxos10-Feb-04 3:53
naxos10-Feb-04 3:53 
GeneralRe: Testing .NET remote connection Pin
Marc Clifton10-Feb-04 4:10
mvaMarc Clifton10-Feb-04 4:10 
GeneralCannot abort thread Pin
Mertli Ozgur Nevres10-Feb-04 3:38
Mertli Ozgur Nevres10-Feb-04 3:38 
GeneralRe: Cannot abort thread Pin
Marc Clifton10-Feb-04 3:59
mvaMarc Clifton10-Feb-04 3:59 
GeneralRe: Cannot abort thread Pin
Kentamanos10-Feb-04 6:04
Kentamanos10-Feb-04 6:04 
GeneralRe: Cannot abort thread Pin
Marc Clifton10-Feb-04 6:24
mvaMarc Clifton10-Feb-04 6:24 
GeneralRe: Cannot abort thread Pin
David Stone10-Feb-04 9:06
sitebuilderDavid Stone10-Feb-04 9:06 
GeneralRe: Cannot abort thread Pin
Marc Clifton10-Feb-04 9:38
mvaMarc Clifton10-Feb-04 9:38 

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.