0
avanekar02 created
3 Answer(s)
-
0
@avanekar02 there are already samples in AspNet Zero. You can check user edit dialog for example.
-
0
if you are refrerring to call from indes.js of user to createoreditmodal.js i fail to understand can you please point me to the part .
regards Anwar
-
0
@avanekar02,
Of course. The code which opens a modal on Index.js, basically calls a controller action with a paremter. This action returns a partial view and ABP's modal manager shows a modal with returned content from server.
So, in order to access a passed parameter from your modal view, you can create a hidden field, set it's value and access it using jQuery.