Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. GuitarMike

    CURRENT DATE AND TIME WEB PART

    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()) {...
  2. GuitarMike

    How to make web parts that can be rendered as static

    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...

Part and Inventory Search

Back
Top