Click here to Skip to main content
16,011,578 members
Home / Discussions / C#
   

C#

 
GeneralC# Discussion Board Pin
Illegal Operation9-May-05 1:24
Illegal Operation9-May-05 1:24 
GeneralRe: C# Discussion Board Pin
MoustafaS9-May-05 4:46
MoustafaS9-May-05 4:46 
QuestionHow do I expose a Windows Service procedures and functions so that i can call remotely?? Pin
AfzalHassen9-May-05 1:24
AfzalHassen9-May-05 1:24 
QuestionHow to Create a C# Application to uninstall Applications Pin
pubududilena9-May-05 0:17
pubududilena9-May-05 0:17 
AnswerRe: How to Create a C# Application to uninstall Applications Pin
Colin Angus Mackay9-May-05 1:33
Colin Angus Mackay9-May-05 1:33 
GeneralRe: How to Create a C# Application to uninstall Applications Pin
pubududilena9-May-05 17:18
pubududilena9-May-05 17:18 
GeneralRe: How to Create a C# Application to uninstall Applications Pin
mav.northwind10-May-05 0:02
mav.northwind10-May-05 0:02 
GeneralBinding Dataset to DataGridView Pin
Mikan238-May-05 22:29
Mikan238-May-05 22:29 
I am attemping to bind the data from an xml file into a datagridview. I have achieved this via the following code:

<br />
quotesDataSet.ReadXml(Properties.Settings.Default.XmlQuoteFile);<br />
<br />
quoteGrid.DataSource = quotesDataSet;<br />
quoteGrid.DataMember = "quote";<br />


This automatically binds the four elements of the quote parent into four rows. However, from that point on, I cannot rename the header rows or control them in any way. I've tried everything from attempting to assign a datagridtablestyle, to simply using quoteGrid.Columns[1].HeaderText = "Text"; Can anyone provide me with a working example of how to achieve this?
GeneralRe: Binding Dataset to DataGridView Pin
rudy.net9-May-05 18:36
rudy.net9-May-05 18:36 
GeneralRe: Binding Dataset to DataGridView Pin
Mikan239-May-05 20:51
Mikan239-May-05 20:51 
GeneralRe: Binding Dataset to DataGridView Pin
rudy.net10-May-05 3:06
rudy.net10-May-05 3:06 
GeneralRe: Binding Dataset to DataGridView Pin
Mikan2310-May-05 7:41
Mikan2310-May-05 7:41 
GeneralDataGrid and Combobox Pin
vuthaianh8-May-05 22:09
vuthaianh8-May-05 22:09 
GeneralRe: DataGrid and Combobox Pin
pubududilena9-May-05 0:18
pubududilena9-May-05 0:18 
QuestionHow can i play midi files Pin
Anthony Mushrow8-May-05 21:22
professionalAnthony Mushrow8-May-05 21:22 
AnswerRe: How can i play midi files Pin
Corinna John9-May-05 1:12
Corinna John9-May-05 1:12 
AnswerRe: How can i play midi files Pin
Polis Pilavas9-May-05 1:49
Polis Pilavas9-May-05 1:49 
GeneralSending Xml file using TcpClient Pin
Yeast278-May-05 21:12
Yeast278-May-05 21:12 
GeneralRe: Sending Xml file using TcpClient Pin
S. Senthil Kumar9-May-05 0:59
S. Senthil Kumar9-May-05 0:59 
GeneralRe: Sending Xml file using TcpClient Pin
Yeast279-May-05 3:00
Yeast279-May-05 3:00 
GeneralRe: Sending Xml file using TcpClient Pin
S. Senthil Kumar9-May-05 4:19
S. Senthil Kumar9-May-05 4:19 
GeneralRe: Sending Xml file using TcpClient Pin
Yeast279-May-05 7:05
Yeast279-May-05 7:05 
GeneralRe: Sending Xml file using TcpClient Pin
Yeast279-May-05 16:39
Yeast279-May-05 16:39 
Questionhow to install stdole.dll except for VS.NET and .NET SDK Pin
yu-yu8-May-05 20:58
yu-yu8-May-05 20:58 
Questionhow to know how many resources in a namespace Pin
singleman8-May-05 20:28
singleman8-May-05 20:28 

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.