Wednesday, January 6, 2010

Show Asp.net Calender in Hindi



if you want to show asp.net calender in hindi as show above then you will have to do following:

< %@ Page Culture="hi-IN" uiculture="hi-IN" Language="vb"
% >
< html >
< head >
< title >Simple Sample - Hindi< /title >
< /head >
< body >
< form runat="Server" >
< asp:Calendar id="C1" runat="server"
DayNameFormat="Full" >< /asp:Calendar >
< /form >
< /body >
< /html >

Share This!


No comments:

Powered By Blogger · Designed By Seo Blogger Templates