Search

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

Matching Posts

  • Building a CMS

    Hello A design question mainly: I'm putting together a simple CMS and wonder, is it better to pull the content from the database on every page request write the cms so that is writes the contents to the file system directly on the page? via xml? Thanks! Paul
    Posted to Getting Started (Forum) by MrPea on 6/16/2008
  • Re: ASP.NET 1/ASP.NET 2 OOP

    Hello I'm 99.9% sure that nothing changed between 1.1 and 2.0 to stop base classes working in the code behind page. http://aspnet.4guysfromrolla.com/articles/041305-1.aspx shows how it's supposed to work, it gives c# and vb code. I use a base class called "ShopPage" in most of the ecommerce sites I build, and that works without having to copy the methods across. be sure to call base.MyFunction() on each function if you've overriden it in the main class (for example, if you've
    Posted to Getting Started (Forum) by MrPea on 4/5/2008
  • Re: ASP.NET 1/ASP.NET 2 OOP

    Sorry, just trying to understand it a bit more, it sounds a bit nuts :o) Were the functions doing absolutely nothing, or were they sort of part calculating whatever it is? Would it be possible to see the code?
    Posted to Getting Started (Forum) by MrPea on 4/4/2008
  • Re: Many to Many relationship in Dataset

    Just thought I'd update this for completness. Now Linq has come out it's really easy to do.
    Posted to Getting Started (Forum) by MrPea on 4/3/2008
  • Re: ASP.NET 1/ASP.NET 2 OOP

    If you don't copy the methods in, what happens on the page. Does it fall over and error out? If it doesn't, what is it doing that it's not supposed to do?
    Posted to Getting Started (Forum) by MrPea on 4/3/2008
  • Re: ASP.NET 1/ASP.NET 2 OOP

    That certainly is very strange. Is it definitely picking up the right PageBase? That may sound like a very strange question, but perhaps there are a couple of classes called PageBase around anywhere? If it's compiling, a function with that name must be being run somewhere...have they been overriden at all?
    Posted to Getting Started (Forum) by MrPea on 4/3/2008
  • Re: ASP.NET 1/ASP.NET 2 OOP

    How are you inheriting the functions into the pages? We're using ASP.NET 2.0 and have sub classes on many of the pages we use to provide common functionality - and that seems to work without problem. Have you got some example code?
    Posted to Getting Started (Forum) by MrPea on 4/3/2008
  • Client reasons for asp.net over php

    One of the clients we work with also works with another agency who concentrate (badly in our opinion) solely on php. I wondered if others are in similar situations and how they "sell" the use of asp.net to someone who knows about php and how the development time on a php project can often be a fair bit shorter and so cheaper to use. What are the 'client' benefits to a site being built in asp.net as opposed to php.
    Posted to Free For All (Forum) by MrPea on 1/7/2008
  • Re: 'Databound' Server Control

    Yeah, I tried all that - but there are properties being set on the server control - which for some reason get set after the OnInit event, so I have to build the controls after the OnInit
    Posted to Web Forms (Forum) by MrPea on 10/3/2007
  • Re: Getting datasource from repeater

    I came to the conclusion this wasn't possible - if anyone else found anything out I'd be interested to hear, but I've given up on it now
    Posted to Getting Started (Forum) by MrPea on 10/3/2007
Page 1 of 13 (123 items) 1 2 3 4 5 Next > ... Last »