I've got 6 different cases that could happen. If I include all 6 cases (150 lines of code each) with a Select Case in ASP will the whole page (900 lines)have to load before the case is performed or will it only execute only the desired case? I'm trying to decide whether to break this out in to 6 separate pages or leave it as one? One is easier but 6 may be faster???