Click here to Skip to main content
15,898,134 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
Questionassigning datakeyname to dynamic gridview Pin
p.s.sriram7-Dec-08 23:44
p.s.sriram7-Dec-08 23:44 
QuestionNhibernate issue with parent / child relationship Pin
Florian DREVET6-Dec-08 12:21
Florian DREVET6-Dec-08 12:21 
QuestionOdd ClickOnce Issue Pin
mjmim5-Dec-08 15:19
mjmim5-Dec-08 15:19 
AnswerRe: Odd ClickOnce Issue Pin
mjmim7-Dec-08 3:52
mjmim7-Dec-08 3:52 
AnswerRe: Odd ClickOnce Issue Pin
Simon P Stevens7-Dec-08 22:44
Simon P Stevens7-Dec-08 22:44 
GeneralRe: Odd ClickOnce Issue Pin
mjmim7-Dec-08 23:07
mjmim7-Dec-08 23:07 
GeneralRe: Odd ClickOnce Issue Pin
Simon P Stevens7-Dec-08 23:18
Simon P Stevens7-Dec-08 23:18 
QuestionDataViews DataTables and DataGridViews and indexing Pin
Ed Hill _5_5-Dec-08 0:23
Ed Hill _5_5-Dec-08 0:23 
Ok i have a DataTable containing a number of rows. I have two DataViews from this dataTable, one shows all the rows with a few hidden columns including a descriptionField, sorted by a date field. The second shows any rows that have a descriptionFeild that contains data only.
The reason behind this is i'm producing a printable form that shows additional information if there is any on a seperate page to the rest of the data. Is there any easy way that i can get the index from one view to feedback into the dataset so it can be displayed by the second view.

e.g.

data set:
date     code   time   description
21/11/08 DOC    00:12  document detailing house sale
22/11/08 LTO    00:06
22/11/08 LTI    00:06  responce to house sale document recieved

data view 1:
date     code   time
21/11/08 DOC    00:12
22/11/08 LTO    00:06
22/11/08 LTI    00:06

data view 2:
description
document detailing house sale
responce to house sale document recieved


what i need is data view 2 to either have a column with the index from its row in data view 1, or any other way of getting that index.
Hope i have explained this well enough, googling for other people with the same problem showed lots of badly written and confusing examples of the same problem and no useful answers.
AnswerRe: DataViews DataTables and DataGridViews and indexing [modified] Pin
BillyGoatGruff8-Dec-08 5:59
BillyGoatGruff8-Dec-08 5:59 
QuestionMOSS 2007 help required Pin
Saurav Jaiswal4-Dec-08 23:11
Saurav Jaiswal4-Dec-08 23:11 
AnswerRe: MOSS 2007 help required Pin
Saurav Jaiswal9-Dec-08 0:47
Saurav Jaiswal9-Dec-08 0:47 
QuestionConsole Application Help Pin
Dan Suthar4-Dec-08 1:31
professionalDan Suthar4-Dec-08 1:31 
AnswerRe: Console Application Help Pin
Wendelius4-Dec-08 9:46
mentorWendelius4-Dec-08 9:46 
GeneralRe: Console Application Help Pin
Dan Suthar4-Dec-08 20:28
professionalDan Suthar4-Dec-08 20:28 
GeneralRe: Console Application Help Pin
Dave Kreskowiak5-Dec-08 3:28
mveDave Kreskowiak5-Dec-08 3:28 
AnswerRe: Console Application Help Pin
Dan Suthar5-Dec-08 5:53
professionalDan Suthar5-Dec-08 5:53 
GeneralRe: Console Application Help Pin
Wendelius5-Dec-08 7:55
mentorWendelius5-Dec-08 7:55 
QuestionException handling Pin
Umangj3-Dec-08 15:34
Umangj3-Dec-08 15:34 
GeneralRe: Exception handling Pin
Luc Pattyn3-Dec-08 16:08
sitebuilderLuc Pattyn3-Dec-08 16:08 
GeneralRe: Exception handling Pin
Umangj3-Dec-08 17:45
Umangj3-Dec-08 17:45 
QuestionPointers and arrays problem Pin
Boo102-Dec-08 19:28
Boo102-Dec-08 19:28 
AnswerRe: Pointers and arrays problem Pin
Simon P Stevens2-Dec-08 23:00
Simon P Stevens2-Dec-08 23:00 
GeneralRe: Pointers and arrays problem Pin
Paul Conrad3-Dec-08 4:48
professionalPaul Conrad3-Dec-08 4:48 
AnswerRe: Pointers and arrays problem Pin
Paul Conrad3-Dec-08 4:49
professionalPaul Conrad3-Dec-08 4:49 
NewsReceive Windows 7 Beta 1 at a Local MSDN Developer Conference Pin
concordmfg2-Dec-08 12:24
concordmfg2-Dec-08 12:24 

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.