Click here to Skip to main content
15,909,939 members
Home / Discussions / C#
   

C#

 
Generalimagelist Pin
jphuphilly20-Jun-03 12:01
jphuphilly20-Jun-03 12:01 
QuestionCreating .resources files? Pin
monrobot1320-Jun-03 11:57
monrobot1320-Jun-03 11:57 
AnswerRe: Creating .resources files? Pin
James T. Johnson20-Jun-03 13:58
James T. Johnson20-Jun-03 13:58 
GeneralRe: Creating .resources files? Pin
monrobot1320-Jun-03 18:01
monrobot1320-Jun-03 18:01 
GeneralRe: Creating .resources files? Pin
James T. Johnson20-Jun-03 18:22
James T. Johnson20-Jun-03 18:22 
GeneralRe: Creating .resources files? Pin
monrobot1321-Jun-03 7:02
monrobot1321-Jun-03 7:02 
GeneralRe: Creating .resources files? Pin
monrobot133-Jul-03 11:12
monrobot133-Jul-03 11:12 
GeneralDataGrid CheckBox Pin
vladmihai20-Jun-03 10:56
vladmihai20-Jun-03 10:56 
Hello guys,

I have a DataGrid bound to an MS Access View.
On the Grid I have a "DataGridTextBoxColumn", coresponding to a boolean in the DataBase.

A dataAdapter is connected to the DataBase, and populates the typed DataSet responsible for the DataGrid.

The only field that can be editted is the one containing the ChackBox. The Update method of the Adapter is supposed to set to the selected records' boolean Field the value "True" depending whether the checkbox is checked or not. (Also another field will be modified... not relevant)

The ugly part is that I can not verify wether the state of the checkbox, and update only those "checked". It happens that I check, and than uncheck a CheckBox, and the DataGrid considders that row as being editted, and takes it also into considerations when updating the DataSet...

Can U teell mee how to create a SQL Update Command Text which will take into consideration only the checked rows ?

Thanks in advance.

I can post the whole application if you are interested in some triks I found during this month about Grids.
GeneralRe: DataGrid CheckBox Pin
vladmihai20-Jun-03 10:59
vladmihai20-Jun-03 10:59 
GeneralRe: DataGrid CheckBox Pin
Dimitris Iliopoulos20-Jun-03 11:31
Dimitris Iliopoulos20-Jun-03 11:31 
GeneralRe: DataGrid CheckBox Pin
vladmihai20-Jun-03 11:58
vladmihai20-Jun-03 11:58 
Generalreal problem with scrollbars and user control Pin
Allen Anderson20-Jun-03 10:25
Allen Anderson20-Jun-03 10:25 
GeneralRe: real problem with scrollbars and user control Pin
J. Dunlap20-Jun-03 10:31
J. Dunlap20-Jun-03 10:31 
GeneralRe: real problem with scrollbars and user control Pin
Allen Anderson20-Jun-03 10:34
Allen Anderson20-Jun-03 10:34 
Generaldatagrid Pin
jphuphilly20-Jun-03 10:23
jphuphilly20-Jun-03 10:23 
Generaldatagrid Pin
jphuphilly20-Jun-03 10:23
jphuphilly20-Jun-03 10:23 
GeneralRe: datagrid Pin
Dimitris Iliopoulos20-Jun-03 11:33
Dimitris Iliopoulos20-Jun-03 11:33 
GeneralRe: datagrid Pin
jphuphilly21-Jun-03 7:04
jphuphilly21-Jun-03 7:04 
Generalwindows form Pin
jphuphilly20-Jun-03 10:17
jphuphilly20-Jun-03 10:17 
GeneralRe: windows form Pin
J. Dunlap20-Jun-03 10:20
J. Dunlap20-Jun-03 10:20 
GeneralRe: windows form Pin
jphuphilly20-Jun-03 10:25
jphuphilly20-Jun-03 10:25 
GeneralRe: windows form Pin
J. Dunlap20-Jun-03 10:28
J. Dunlap20-Jun-03 10:28 
GeneralRe: windows form Pin
Dimitris Iliopoulos20-Jun-03 11:37
Dimitris Iliopoulos20-Jun-03 11:37 
GeneralRe: windows form Pin
jphuphilly21-Jun-03 7:08
jphuphilly21-Jun-03 7:08 
GeneralSQL in C# question Pin
puppiesLover20-Jun-03 8:08
puppiesLover20-Jun-03 8:08 

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.