Results 1 to 3 of 3

Thread: [RESOLVED] [2005] Page_Load event

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Sep 2008
    Location
    Jacksonville, Florida
    Posts
    147

    Resolved [RESOLVED] [2005] Page_Load event

    is the Page_Load event run at the server or the client?

    I don't want to make database calls from the client to fill my drop down list items.

    If this is run at the client, where would I make my database calls?

    Also is there somewhere I can find a good guide to what parts of an asp.net page are run where, since some things don't say it explicitly?
    vb.net and C# in 2008 .net 3.5
    ImaginaryDevelopment blog

  2. #2
    Hyperactive Member
    Join Date
    Mar 2002
    Location
    Boston, MA
    Posts
    391

    Re: [2005] Page_Load event

    it's all at the server

  3. #3
    Frenzied Member Fishcake's Avatar
    Join Date
    Feb 2001
    Location
    Derby, UK
    Posts
    1,092

    Re: [2005] Page_Load event

    as wy125 says all asp.net is processed on the server, otherwise everyone viewing your website would need the .net framework installed.

    Here's an article explaining the difference between server side and client side development

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width