Click here to Skip to main content
15,888,351 members
Home / Discussions / C#
   

C#

 
GeneralRe: DATE HELP Pin
5fingers7-Sep-09 3:41
5fingers7-Sep-09 3:41 
GeneralRe: DATE HELP Pin
Christian Graus7-Sep-09 11:43
protectorChristian Graus7-Sep-09 11:43 
GeneralRe: DATE HELP Pin
Henry Minute7-Sep-09 3:41
Henry Minute7-Sep-09 3:41 
AnswerRe: DATE HELP Pin
Arun Jacob7-Sep-09 2:07
Arun Jacob7-Sep-09 2:07 
AnswerRe: DATE HELP Pin
stancrm7-Sep-09 2:10
stancrm7-Sep-09 2:10 
GeneralRe: DATE HELP Pin
itsravie7-Sep-09 3:47
itsravie7-Sep-09 3:47 
Questionshowing multiple rows in a table after an SQL query Pin
Emmet_Brown7-Sep-09 1:41
Emmet_Brown7-Sep-09 1:41 
AnswerRe: showing multiple rows in a table after an SQL query Pin
SeMartens7-Sep-09 2:02
SeMartens7-Sep-09 2:02 
Hi,

first of all be aware that command.ExecuteScalar() returns the first column from the first row, not multiple rows.

Then as the compiler already says, Rows is a ReadOnly-Property. You could add the rows by using MagazaShowTable.Rows.Add

It's not a bug, it's a feature!

Check out my CodeProject article Permission-by-aspect.

Me in Softwareland.

GeneralRe: showing multiple rows in a table after an SQL query Pin
Emmet_Brown7-Sep-09 2:06
Emmet_Brown7-Sep-09 2:06 
GeneralRe: showing multiple rows in a table after an SQL query Pin
SeMartens7-Sep-09 2:15
SeMartens7-Sep-09 2:15 
GeneralRe: showing multiple rows in a table after an SQL query Pin
Emmet_Brown7-Sep-09 2:39
Emmet_Brown7-Sep-09 2:39 
QuestionPlz help Pin
itsravie7-Sep-09 1:38
itsravie7-Sep-09 1:38 
AnswerRe: Plz help Pin
J4amieC7-Sep-09 1:40
J4amieC7-Sep-09 1:40 
GeneralRe: Plz help Pin
Tom Deketelaere7-Sep-09 2:08
professionalTom Deketelaere7-Sep-09 2:08 
GeneralRe: Plz help Pin
J4amieC7-Sep-09 2:37
J4amieC7-Sep-09 2:37 
AnswerRe: Plz help Pin
stancrm7-Sep-09 1:46
stancrm7-Sep-09 1:46 
GeneralRe: Plz help Pin
itsravie7-Sep-09 1:50
itsravie7-Sep-09 1:50 
GeneralRe: Plz help Pin
Keith Barrow7-Sep-09 2:08
professionalKeith Barrow7-Sep-09 2:08 
AnswerRe: Plz help Pin
SeMartens7-Sep-09 1:46
SeMartens7-Sep-09 1:46 
AnswerRe: Plz help Pin
0x3c07-Sep-09 2:35
0x3c07-Sep-09 2:35 
QuestionEvent or whatever methods suitable for draging down and select all like in a notepad or WORD document Pin
Lyon Sun7-Sep-09 1:34
Lyon Sun7-Sep-09 1:34 
AnswerRe: Event or whatever methods suitable for draging down and select all like in a notepad or WORD document Pin
Henry Minute7-Sep-09 3:47
Henry Minute7-Sep-09 3:47 
GeneralRe: Event or whatever methods suitable for draging down and select all like in a notepad or WORD document Pin
Lyon Sun7-Sep-09 20:13
Lyon Sun7-Sep-09 20:13 
QuestionSave a word file as PDF Pin
Member 46007157-Sep-09 1:20
Member 46007157-Sep-09 1:20 
QuestionCSV file Pin
Abbas_here7-Sep-09 1:15
Abbas_here7-Sep-09 1: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.