Click here to Skip to main content
15,921,028 members
Home / Discussions / C#
   

C#

 
GeneralRe: Regex pattern Pin
blackjack215020-Mar-07 23:16
blackjack215020-Mar-07 23:16 
GeneralRe: Regex pattern Pin
Laxman Auti20-Mar-07 23:24
Laxman Auti20-Mar-07 23:24 
Questionabout enumarations Pin
upadesh20-Mar-07 1:15
upadesh20-Mar-07 1:15 
AnswerRe: about enumarations Pin
CPallini20-Mar-07 1:43
mveCPallini20-Mar-07 1:43 
AnswerRe: about enumarations Pin
Colin Angus Mackay20-Mar-07 2:00
Colin Angus Mackay20-Mar-07 2:00 
AnswerRe: about enumarations Pin
joon vh.20-Mar-07 2:20
joon vh.20-Mar-07 2:20 
QuestionDataView Column Order Pin
Pualee20-Mar-07 1:11
Pualee20-Mar-07 1:11 
AnswerRe: DataView Column Order Pin
joon vh.20-Mar-07 2:22
joon vh.20-Mar-07 2:22 
You can change column order by setting the DisplayIndex property.
Take in mind that no 2 columns can have the same index.
If the data is not very likely to change, you could manually add the columns in the datagridview via the IDE, and turn off autogeneratecolumns.





Visual Studio can't evaluate this, can you?
public object moo<br />
        {<br />
__get { return moo; }<br />
__set { moo = value; }<br />
}

GeneralRe: DataView Column Order Pin
Pualee20-Mar-07 2:27
Pualee20-Mar-07 2:27 
GeneralRe: DataView Column Order Pin
Pualee20-Mar-07 2:43
Pualee20-Mar-07 2:43 
GeneralRe: DataView Column Order Pin
joon vh.20-Mar-07 2:57
joon vh.20-Mar-07 2:57 
Questionbinding individual columns of a datgrid to a dataset/datatable Pin
Keshav V. Kamat19-Mar-07 23:34
Keshav V. Kamat19-Mar-07 23:34 
AnswerRe: binding individual columns of a datgrid to a dataset/datatable Pin
joon vh.19-Mar-07 23:52
joon vh.19-Mar-07 23:52 
GeneralRe: binding individual columns of a datgrid to a dataset/datatable Pin
Keshav V. Kamat19-Mar-07 23:59
Keshav V. Kamat19-Mar-07 23:59 
GeneralRe: binding individual columns of a datgrid to a dataset/datatable Pin
joon vh.20-Mar-07 0:08
joon vh.20-Mar-07 0:08 
GeneralRe: binding individual columns of a datgrid to a dataset/datatable Pin
Keshav V. Kamat20-Mar-07 0:44
Keshav V. Kamat20-Mar-07 0:44 
GeneralRe: binding individual columns of a datgrid to a dataset/datatable Pin
Pualee20-Mar-07 1:14
Pualee20-Mar-07 1:14 
GeneralRe: binding individual columns of a datgrid to a dataset/datatable Pin
joon vh.20-Mar-07 1:59
joon vh.20-Mar-07 1:59 
Questionproblems with memory. Pin
Duong Tien Nam19-Mar-07 23:25
Duong Tien Nam19-Mar-07 23:25 
AnswerRe: problems with memory. Pin
Pualee20-Mar-07 1:22
Pualee20-Mar-07 1:22 
GeneralRe: problems with memory. Pin
J4amieC20-Mar-07 2:02
J4amieC20-Mar-07 2:02 
GeneralRe: problems with memory. Pin
Pualee20-Mar-07 2:23
Pualee20-Mar-07 2:23 
GeneralRe: problems with memory. Pin
J4amieC20-Mar-07 8:29
J4amieC20-Mar-07 8:29 
GeneralRe: problems with memory. Pin
Luc Pattyn21-Mar-07 15:00
sitebuilderLuc Pattyn21-Mar-07 15:00 
QuestionHow to Drag and Drop items from a ComboBox to a treeview? Pin
Starzfighter19-Mar-07 23:04
Starzfighter19-Mar-07 23:04 

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.