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
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Abhay Mhatre
NA
29
0
ASP.NET and Javascript
Jun 11 2009 1:42 PM
I have a java script function which needs a input string from server side. How should i execute a javascript function from code behind. Please give me nice complicated example lets say I have function start(wholemessage){ ... this functions makes call to function x() and function y(). } function x(){ .... this function make call to function c() } function y() { .... this function make call to function c() } I want to pass wholemessage variable to start function from database: hot to do that Please give me some example
Reply
Answers (
3
)
ASPNETSecurity
How to pass multiple value in CommandArgumnet in a GridView