page_load

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

hey all,

if you have a page load routine on both server-side and client-side which
one will run first?

thanks,
rodchar
 
The client doesn't get a page until after the server has processed the
request and all of its code and then sends a resultant page back to the
client.

Ray at home
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

does page_load know 7
client vs server side 3
what am i doing wrong? 8
client and server 3
div woes 3
need help debugging please 4
TextBox1 value 9
variable persistence 8

Back
Top