Abdu Rafeeq

Abdu Rafeeq

  • 979
  • 670
  • 89.7k

Asp.Net Web Application

Sep 3 2013 10:37 PM

 I going to be study ASP.Net Web Application....

Any Can Help me with given any projects in asp.net application,,,it includes master page,2 or more sub pages,,,use java script or ajax,,use latest logics,,,,other wise a good videoclip about application,,,

I have 3 years experience in windows based applications,,,


///datetime picker jqury
 <link rel="stylesheet" href="http://code.jquery.com/ui/1.10.3/themes/smoothness/jquery-ui.css"/>
<script src="http://code.jquery.com/jquery-1.9.1.js"></script>
<script src="http://code.jquery.com/ui/1.10.3/jquery-ui.js"></script>

 $(function () {
            $(".mydate").datepicker({ dateFormat: 'dd/MM/yy', changeMonth: true, changeYear: true });

        });

Answers (1)