Posts

Showing posts from July, 2020

Visual Studio How To dynamically Add or Remove TextBoxes using JQuery

Image
Visual Studio How To dynamically Add or Remove TextBoxes using JQuery  Step one: add aspx page <!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head runat="server">     <title>Dynaically Add or Remove Text Boxes</title> </head>  <link rel="stylesheet" href="//code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css" />     <script type="text/javascript" src="https://code.jquery.com/jquery-1.12.4.js"></script>     <script type="text/javascript" src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script>     <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script> <script type="text/javascript">     $(function () {         var values = eval('<%=Values%>');     if (values != null) {   ...

Online Food Ordering App Final Presentation

Image

Online Food Ordering App Final Presentation

Image

SEAM Final Presentation Demo 2

Image