|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Calendar controlgenerate a full year view? An example would be nice. <html> <head> <script language="VB" runat="server"> Sub Date_Selected(sender As Object, e As EventArgs) Label1.Text = "Selected date is: " + Calendar1.SelectedDate.ToShortDateString End Sub </script> </head> <body> <h3><font face="Verdana">Calendar Example</font></h3> <form runat=server> <asp:Calendar id=Calendar1 onselectionchanged="Date_Selected" runat="server" /> <p> <asp:Label id=Label1 runat="server" /> </form> </body> </html> No.
Show quoteHide quote "MB" <mb***@hotmail.com> wrote in message news:1142425487.290693.83560@u72g2000cwu.googlegroups.com... > The following code just displays the current month, is it possble to > generate a full year view? > An example would be nice. > > <html> > <head> > <script language="VB" runat="server"> > Sub Date_Selected(sender As Object, e As EventArgs) > Label1.Text = "Selected date is: " + > Calendar1.SelectedDate.ToShortDateString > End Sub > </script> > </head> > <body> > <h3><font face="Verdana">Calendar Example</font></h3> > <form runat=server> > <asp:Calendar id=Calendar1 onselectionchanged="Date_Selected" > runat="server" /> > <p> > <asp:Label id=Label1 runat="server" /> > > </form> > > </body> > </html> >
Open a Text File in Notepad using VB.Net 2005
I miss loop [Help] Reading data from a DLL structure in C Playing System Sounds/WAV files Where is ThisWorkbook.Sheets("xx") ?? Unable to resolve 'ThisWorkbook' :: Interop to Excel Visual Basic .NET Resource Kit Datetime arithmetic in VB.Net? running balance in datagrid bindingsource what should i use? |
|||||||||||||||||||||||