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
narasiman rao
NA
519
769k
how to get html value into c# page
Sep 15 2016 2:54 AM
My code as follows
<div class="dropdownparent" style="float: left; width: 250px; height: 25px;">
<select id="ms" runat="server" multiple="mutiple"
style="float: left; width: 250px;" class="ms" title="Select Project">
</select>
i have to pass the above id ms into code behind page.
for that how can i do in asp.net using C#
Reply
Answers (
3
)
Jquery how to pass GridView as a parameter to a WebMethod
how to fetch html id value in code behind c# page.