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
Sourabh Dhiman
NA
49
5.5k
Set Value in Temp Data.
Apr 18 2021 3:30 AM
I have try this code for set value in TempData.But i have face a issue
<script>
$(document).ready(function () {
debugger;
$('li').on('click', function () {
var id = $(this).attr('id');
TempData["CID"] = id;----Unexpected token =
});
});
Reply
Answers (
7
)
Creating multiple Page search/filtering system in best possible way
How I can return json object in api controller?