I am developing a rather large ajax based website. My idea is to use Modal Popups to perform CRUD operations so that users stay on the same page. For example, a page will display list of customers. A user can click on New Or Edit button. When he does, a modal popup shows up to edit or create the customer record. The user creates/edits the record and then the modal popup is closed. My question is which Modal Popup is best to use (ASP.NET Ajax or JQuery based). I have used the asp.net ajax controltoolkit modal popup control and it works great. However, I would like to know if a JQuery modal is better suited. Also, I would appreciate an example.
↧