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
$(function () {
$(".mydate").datepicker({ dateFormat: 'dd/MM/yy', changeMonth: true, changeYear: true });
});
Loading
Bineesh ViswanathPosted Sep 5, 2013, 5:19 AM
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %>
<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="Ajax" %>
1)You have to create two web pages.
2) write the code in button1_Click and button2_Click Event:-
Response.Redirect("//Name of the Page you want to navigate, e.g:-"Default2.aspx");
if you want more ajax finctions, please mention.