|
|
|
start date: Thu, 9 Aug 2007 21:40:00 -0700,
posted on: microsoft.public.dotnet.framework.aspnet
back
| Thread Index |
|
1
Prashant C
|
|
2
Rotsey
|
|
3
Eliyahu Goldin
|
Client and Serverside Script
Is it possible to call javascript function from code behind page? If yes, how
to do that ??
--
Regards,
Prashant C
Date:Thu, 9 Aug 2007 21:40:00 -0700
Author:
|
Re: Client and Serverside Script
Only when the response gets back to the client of course
What you can do is in code behind call Page.RegisterStartupScript
passiing either the function you want to call or the code
you want to run when the page loads.
"Prashant C" wrote in message
news:52E5D260-81FD-4404-83E4-51F736657874@microsoft.com...
> Is it possible to call javascript function from code behind page? If yes,
> how
> to do that ??
>
> --
> Regards,
> Prashant C
Date:Fri, 10 Aug 2007 16:11:09 +1000
Author:
|
Re: Client and Serverside Script
This may help you:
How to Pass Messages and Actions between Server and Client
http://usableasp.net/DeveloperPage.aspx?page=Articles/HowTo/HowToPassMessagesBetweenServerAndClient.htm
--
Eliyahu Goldin,
Software Developer & Consultant
Microsoft MVP [ASP.NET]
http://msmvps.com/blogs/egoldin
"Prashant C" wrote in message
news:52E5D260-81FD-4404-83E4-51F736657874@microsoft.com...
> Is it possible to call javascript function from code behind page? If yes,
how
> to do that ??
>
> --
> Regards,
> Prashant C
Date:Fri, 10 Aug 2007 09:48:58 +0200
Author:
|
|
|