Modal Dialog Options

Hello everyone and thanks for your help in advance. I am a .Net developer, who works mainly on WebApi and SQL backends, however, I sometimes need to work on the frontend UI. Our applications utilize a lot of modal dialogs with ajax calls to send data to the server and update the page. I currently use jQuery dialog boxes, but find them to be rather inflexible in design. I cam across a blog located at http://from-brussels-with-love.blogspot.com/ that seems to use a clever modal that even allows paging to the next modal. I really don’t know enough about UI to know how this is accomplished, nor do I have any experience with other modal packages or rolling my own with javascript. I would appreciate feedback on what other have used and found to be a better solution. Also, a requirement of the applications is that the the modals be draggable. Any insight would be appreciated.

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.