|
-
Dec 17th, 2008, 09:45 AM
#1
Thread Starter
Addicted Member
[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?
-
Dec 17th, 2008, 11:37 AM
#2
Hyperactive Member
Re: [2005] Page_Load event
-
Dec 17th, 2008, 11:46 AM
#3
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|