View Single Post
Old 02-24-2005, 06:04 AM   #2 (permalink)
sde
Moderator
 
sde's Avatar
 
Join Date: May 2002
Location: us.ca
Posts: 4,489
sde is on a distinguished road
hi dianne, welcome to the site.

it is not possible. javascript runs client side, and asp .net functions run server side.

what does this mean .. .aspx pages are generated on the server dynamically and then send out the web page to the client. ( including javascript )

once the page is served, then javascript runs in the client's browser.
__________________
Mike
sde is offline   Reply With Quote