Click here to Skip to main content
15,889,281 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Find out the Session in a application Pin
Sathesh Sakthivel10-Oct-07 2:24
Sathesh Sakthivel10-Oct-07 2:24 
GeneralRe: Find out the Session in a application Pin
Sandeep Akhare10-Oct-07 2:40
Sandeep Akhare10-Oct-07 2:40 
Questionhow to get Default Document IIS7? Pin
NanaAM10-Oct-07 1:07
NanaAM10-Oct-07 1:07 
AnswerRe: how to get Default Document IIS7? Pin
Vanamaindia10-Oct-07 2:50
Vanamaindia10-Oct-07 2:50 
GeneralRe: how to get Default Document IIS7? Pin
NanaAM10-Oct-07 3:15
NanaAM10-Oct-07 3:15 
QuestionRetrival of class properties within a class, within a class Pin
But_Im_a_Lady10-Oct-07 0:31
But_Im_a_Lady10-Oct-07 0:31 
AnswerRe: Retrival of class properties within a class, within a class Pin
N a v a n e e t h10-Oct-07 0:39
N a v a n e e t h10-Oct-07 0:39 
GeneralRe: Retrival of class properties within a class, within a class Pin
But_Im_a_Lady10-Oct-07 0:49
But_Im_a_Lady10-Oct-07 0:49 
Yes, for some reason I was try to get down to the 3rd level by only using two for each loops! (Dont ask - a million n 1 things going on here at the mo')

So now I have these loops:-

foreach(Site site in Sites)<br />
{<br />
     //write info here for site<br />
     foreach (ProductGroup productGroup in site.ProductGroups)<br />
            {<br />
                //write info here for product group<br />
                foreach (Product product in productGroup)<br />
                {<br />
                     //write info here for product<br />


Only 1 issue now, when I try & compile I get this error:-

foreach statement cannot operate on variables of type 'KSS.PriceNet.Shared.EntityModel.ProductGroup' because 'KSS.PriceNet.Shared.EntityModel.ProductGroup' does not contain a public definition for 'GetEnumerator'.

I haven't seen this before, any ideas?

Ta

Lady Programmers are a rare breed!

GeneralRe: Retrival of class properties within a class, within a class Pin
N a v a n e e t h10-Oct-07 0:56
N a v a n e e t h10-Oct-07 0:56 
GeneralRe: Retrival of class properties within a class, within a class Pin
But_Im_a_Lady10-Oct-07 0:59
But_Im_a_Lady10-Oct-07 0:59 
AnswerRe: Retrival of class properties within a class, within a class Pin
Paddy Boyd10-Oct-07 0:49
Paddy Boyd10-Oct-07 0:49 
GeneralRe: Retrival of class properties within a class, within a class Pin
But_Im_a_Lady10-Oct-07 0:59
But_Im_a_Lady10-Oct-07 0:59 
QuestionConvert Project Pin
Mogha Ritesh10-Oct-07 0:11
Mogha Ritesh10-Oct-07 0:11 
AnswerRe: Convert Project Pin
Christian Graus10-Oct-07 0:25
protectorChristian Graus10-Oct-07 0:25 
Questionimage beside url Pin
Priya S10-Oct-07 0:05
Priya S10-Oct-07 0:05 
AnswerRe: image beside url Pin
Aavesh Agarwal10-Oct-07 0:07
Aavesh Agarwal10-Oct-07 0:07 
GeneralRe: image beside url Pin
Priya S10-Oct-07 0:17
Priya S10-Oct-07 0:17 
GeneralRe: image beside url Pin
N a v a n e e t h10-Oct-07 0:26
N a v a n e e t h10-Oct-07 0:26 
GeneralRe: image beside url Pin
Priya S10-Oct-07 0:59
Priya S10-Oct-07 0:59 
GeneralRe: image beside url Pin
Aavesh Agarwal10-Oct-07 0:28
Aavesh Agarwal10-Oct-07 0:28 
AnswerRe: image beside url Pin
Tamimi - Code10-Oct-07 0:20
Tamimi - Code10-Oct-07 0:20 
GeneralRe: image beside url Pin
Priya S10-Oct-07 0:27
Priya S10-Oct-07 0:27 
QuestionPaging in GridView Pin
Pankaj Chamria9-Oct-07 23:56
Pankaj Chamria9-Oct-07 23:56 
AnswerRe: Paging in GridView Pin
Aavesh Agarwal10-Oct-07 0:04
Aavesh Agarwal10-Oct-07 0:04 
GeneralRe: Paging in GridView Pin
Pankaj Chamria10-Oct-07 0:17
Pankaj Chamria10-Oct-07 0:17 

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.