How can i add the jQuery UI popup to this button
<%= Ajax.AjaxImageActionLink(
"../../Content/images/add.png",
"Change Password",
"ChangePasswos",
new { id = item.int_UserId },
new AjaxOptions { UpdateTargetId = "msgdiv" }
)%>