You can use javascript to do this easily. Drop this code in your page (add it to the template in default.aspx, or add it to the output of a custom webpart).
<SCRIPT LANGUAGE="JavaScript">
<!-- Hide from old browsers
var Today = new Date();
var month;
switch (Today.getMonth()) {...
I've successfully made some web parts in visual studio and deployed them with a cab file and I've used the strongly named assemblies. Now I need to display my web part (the hello world web part at this point) outside of a web part zone. I want to add the web part as a control on the default.aspx...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.