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
Kalyani Shevale
NA
3.2k
705.2k
if disabled class used but not woked
Sep 19 2019 7:47 AM
I have used Disabled class on button click but if the cursor goes in this button that time disabled icon displayed but functionality is working I don't want work this functionality of that disabled button
please help me.
@{
if (Session["Role"].ToString().Equals("Head"))
{
if (
check.IsActive
== true)
{
<
td
>
<
button
type
=
"button"
class
=
Delete
"btn btn-success disabled"
href
=
"javascript:;"
>
Enable
button
>
td
>
}
else
{
<
td
>
<
button
type
=
"button"
class
=
Delete
"btn btn-danger disabled"
href
=
"javascript:;"
>
Disable
button
>
td
>
}
}
else
{
if (
check.IsActive
== true)
{
<
td
>
<
button
type
=
"button"
class
=
"Delete btn btn-success"
href
=
"javascript:;"
>
Enable
button
>
td
>
}
else
{
<
td
>
<
button
type
=
"button"
class
=
"Delete btn btn-danger"
href
=
"javascript:;"
>
Disable
button
>
td
>
}
}
}
Reply
Answers (
1
)
import excel sheet into database
DevExpress Gridcontrol shows empty column...