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
How to set value in hidden field.
Apr 18 2021 5:06 PM
This is my code
$(document).ready(function () {
$('li').on('click', function () {
var id = $(this).attr('id');
alert(id);
//$("#HiddenFieldID").val("id");
var Ids = $("#texens").val("id");
alert(Ids);
how to set id value in hidden field and how to get this id value in c# code.
<input type="hidden" id="texens" name="user" value="texens" />
i have try this code and check alert object object display
Reply
Answers (
1
)
Copy pasting the Date & Time in From Date and To Date field is not
how to download pdf document onclick??