Click here to Skip to main content
16,012,198 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi Friends,
I have a function in javascript.
I need to call this function from aspx.vb page.
Currently I'm working on dotnet 1.1
How can I do this?
I have used the below code,
Dim t As Type = Me.[GetType]()
Page.RegisterStartupScript ("t","SetBox()")
But its not working..
Please help me on this..



Thanks,
Senthilnathan
Posted

Hi Friends,

finally I got the solution.

Page.RegisterStartUpScript("t","SetBox();")

it's working fine.


Thanks.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900