Dialog is used in JQuery Mobile to show user information or to get user response as similar to confirm in javascript. The JQuery Mobile code sample to achieve the same feature as Confirm in javascript is as below <!DOCTYPE html> <HTML> <HEAD> <TITLE>Dialog Demo</TITLE> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="http://code.jquery.com/mobile/1.2.0/jquery.mobile-1.2.0.min.css"/> <script src="http://code.jquery.com/jquery-1.8.2.min.js"></script> <script src="http://code.jquery.com/mobile/1.2.0/jquery.mobile-1.2.0.min.js"></script> </HEAD> <BODY> <div id=...
C#, OOPS, MVC, WCF, Architecture, SQL, Table, Triggers, Script and SQL Server