Click here to Skip to main content
15,885,782 members
Home / Discussions / C#
   

C#

 
GeneralRe: error importing a dll file Pin
Xmen Real 11-Mar-09 0:15
professional Xmen Real 11-Mar-09 0:15 
GeneralRe: error importing a dll file Pin
Expert Coming11-Mar-09 0:16
Expert Coming11-Mar-09 0:16 
GeneralRe: error importing a dll file Pin
FalkoD11-Mar-09 0:17
FalkoD11-Mar-09 0:17 
QuestionLPR failed on Edited PRN file Pin
balu1234510-Mar-09 23:56
balu1234510-Mar-09 23:56 
AnswerRe: LPR failed on Edited PRN file Pin
Ashfield11-Mar-09 3:09
Ashfield11-Mar-09 3:09 
GeneralRe: LPR failed on Edited PRN file Pin
balu1234511-Mar-09 3:40
balu1234511-Mar-09 3:40 
GeneralRe: LPR failed on Edited PRN file Pin
Ashfield11-Mar-09 9:28
Ashfield11-Mar-09 9:28 
QuestionDataGridView and DataSet Pin
half-life10-Mar-09 23:16
half-life10-Mar-09 23:16 
HI,

i have a strange problem:

i have a datagrid view bound to a table.
when i edit a cell content i press a button to save this changes like this :

TA_Users.Update(dS_StationManager.T_Users);
dS_StationManager.T_Users.AcceptChanges();

THIS WORKS FINE.
now i've decieded to removw the button so that the changes will be saved without the user pressing the button.

i've tryied copying this two code lines

TA_Users.Update(dS_StationManager.T_Users);
dS_StationManager.T_Users.AcceptChanges();

to diff datagridview events like :
1. dgvUsers_Edit_CellValueChanged
2. dgvUsers_Edit_CellEndEdit

but nothing happens, the database does'nt change

Help Req
THANKS Smile | :) Smile | :)

Have Fun
Never forget it

AnswerRe: DataGridView and DataSet Pin
Expert Coming11-Mar-09 0:03
Expert Coming11-Mar-09 0:03 
GeneralRe: DataGridView and DataSet Pin
half-life11-Mar-09 0:17
half-life11-Mar-09 0:17 
AnswerRe: DataGridView and DataSet Pin
Xmen Real 11-Mar-09 0:06
professional Xmen Real 11-Mar-09 0:06 
GeneralRe: DataGridView and DataSet Pin
half-life11-Mar-09 0:16
half-life11-Mar-09 0:16 
GeneralRe: DataGridView and DataSet Pin
Xmen Real 11-Mar-09 0:18
professional Xmen Real 11-Mar-09 0:18 
GeneralRe: DataGridView and DataSet Pin
half-life11-Mar-09 0:21
half-life11-Mar-09 0:21 
GeneralRe: DataGridView and DataSet Pin
Xmen Real 11-Mar-09 3:55
professional Xmen Real 11-Mar-09 3:55 
AnswerRe: DataGridView and DataSet Pin
jaypatel51211-Mar-09 2:25
jaypatel51211-Mar-09 2:25 
GeneralRe: DataGridView and DataSet Pin
half-life11-Mar-09 2:59
half-life11-Mar-09 2:59 
QuestionProblems with Webcam Capture Pin
maerki9010-Mar-09 23:07
maerki9010-Mar-09 23:07 
AnswerRe: Problems with Webcam Capture Pin
Mustafa Ismail Mustafa11-Mar-09 0:09
Mustafa Ismail Mustafa11-Mar-09 0:09 
GeneralRe: Problems with Webcam Capture Pin
maerki9011-Mar-09 0:43
maerki9011-Mar-09 0:43 
QuestionHow to check/control the url which WebBrowser's will navigate it (WebBrowse in Windows App.) Pin
Member 465172910-Mar-09 22:58
Member 465172910-Mar-09 22:58 
AnswerRe: How to check/control the url which WebBrowser's will navigate it (WebBrowse in Windows App.) Pin
Expert Coming11-Mar-09 0:01
Expert Coming11-Mar-09 0:01 
QuestionGetting image compression/codec information? Pin
Matjaz-xyz10-Mar-09 22:19
Matjaz-xyz10-Mar-09 22:19 
QuestionBypass the Open/Save dialogue box generated by webBrowswer.Navigate Pin
Goobashi10-Mar-09 22:02
Goobashi10-Mar-09 22:02 
AnswerRe: Bypass the Open/Save dialogue box generated by webBrowswer.Navigate Pin
Simon P Stevens10-Mar-09 23:04
Simon P Stevens10-Mar-09 23:04 

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.