2008-08-17

MS Ajax TabContainer layout break in MOSS 2007

微軟的 Ajax Tab 控制項,放進 SmartPart WebPart 中會出現 Tab 的下半部變白色的,解決的方式是:

  • 把下面的 CSS 加入至 Web Page 或是 MasterPage 中即可

    .ajax__tab_tab
    {
    height: 21px ! important;
    }

Directly add a reference to an assembly from a GAC.

  1. To do this you have to create another folder say "C:\MyAsemblies" and put your dll to this folder.
  2. Add a new registry key say "MyAssemblies" to registry "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NetFramework\AssemblyFolders" and set its default data value as "C:\MyAssemblies".
  3. Now your dll will be visible in "Add Reference" window in .Net Tab.