Tagged Questions
0
votes
1answer
248 views
How to refresh the contents of the MVC 3 partial View placed in JQuery Dialog
My situation is very common.
I have a master detail environment on my web administration.
I need to be able to select one record among around 3500 from a dialog.
This is the reason why I need ...
2
votes
1answer
2k views
Page Refresh on jquery dialog close
I want to Refresh aspx page after closing a jquery modal dialog on clicking a button inside jquery modal popup.
my page has update panels in it so consider it too.