Search

You searched for the word(s): userid:81474

Matching Posts

  • Visual Basic 9.0 does not support auto-implemented properties

    I downloaded Visual Studio 2010 Beta 1 and got the error in trying to change my properties from multilinked to one line in one of my VB class libraries. Does anyone know how I might resolve this error. Public Property propertyId As Long Error: "Visual Basic 9.0 does not support auto-implemented properties" Thanks
    Posted to Visual Studio 2010 Beta 1 (Forum) by Ruffone on 10/9/2009
    Filed under: 2010
  • Namespace For pattern supported classes

    What might be a propper name for a namespace of pattern supported classes? Thanks
    Posted to Getting Started (Forum) by Ruffone on 8/6/2009
    Filed under: DAO Pattern, Storefront
  • CompiledQuery.Compile and repository

    I am reading about compile queries (CompiledQuery.Compile) and was wondering if it would add anything to the repository and if it would what might be the best way to implemented it. http://msdn.microsoft.com/en-us/library/bb399335.aspx
    Posted to ASP.NET MVC Storefront Starter Kit (Forum) by Ruffone on 4/2/2009
    Filed under: Compile CompiledQuery MVC storefront
  • Where did the services go

    I have a question. In episode 26 there is the introduction of the ViewModel. Is that in addition to the service classes? If the answer is yes. Where did the services go? What do you know, I had 2 questions.
  • Bind hierarchical object dataList

    I have a businessObject which contains other business object that is bound to a datalist. This is done programmatically. I have gotten it to display the data that I need but I am sure this is not the best way to do it. I know it could be done with an objectDataSource control but it is not my preference. I am thinking that I may not need the dataList if I am doing it like this. It might be more efficient to do it all in my bindData method. Is there a better way to bind my children controls without
    Posted to Data Presentation Controls (Forum) by Ruffone on 11/1/2008
  • Re: MVC Routing

    On first reading your post I missed the webForm part. I hope this makes up for it http://haacked.com/archive/2008/03/11/using-routing-with-webforms.aspx
    Posted to ASP.NET MVC (Forum) by Ruffone on 10/16/2008
  • Re: MVC Routing

    check out this link. it may spark something http://www.asp.net/learn/mvc-videos/video-399.aspx
    Posted to ASP.NET MVC (Forum) by Ruffone on 10/16/2008
  • Re: How can I insert product image

    Forgive my VB, I think you need to do a for each on "product.image" and then do the right left. Incidentally how do you add an image to the nested image object For Each img in product.image dim id = img.Id Next
  • Re: How do I access lazy values.

    I am sorry, I apologize. I just had the wrong version of the code. I was up entirely to late. Once I got some sleep and came back and did a search and came up with this. http://blog.wekeroad.com/blog/lazy-loading-with-the-lazylist/ . Problem solved.
  • How do I access lazy values.

    I have a query that represents an album that I am trying to display but it errors out on the seccond loop with this error "Object reference not set to an instance of an object" Is there something else I need to do other than having the "Let" statement in the query in order to fill the child objects with data. Thanks <% For Each album As AlbumGrid In ViewData.Model%> < label id ="Label1" > <% = album.albumName%> </ label >< br /> <% For
    Posted to ASP.NET MVC Storefront Starter Kit (Forum) by Ruffone on 9/15/2008
    Filed under: MVC Framework
Page 1 of 14 (137 items) 1 2 3 4 5 Next > ... Last »