Tech
Forums
Jobs
Books
Events
Videos
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Contribute
An Article
A Blog
A Video
An Ebook
An Interview Question
Register
Login
3
Answers
how to get html value into c# page
narasiman rao
8y
327
1
Reply
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#
Post
Reset
Cancel
Answers (
3
)
Next Recommended Forum
Jquery how to pass GridView as a parameter to a WebMethod
how to fetch html id value in code behind c# page.