Container.DataItem.Row.GetChildRows Problem
-
Hi, I have the following code in an aspx file that I cannot get to work: . . . . . . The error I receive is: CS0117: 'object' does not contain a definition for 'Row' MsgComments is a relationship between two tables in my dataset that is connected to the repeater control. Not sure what I'm doing wrong, thanks in advance?? JulesH
-
Hi, I have the following code in an aspx file that I cannot get to work: . . . . . . The error I receive is: CS0117: 'object' does not contain a definition for 'Row' MsgComments is a relationship between two tables in my dataset that is connected to the repeater control. Not sure what I'm doing wrong, thanks in advance?? JulesH
hi man 1st u have to give a difinition in the code behind for the row, and then fill it in its place ok, i hope u understand what i mean, c u :-D Metal Man
-
hi man 1st u have to give a difinition in the code behind for the row, and then fill it in its place ok, i hope u understand what i mean, c u :-D Metal Man
-
Hi, I have the following code in an aspx file that I cannot get to work: . . . . . . The error I receive is: CS0117: 'object' does not contain a definition for 'Row' MsgComments is a relationship between two tables in my dataset that is connected to the repeater control. Not sure what I'm doing wrong, thanks in advance?? JulesH
You must cast it first, because it thinks that it's an 'object'. in C# it would be somethig like this: ((System.Data.DataRowView)Container.DataItem).Row.GetChildRow["MsgComments"] good luck:-D il nome mio nessun sapra