Click here to Skip to main content
15,908,674 members
Home / Discussions / C#
   

C#

 
QuestionIndexOutOfRangeException with SgmlReader Pin
Liunardu27-Nov-05 8:18
Liunardu27-Nov-05 8:18 
Questioneh, 1 last mouse question... Pin
Sam 200627-Nov-05 8:12
Sam 200627-Nov-05 8:12 
AnswerRe: eh, 1 last mouse question... Pin
Curtis Schlak.27-Nov-05 8:43
Curtis Schlak.27-Nov-05 8:43 
GeneralRe: eh, 1 last mouse question... Pin
Sam 200627-Nov-05 12:40
Sam 200627-Nov-05 12:40 
GeneralRe: eh, 1 last mouse question... Pin
Curtis Schlak.27-Nov-05 13:58
Curtis Schlak.27-Nov-05 13:58 
Questionfrom DataSet to GridView Pin
tray_gator27-Nov-05 4:53
tray_gator27-Nov-05 4:53 
AnswerRe: from DataSet to GridView Pin
Curtis Schlak.27-Nov-05 5:07
Curtis Schlak.27-Nov-05 5:07 
GeneralRe: from DataSet to GridView Pin
tray_gator27-Nov-05 6:10
tray_gator27-Nov-05 6:10 
thank you. It helped.
But I still have one little problem. How to make the first column with checkboxes?
I've tried first to make gridView with three columns. and the first was checkboxes. But when I make:
DataSet myDataSet = new DataSet();<br />
myDataSet.Tables.Add();<br />
myDataSet.Tables[ 0 ].Columns.Add();<br />
myDataSet.Tables[ 0 ].Columns.Add();<br />
myDataSet.Tables[ 0 ].Columns.Add();<br />
myDataSet.Tables[ 0 ].Rows.Add( new object[] { true,"aaa", "bbb" } );<br />
myDataSet.Tables[ 0 ].Rows.Add( new object[] { true, "aaa", "Bbb" } );<br />
dataGrid.DataSource = myDataSet.Tables[ 0 ];

Thats adds 3 more columns to my gridView.

-- modified at 12:10 Sunday 27th November, 2005
And i want to make in gridView 3 columns total. And first checkboxes.
GeneralRe: from DataSet to GridView Pin
Curtis Schlak.27-Nov-05 7:38
Curtis Schlak.27-Nov-05 7:38 
GeneralRe: from DataSet to GridView Pin
tray_gator27-Nov-05 9:12
tray_gator27-Nov-05 9:12 
GeneralRe: from DataSet to GridView Pin
Curtis Schlak.27-Nov-05 9:23
Curtis Schlak.27-Nov-05 9:23 
Questionanother mouse question (events) Pin
Sam 200627-Nov-05 2:44
Sam 200627-Nov-05 2:44 
AnswerRe: another mouse question (events) Pin
Stanciu Vlad27-Nov-05 5:34
Stanciu Vlad27-Nov-05 5:34 
AnswerRe: another mouse question (events) Pin
Curtis Schlak.27-Nov-05 6:04
Curtis Schlak.27-Nov-05 6:04 
GeneralRe: another mouse question (events) Pin
Sam 200627-Nov-05 7:42
Sam 200627-Nov-05 7:42 
GeneralRe: another mouse question (events) Pin
Curtis Schlak.27-Nov-05 8:01
Curtis Schlak.27-Nov-05 8:01 
AnswerRe: another mouse question (events) Pin
User 665827-Nov-05 6:08
User 665827-Nov-05 6:08 
Questionretrieving from array list. Pin
sadek_a_27-Nov-05 1:08
sadek_a_27-Nov-05 1:08 
AnswerRe: retrieving from array list. Pin
Curtis Schlak.27-Nov-05 2:45
Curtis Schlak.27-Nov-05 2:45 
GeneralRe: retrieving from array list. Pin
sadek_a_27-Nov-05 3:19
sadek_a_27-Nov-05 3:19 
GeneralRe: retrieving from array list. Pin
Curtis Schlak.27-Nov-05 4:59
Curtis Schlak.27-Nov-05 4:59 
Questionchanging dataGrid data source by comboBox selection Pin
orlya26-Nov-05 23:14
orlya26-Nov-05 23:14 
AnswerRe: changing dataGrid data source by comboBox selection Pin
Stanciu Vlad27-Nov-05 5:27
Stanciu Vlad27-Nov-05 5:27 
GeneralRe: changing dataGrid data source by comboBox selection Pin
orlya28-Nov-05 6:33
orlya28-Nov-05 6:33 
GeneralRe: changing dataGrid data source by comboBox selection Pin
Stanciu Vlad28-Nov-05 9:06
Stanciu Vlad28-Nov-05 9:06 

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.