|
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
|