All Questions
3 questions
1
vote
0
answers
114
views
The parameters dictionary contains a null entry for parameter 'isPendingOvrd' of non-nullable type 'System.Boolean' for method
There are similar type of question already asked. but none of them answers my problem. Cloud you please help me find the issue with my code.
I am calling a dialog popup for a view and a value is ...
0
votes
3
answers
9k
views
MVC 4 action link popup box confirmation for delete?
What's the best way to perform a confirmation pop out when click the actionlink to perform a delete? Currently when i press the delete action link, it will straight delete. Anyway to perform a pop out ...
1
vote
1
answer
1k
views
MVC dialog validation
Hi I am trying to validate one dropdown if was selected this way:
$('#dialog').dialog({
autoOpen: false,
width: 400,
resizable: false,
title: 'Add ...