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
Srinivas M
1.3k
435
28.8k
Iam not able to access parameters passed in to function ?
Jul 20 2017 6:00 AM
not able to access parameters passed in to function in mvc
function LanguageSettings(
Svalue
,
Evalue
){
if (Evalue == "")
{
Evalue = "English";
}
if(Svalue =="Agent"){
debugger;
window.location.href = "@yemenPathURL" +"BankDealer/BankDealerDetails?LangName=" +
@utl.Encode(Evalue)
+ "&MenuType=" + Svalue;
}
}
Reply
Answers (
2
)
filter not working properly in dataTable of jQuery
Need to fetch particular value from XML file