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

    Web Part Zone

    Its pretty simple add those two line in the onLoad() overloaded method. It will work :)
  2. asiruvur

    Web Part Zone

    never mind...figured it out
  3. asiruvur

    Sharepoint and other site help needed please

    Open IIS Manager -> Right click on "Default Web Site" -> "Properties" -> "Home Directory" Tab -> "Application Pool" This is by default "Default AppPool" The "Application Pool" for Sharepoint Site should be different. They should also be running on different ports. This you can verify from...
  4. asiruvur

    Sharepoint and other site help needed please

    Is the default web site running under different app pool?
  5. asiruvur

    Strange error accessing Sharepoint

    So howz it resolved?
  6. asiruvur

    Web Part Zone

    I'm developing a custom Web Part. Can I set the Web Part Zone always to the "Left Column" i.e., users cannot be able to drag and drop or add to any other column except the "Left Column". I tried adding the following lines to my web part onPreRender method: this.ZoneID = "LeftColumn"...
  7. asiruvur

    Cannot Import Webparts

    ChaserNL, Thank you for the reply. I'm working on it.
  8. asiruvur

    Cannot Import Webparts

    Hi, I recently started working on Sharepoint Services. I developed a webpart and tried to import it on my site but the error message says: "A Web Part or Web Form Control on this Web Part Page cannot be displayed or imported because it is not registered on this site as safe." I have googled a...
  9. asiruvur

    Sharepoint Server - Cannot Use Web part

    Hi, I recently started working on Sharepoint Services. I developed a webpart and tried to import it on my site but the error message says: "A Web Part or Web Form Control on this Web Part Page cannot be displayed or imported because it is not registered on this site as safe." I have googled a...

Part and Inventory Search

Back
Top