I'm currently working on asp pages that has to call a customer details database. The asp pages provide fuctions to delete, update, create and query records. Would it be better to split each fuction onto a different asp page, or is it better to try and compact all the functions into fewer asp scripts? E.g should I have one that displays all customer detials, and one that allows you to change customer details.... should I use querystrings to bond these pages together??<br><br>I don't know how the professionals would go about designing the pages, so I need some advice?<br><br>Thankx