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
Subin Thomas
NA
4.9k
124.9k
how to put values in clientscript ?
May 29 2019 12:09 AM
i have a string names balance which i have to show in client script alert message
ClientScript.RegisterStartupScript(GetType(),
"Message"
,
"<SCRIPT LANGUAGE=
'javascript'
>alert(
'Record saved successfully , balance: '
) ;
</script>" );
in above code i want to display that string value after balance in the clientscript code
Reply
Answers (
4
)
Implement Datatable in MVC using jQuery
Working On TempData in MVC