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
Bhavna Chaudhri
NA
529
20.9k
I have below Radio buttons how to get selected items value?
Nov 1 2020 1:59 AM
@(Html.Kendo().RadioButton().Name(
"Status1"
).Label(
"Active"
).Value(
"Active"
))
@(Html.Kendo().RadioButton().Name(
"Status1"
).Label(
"Inactive"
).Value(
"Inactive"
))
@(Html.Kendo().RadioButton().Name(
"Status1"
).Label(
"Pending"
).Value(
"Pending"
))
Reply
Answers (
1
)
Can we Convert asp.net web application to web api and use in .Net Core
How to increment number for every row and year