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
neel k
NA
143
136.1k
Disable ActionLink in MVC
Nov 24 2014 11:40 AM
Hi,
In MVC application I need to disable actionlink when user enter "known" in textbox. How to do it?
if( textbox value == "known") then
disable actionlink
I am trying to do in Jquery also but its not working
if (item.name == "Unknown") {
$("#lnkCompare").hide();
}
Thank you,
Reply
Answers (
1
)
Query About Storing of data into database using Code first
GridView Column Control