Click here to Skip to main content
15,892,059 members
Home / Discussions / C#
   

C#

 
AnswerRe: Datagrid Cell content to only visible rows Pin
Richard Deeming1-Nov-19 1:33
mveRichard Deeming1-Nov-19 1:33 
GeneralRe: Datagrid Cell content to only visible rows Pin
Member 135108471-Nov-19 18:47
Member 135108471-Nov-19 18:47 
GeneralRe: Datagrid Cell content to only visible rows Pin
Richard Deeming3-Nov-19 22:12
mveRichard Deeming3-Nov-19 22:12 
AnswerRe: Datagrid Cell content to only visible rows Pin
Dave Kreskowiak1-Nov-19 1:50
mveDave Kreskowiak1-Nov-19 1:50 
GeneralRe: Datagrid Cell content to only visible rows Pin
Member 135108471-Nov-19 18:50
Member 135108471-Nov-19 18:50 
GeneralRe: Datagrid Cell content to only visible rows Pin
Member 135108471-Nov-19 23:11
Member 135108471-Nov-19 23:11 
GeneralRe: Datagrid Cell content to only visible rows Pin
Dave Kreskowiak2-Nov-19 3:38
mveDave Kreskowiak2-Nov-19 3:38 
QuestionC# Sql calling function - SELECT from two diffrent Sql folders Pin
Member 1464122431-Oct-19 21:22
Member 1464122431-Oct-19 21:22 
Hey, new to programming so be gentle. I am trying to compare two different SQL lists rows with each other using:

SqlCommand value = new SqlCommand("SELECT FROM INNER JOIN ON)

The problem is the FROM function - it will come from 2 different classes in a different common files (to the one I am writing code) and I am not sure i am calling these 2 (separate classes) from the common repository correctly?!

- The first SQL class is public int number1() with the row name name1.

- The second SQL class is public int number2() with the row name name2.

So the SELECT function will be SqlCommand value = new SqlCommand("FROM number1().name1, number2().name2)

So the FROM will go to the common repository and then search for class 1 get the row name one, and search class 2 (same repository) and search for name2? Obciously there is still SELECT INNER JOIN and ON functions but I just want to ensure that the FROM calling is done correctly thank you!!
AnswerRe: C# Sql calling function - SELECT from two diffrent Sql folders Pin
OriginalGriff31-Oct-19 22:35
mveOriginalGriff31-Oct-19 22:35 
GeneralRe: C# Sql calling function - SELECT from two diffrent Sql folders Pin
Member 1464122431-Oct-19 22:51
Member 1464122431-Oct-19 22:51 
GeneralRe: C# Sql calling function - SELECT from two diffrent Sql folders Pin
OriginalGriff31-Oct-19 23:09
mveOriginalGriff31-Oct-19 23:09 
GeneralRe: C# Sql calling function - SELECT from two diffrent Sql folders Pin
Member 1464122431-Oct-19 23:14
Member 1464122431-Oct-19 23:14 
GeneralRe: C# Sql calling function - SELECT from two diffrent Sql folders Pin
OriginalGriff31-Oct-19 23:26
mveOriginalGriff31-Oct-19 23:26 
GeneralRe: C# Sql calling function - SELECT from two diffrent Sql folders Pin
Member 146412241-Nov-19 0:11
Member 146412241-Nov-19 0:11 
QuestionALPHA CHANNEL Pin
Member 1463438031-Oct-19 2:05
Member 1463438031-Oct-19 2:05 
AnswerRe: ALPHA CHANNEL Pin
Richard MacCutchan31-Oct-19 4:05
mveRichard MacCutchan31-Oct-19 4:05 
QuestionArgument 1: cannot convert from 'object' to 'string' Pin
User 1460643731-Oct-19 0:53
User 1460643731-Oct-19 0:53 
AnswerRe: Argument 1: cannot convert from 'object' to 'string' Pin
OriginalGriff31-Oct-19 1:19
mveOriginalGriff31-Oct-19 1:19 
GeneralRe: Argument 1: cannot convert from 'object' to 'string' Pin
User 1460643731-Oct-19 1:35
User 1460643731-Oct-19 1:35 
GeneralRe: Argument 1: cannot convert from 'object' to 'string' Pin
OriginalGriff31-Oct-19 1:47
mveOriginalGriff31-Oct-19 1:47 
GeneralRe: Argument 1: cannot convert from 'object' to 'string' Pin
User 1460643731-Oct-19 1:59
User 1460643731-Oct-19 1:59 
GeneralRe: Argument 1: cannot convert from 'object' to 'string' Pin
OriginalGriff31-Oct-19 2:20
mveOriginalGriff31-Oct-19 2:20 
AnswerRe: Argument 1: cannot convert from 'object' to 'string' Pin
Richard MacCutchan31-Oct-19 1:37
mveRichard MacCutchan31-Oct-19 1:37 
GeneralRe: Argument 1: cannot convert from 'object' to 'string' Pin
User 1460643731-Oct-19 1:57
User 1460643731-Oct-19 1:57 
GeneralRe: Argument 1: cannot convert from 'object' to 'string' Pin
Dave Kreskowiak31-Oct-19 2:16
mveDave Kreskowiak31-Oct-19 2:16 

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.