Click here to Skip to main content
15,891,184 members
Home / Discussions / C#
   

C#

 
GeneralRe: Datagridview Error Pin
kruegersck22-Mar-10 4:22
kruegersck22-Mar-10 4:22 
GeneralRe: Datagridview Error Pin
dan!sh 22-Mar-10 4:29
professional dan!sh 22-Mar-10 4:29 
GeneralRe: Datagridview Error Pin
kruegersck22-Mar-10 4:36
kruegersck22-Mar-10 4:36 
GeneralRe: Datagridview Error Pin
dan!sh 22-Mar-10 4:42
professional dan!sh 22-Mar-10 4:42 
Questionhow to clear cookie programitically Pin
hotthoughtguy22-Mar-10 2:08
hotthoughtguy22-Mar-10 2:08 
AnswerRe: how to clear cookie programitically Pin
hotthoughtguy22-Mar-10 2:18
hotthoughtguy22-Mar-10 2:18 
GeneralRe: how to clear cookie programitically Pin
hotthoughtguy22-Mar-10 2:27
hotthoughtguy22-Mar-10 2:27 
QuestionDataGridViewDataErrorContexts problem Pin
eyalle22-Mar-10 1:55
eyalle22-Mar-10 1:55 
Can anybody explain to me how I handle the DataError Event? I have the
following code but the error does not get picked up by any of them. Looking
at e.Context shows " Parsing | Commit | CurrentCellChange ", how do I get
the individual values?

if (e.Context == DataGridViewDataErrorContexts.Commit)
{
MessageBox.Show("Commit error");
}

if (e.Context == DataGridViewDataErrorContexts.CurrentCellChange)
{
MessageBox.Show("Cell change");
}

if (e.Context == DataGridViewDataErrorContexts.Parsing)
{
MessageBox.Show("parsing error");
}

if (e.Context == DataGridViewDataErrorContexts.LeaveControl)
{
MessageBox.Show("leave control error");
}
AnswerRe: DataGridViewDataErrorContexts problem Pin
Luc Pattyn22-Mar-10 2:01
sitebuilderLuc Pattyn22-Mar-10 2:01 
QuestionTransfer Data From Datagrid cell IN form TO Text box IN Other Form Pin
shahramkeyboard22-Mar-10 1:46
shahramkeyboard22-Mar-10 1:46 
AnswerRe: Transfer Data From Datagrid cell IN form TO Text box IN Other Form Pin
Pete O'Hanlon22-Mar-10 2:02
mvePete O'Hanlon22-Mar-10 2:02 
AnswerRe: Transfer Data From Datagrid cell IN form TO Text box IN Other Form Pin
shahramkeyboard22-Mar-10 6:08
shahramkeyboard22-Mar-10 6:08 
QuestionGenerating Rest Ful Web services API Key Pin
kingshez22-Mar-10 1:42
kingshez22-Mar-10 1:42 
AnswerRe: Generating Rest Ful Web services API Key Pin
Eddy Vluggen22-Mar-10 1:48
professionalEddy Vluggen22-Mar-10 1:48 
GeneralRe: Generating Rest Ful Web services API Key Pin
kingshez22-Mar-10 2:03
kingshez22-Mar-10 2:03 
GeneralRe: Generating Rest Ful Web services API Key Pin
Eddy Vluggen22-Mar-10 2:40
professionalEddy Vluggen22-Mar-10 2:40 
Questionbind multiple procedures to one report Pin
Mr.Kode22-Mar-10 1:33
Mr.Kode22-Mar-10 1:33 
AnswerRe: bind multiple procedures to one report Pin
PSK_22-Mar-10 1:41
PSK_22-Mar-10 1:41 
Questionmore cookie Pin
hotthoughtguy22-Mar-10 1:01
hotthoughtguy22-Mar-10 1:01 
AnswerRe: more cookie Pin
PSK_22-Mar-10 1:18
PSK_22-Mar-10 1:18 
GeneralRe: more cookie Pin
hotthoughtguy22-Mar-10 1:27
hotthoughtguy22-Mar-10 1:27 
Questioncookies Pin
hotthoughtguy22-Mar-10 0:29
hotthoughtguy22-Mar-10 0:29 
AnswerRe: cookies Pin
PSK_22-Mar-10 0:32
PSK_22-Mar-10 0:32 
GeneralRe: cookies Pin
hotthoughtguy22-Mar-10 0:46
hotthoughtguy22-Mar-10 0:46 
AnswerRe: cookies Pin
padmanabhan N22-Mar-10 0:40
padmanabhan N22-Mar-10 0:40 

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.