Click here to Skip to main content
15,881,139 members
Home / Discussions / C#
   

C#

 
GeneralRe: Checking a registry key exists Pin
Martin3108810-Jun-09 5:35
Martin3108810-Jun-09 5:35 
GeneralRe: Checking a registry key exists Pin
Henry Minute10-Jun-09 6:16
Henry Minute10-Jun-09 6:16 
GeneralRe: Checking a registry key exists Pin
Martin3108810-Jun-09 6:28
Martin3108810-Jun-09 6:28 
GeneralRe: Checking a registry key exists Pin
Martin3108810-Jun-09 23:57
Martin3108810-Jun-09 23:57 
Questioncheckedlistbox - save checked items for future run Pin
havejeet10-Jun-09 3:50
havejeet10-Jun-09 3:50 
AnswerRe: checkedlistbox - save checked items for future run Pin
Manas Bhardwaj10-Jun-09 3:51
professionalManas Bhardwaj10-Jun-09 3:51 
AnswerRe: checkedlistbox - save checked items for future run Pin
Rajesh R Subramanian10-Jun-09 4:01
professionalRajesh R Subramanian10-Jun-09 4:01 
Questiontaking null instead of value Pin
KIDYA10-Jun-09 3:01
KIDYA10-Jun-09 3:01 
Hello Experts!!

I am using following code inwhich instead of current value it takes null.I am using it at cell leave event of datagrid.

<pre>int ind = dataGridView1.CurrentRow.Index;
if (call == 1 ||call==2)
{
arr[x++] = (string)dataGridView1.Rows[ind].Cells[1].Value; //Error here
call++;
}
AnswerRe: taking null instead of value Pin
Tom Deketelaere10-Jun-09 3:05
professionalTom Deketelaere10-Jun-09 3:05 
AnswerRe: taking null instead of value Pin
Colin Angus Mackay10-Jun-09 5:04
Colin Angus Mackay10-Jun-09 5:04 
GeneralRe: taking null instead of value Pin
KIDYA11-Jun-09 18:35
KIDYA11-Jun-09 18:35 
QuestionSQL Database is not saved after data inserted!! Pin
Zohair8310-Jun-09 2:25
Zohair8310-Jun-09 2:25 
AnswerRe: SQL Database is not saved after data inserted!! Pin
EliottA10-Jun-09 2:57
EliottA10-Jun-09 2:57 
GeneralRe: SQL Database is not saved after data inserted!! Pin
Zohair8310-Jun-09 3:26
Zohair8310-Jun-09 3:26 
AnswerRe: SQL Database is not saved after data inserted!! Pin
DaveyM6910-Jun-09 3:33
professionalDaveyM6910-Jun-09 3:33 
GeneralRe: SQL Database is not saved after data inserted!! Pin
Zohair8310-Jun-09 6:05
Zohair8310-Jun-09 6:05 
GeneralRe: SQL Database is not saved after data inserted!! Pin
DaveyM6910-Jun-09 6:11
professionalDaveyM6910-Jun-09 6:11 
QuestionCom Port [modified] Pin
sahu.shikha10-Jun-09 2:09
sahu.shikha10-Jun-09 2:09 
AnswerRe: Com Port Pin
Manas Bhardwaj10-Jun-09 2:23
professionalManas Bhardwaj10-Jun-09 2:23 
AnswerRe: Com Port Pin
Luc Pattyn10-Jun-09 2:33
sitebuilderLuc Pattyn10-Jun-09 2:33 
Questionproblem with logic Pin
tasumisra10-Jun-09 1:28
tasumisra10-Jun-09 1:28 
AnswerRe: problem with logic Pin
Manas Bhardwaj10-Jun-09 1:43
professionalManas Bhardwaj10-Jun-09 1:43 
GeneralRe: problem with logic Pin
tasumisra10-Jun-09 1:56
tasumisra10-Jun-09 1:56 
GeneralRe: problem with logic Pin
tasumisra10-Jun-09 2:38
tasumisra10-Jun-09 2:38 
AnswerRe: problem with logic Pin
Ennis Ray Lynch, Jr.10-Jun-09 4:15
Ennis Ray Lynch, Jr.10-Jun-09 4:15 

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.