1
Answer

Asp.Net Web Application

Photo of Abdu Rafeeq

Abdu Rafeeq

11y
1.5k
1

 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)