I've written a small app and during development has changed it's name a few times. Now I'm finished and have added a setup project using the setup wizard. When I build the setup project I end up with a "setup.ini", "setup.exe" and a "setup NewApplication.msi".
I install it by clicking setup.exe...
Hi,
I've got a datagrid that i want to write to an xml -file (in the code) that will later be opened in excel.
I've created an excel -file that looks like the result I want to get, then saved it as an XML -file (exceloutput.xml) and opened it in notepad to see what it looks like.
I've then...
I'm trying to show four different values, one above the other, in each dataGrid cell.
I've solved this by combining the four values into a single string with \n inbetween the values. Added the values to a table containing stringcolumns and connected the table to the datagrid. The problem is...
I've a windows form with a datagrid (and a few labels). The datagrid is connected to a datatable in code (no relational databases or adapters are used). Anyone know of an easy way to print it? Or maybe someone knows of an article that explaines it? I read another post that one might make a...
I've got a windows form with a datagrid that displays filtered data from a datatable. A week ago I could edit the data directly in the control (then read the rows in the dataview and save it) but now suddenly I can't!
I don't know what I've done that could cause this and I've tried setting the...
How can I get text in a RowHeader (in a DataGrid control)? I've set the ColumnHeaders (for ex. to "model") with:
dataSet.Tables["resultTable"].Columns.Add("model", typeof(System.String));
...but I can't figure out how to do the same with the rows???
I would be most grateful if someone would...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.