Mega Code Archive

 
Categories / ASP.Net / Page
 

Culture

<%@ Page Language="C#" Culture="id-ID" %> <html xmlns="http://www.w3.org/1999/xhtml" > <head id="Head1" runat="server">     <title>Show Calendar</title> </head> <body>     <form id="form1" runat="server">     <div>          <asp:Calendar         id="Calendar1"         Runat="server" />          </div>     </form> </body> </html>