Click here to Skip to main content
15,898,984 members
Home / Discussions / C#
   

C#

 
AnswerRe: .ini files Pin
-Dy27-Jul-06 2:51
-Dy27-Jul-06 2:51 
QuestionInsert file in DB Pin
mehrdadc4827-Jul-06 0:08
mehrdadc4827-Jul-06 0:08 
AnswerRe: Insert file in DB Pin
User 167325227-Jul-06 15:18
User 167325227-Jul-06 15:18 
QuestionNew vc# project-- Loading the .projdata file failed Pin
gbabu1726-Jul-06 23:52
gbabu1726-Jul-06 23:52 
QuestionFinding Local IP Endpoint Pin
aruna_koride26-Jul-06 23:39
aruna_koride26-Jul-06 23:39 
AnswerRe: Finding Local IP Endpoint Pin
Mike Dimmick27-Jul-06 0:53
Mike Dimmick27-Jul-06 0:53 
QuestionForm on client Pin
hpetriffer26-Jul-06 23:30
hpetriffer26-Jul-06 23:30 
Questionadding a new cell into DataGridView ? help please ... Pin
cmpeng3426-Jul-06 23:22
cmpeng3426-Jul-06 23:22 
hi all,
i have a datagridview with two columns(name and surname).
and i have two string values that hold these datas(name and surname).

how can i add these into my datagridview?

string[] mydata = new string[2];
mydata[0] = "mehmet fatih";
mydata[1] = "akbulut";
System.Windows.Forms.DataGridViewCell mydatacell = new DataGridViewCell(mydata);
dataGridView6.Rows[i].Cells.Add(mydatacell);

there is something wrong with the bold part Frown | :(
dont know howto fix Frown | :(
thanks in advance,
bye.
AnswerRe: adding a new cell into DataGridView ? help please ... Pin
Mairaaj Khan27-Jul-06 1:06
professionalMairaaj Khan27-Jul-06 1:06 
QuestionDisplaying Images into Crystal reports Pin
bahaa_sa526-Jul-06 23:20
bahaa_sa526-Jul-06 23:20 
QuestionHow to use my C# function in Crystal Report? Pin
bahaa_sa526-Jul-06 23:19
bahaa_sa526-Jul-06 23:19 
AnswerRe: How to use my C# function in Crystal Report? Pin
stancrm27-Jul-06 0:55
stancrm27-Jul-06 0:55 
QuestionDrawing Pixels in Asp.Net And C# Pin
anand80vns26-Jul-06 23:08
anand80vns26-Jul-06 23:08 
Questionstore datagrid data in a database Pin
00thilani26-Jul-06 22:55
00thilani26-Jul-06 22:55 
AnswerRe: store datagrid data in a database Pin
goyal manish26-Jul-06 23:28
goyal manish26-Jul-06 23:28 
Questionhow to delete the text file contents using C# Pin
minchoo26-Jul-06 22:45
minchoo26-Jul-06 22:45 
AnswerRe: how to delete the text file contents using C# Pin
Ed.Poore26-Jul-06 23:52
Ed.Poore26-Jul-06 23:52 
Questioncompiling projects which refer dlls! Pin
samtam26-Jul-06 22:21
samtam26-Jul-06 22:21 
AnswerRe: compiling projects which refer dlls! Pin
Ed.Poore26-Jul-06 23:54
Ed.Poore26-Jul-06 23:54 
QuestionInstant Messenger Pin
AB777126-Jul-06 22:06
AB777126-Jul-06 22:06 
AnswerRe: Instant Messenger Pin
Divyang Mithaiwala26-Jul-06 22:35
Divyang Mithaiwala26-Jul-06 22:35 
GeneralRe: Instant Messenger Pin
AB777126-Jul-06 22:39
AB777126-Jul-06 22:39 
GeneralRe: Instant Messenger Pin
Divyang Mithaiwala26-Jul-06 22:51
Divyang Mithaiwala26-Jul-06 22:51 
GeneralRe: Instant Messenger Pin
AB777126-Jul-06 22:54
AB777126-Jul-06 22:54 
Questionhow to use project of visual studtio 2005 in 2003 Pin
puneetaggarwal1626-Jul-06 20:47
puneetaggarwal1626-Jul-06 20:47 

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.