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

C#

 
QuestionHow to delete row from DataGridview Pin
A.Asif25-Nov-07 15:38
A.Asif25-Nov-07 15:38 
AnswerRe: How to delete row from DataGridview Pin
Pankaj - Joshi25-Nov-07 19:16
Pankaj - Joshi25-Nov-07 19:16 
AnswerRe: How to delete row from DataGridview Pin
Xmen Real 25-Nov-07 21:37
professional Xmen Real 25-Nov-07 21:37 
Questiontouch screen Pin
netJP12L25-Nov-07 15:38
netJP12L25-Nov-07 15:38 
AnswerRe: touch screen Pin
Christian Graus25-Nov-07 15:39
protectorChristian Graus25-Nov-07 15:39 
Questionconcatenating strings into one datagrid cell Pin
falles0125-Nov-07 13:21
falles0125-Nov-07 13:21 
AnswerRe: concatenating strings into one datagrid cell Pin
Christian Graus25-Nov-07 13:45
protectorChristian Graus25-Nov-07 13:45 
GeneralRe: concatenating strings into one datagrid cell Pin
falles0125-Nov-07 14:07
falles0125-Nov-07 14:07 
Thanks but apparently I can't for some reason.
I think I need a for each statement. It is just I don't know exactly what to put in there. I have

foreach (DataSet1.EmpSkillsRow empskillsRow in empskillsDT.Rows)
{
}

Apparently then I have to create an empty string and then another text string and then for each loop fill the particular cell. Basically every time a TechnicalSkillID belongs to the same EmployeeID, then display in the TechnicalSkills column in one cell. No one seems to know how this is done in C#. We all know what to do but not how exactly. Do you know?

thanks kindly really.
GeneralRe: concatenating strings into one datagrid cell Pin
Christian Graus25-Nov-07 14:20
protectorChristian Graus25-Nov-07 14:20 
GeneralRe: concatenating strings into one datagrid cell Pin
falles0125-Nov-07 14:28
falles0125-Nov-07 14:28 
GeneralRe: concatenating strings into one datagrid cell Pin
falles0125-Nov-07 14:35
falles0125-Nov-07 14:35 
GeneralRe: concatenating strings into one datagrid cell Pin
Christian Graus25-Nov-07 15:40
protectorChristian Graus25-Nov-07 15:40 
GeneralRe: concatenating strings into one datagrid cell Pin
falles0127-Nov-07 12:20
falles0127-Nov-07 12:20 
QuestionwebBrowser and comboBox question Pin
C# Beginner Nick25-Nov-07 12:13
C# Beginner Nick25-Nov-07 12:13 
AnswerRe: webBrowser and comboBox question Pin
Not Active25-Nov-07 12:28
mentorNot Active25-Nov-07 12:28 
GeneralRe: webBrowser and comboBox question Pin
C# Beginner Nick25-Nov-07 12:38
C# Beginner Nick25-Nov-07 12:38 
GeneralRe: webBrowser and comboBox question Pin
Not Active25-Nov-07 12:45
mentorNot Active25-Nov-07 12:45 
QuestionIcon/Cursor Article... Pin
max2929725-Nov-07 11:52
max2929725-Nov-07 11:52 
AnswerRe: Icon/Cursor Article... Pin
Anthony Mushrow25-Nov-07 13:55
professionalAnthony Mushrow25-Nov-07 13:55 
QuestionRetrieving an image/bitmap from a URL Pin
Subterranean25-Nov-07 11:45
Subterranean25-Nov-07 11:45 
AnswerRe: Retrieving an image/bitmap from a URL Pin
Not Active25-Nov-07 12:23
mentorNot Active25-Nov-07 12:23 
QuestionStrings Pin
max2929725-Nov-07 11:40
max2929725-Nov-07 11:40 
AnswerRe: Strings Pin
Paul Conrad25-Nov-07 11:53
professionalPaul Conrad25-Nov-07 11:53 
AnswerRe: Strings Pin
Not Active25-Nov-07 12:12
mentorNot Active25-Nov-07 12:12 
AnswerRe: Strings Pin
Guffa25-Nov-07 13:02
Guffa25-Nov-07 13:02 

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.