Click here to Skip to main content
15,895,256 members
Home / Discussions / C#
   

C#

 
QuestionCrystalreport &dataset Pin
md_refay16-Jan-07 22:59
md_refay16-Jan-07 22:59 
AnswerRe: Crystalreport &dataset Pin
Blue_Boy17-Jan-07 0:18
Blue_Boy17-Jan-07 0:18 
AnswerRe: Crystalreport &dataset Pin
Vinay Dornala17-Jan-07 0:29
Vinay Dornala17-Jan-07 0:29 
Questionretrieve text from a currently selected cell of a datagrid Pin
Saira Tanwir16-Jan-07 22:55
Saira Tanwir16-Jan-07 22:55 
AnswerRe: retrieve text from a currently selected cell of a datagrid Pin
Seishin#16-Jan-07 22:59
Seishin#16-Jan-07 22:59 
GeneralRe: retrieve text from a currently selected cell of a datagrid Pin
Saira Tanwir16-Jan-07 23:04
Saira Tanwir16-Jan-07 23:04 
AnswerRe: Remote Computer Pin
JacquesDP17-Jan-07 0:18
JacquesDP17-Jan-07 0:18 
QuestionHow to Get Current Row Value on DataGirdView Pin
dataminers16-Jan-07 22:20
dataminers16-Jan-07 22:20 
Hi,

I write this code in the "CurrentCellChanged" event

private void dataGirdView1_CurrentCellChanged(object sender, EventArgs e)
{
txtName.Text = dataGirdView1[1, dataGirdView1.CurrentRow.Index].Value.ToString();
}


But this exception occur that when DataGirdView fiiling;
System.NullReferenceException: Object reference not set to an instance of an object
AnswerRe: How to Get Current Row Value on DataGirdView Pin
Seishin#16-Jan-07 22:22
Seishin#16-Jan-07 22:22 
GeneralRe: How to Get Current Row Value on DataGirdView Pin
dataminers16-Jan-07 22:38
dataminers16-Jan-07 22:38 
Questionhow to use SendMassege Pin
freespeed16-Jan-07 21:01
freespeed16-Jan-07 21:01 
AnswerRe: how to use SendMassege Pin
Luc Pattyn17-Jan-07 0:43
sitebuilderLuc Pattyn17-Jan-07 0:43 
AnswerRe: how to use SendMassege Pin
Luc Pattyn17-Jan-07 1:21
sitebuilderLuc Pattyn17-Jan-07 1:21 
QuestionVSS Database Create directory. Pin
Elephant12316-Jan-07 20:46
Elephant12316-Jan-07 20:46 
AnswerRe: VSS Database Create directory. Pin
ednrgc17-Jan-07 4:45
ednrgc17-Jan-07 4:45 
QuestionRemoting compatibility question Pin
schaf1316-Jan-07 20:29
schaf1316-Jan-07 20:29 
QuestionAlter color of tabpage Pin
livez16-Jan-07 20:26
livez16-Jan-07 20:26 
AnswerRe: Alter color of tabpage Pin
il_masacratore16-Jan-07 21:33
il_masacratore16-Jan-07 21:33 
AnswerRe: Alter color of tabpage Pin
H. Neville III16-Jan-07 23:16
H. Neville III16-Jan-07 23:16 
AnswerRe: Alter color of tabpage Pin
Vinay Dornala16-Jan-07 23:48
Vinay Dornala16-Jan-07 23:48 
GeneralRe: Alter color of tabpage Pin
livez17-Jan-07 0:48
livez17-Jan-07 0:48 
QuestionEvents Pin
Monin D.16-Jan-07 20:20
Monin D.16-Jan-07 20:20 
AnswerRe: Events Pin
Christian Graus16-Jan-07 20:51
protectorChristian Graus16-Jan-07 20:51 
GeneralRe: Events [modified] Pin
Monin D.16-Jan-07 21:21
Monin D.16-Jan-07 21:21 
AnswerRe: Events Pin
S. Senthil Kumar17-Jan-07 0:35
S. Senthil Kumar17-Jan-07 0:35 

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.