Forum: ASP.NET Sep 15th, 2007 |
| Replies: 2 Views: 602 Why not run the query and see what it does? My guess would be that it basically makes a copy of table1 and saves it to table2. |
Forum: ASP.NET Aug 2nd, 2007 |
| Replies: 4 Views: 1,567 I don't know about the < and > since it's a text property, but to hide the other month numbers you can set the font size to 0 (here's 2 ways):
<asp:Calendar ID="Calendar1" runat="server"
... |