TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Call javascript function from the code behind page
Hiren Soni
May 24, 2012
4.4
k
0
0
facebook
twitter
linkedIn
Reddit
WhatsApp
Email
Bookmark
Call javascript function from the code behind page
learn how to call javascript function from the code-behind page programatically
string jv = "<script>openWin();</script>";
Page.RegisterClientScriptBlock("JS", jv);
call javascript function from the code behind page
Next Recommended Reading
Get Values from HTML Input Controls in ASP.NET from Code Behind