Custom Controls - Used in asp.net web apps and sharepoint

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Microsoft Newsserver

    Custom Controls - Used in asp.net web apps and sharepoint

    I have a requuirement to build a control with custom functionality for our
    ..net web applications. We are also being asked if this could beused in
    sharepoint as well.

    Does anyone have any knowledge about writing custom controls which can also
    be used by sharepoint as I know absolutely nothing about sharepoint.

    thanks


  • bruce barker

    #2
    Re: Custom Controls - Used in asp.net web apps and sharepoint

    custom controls for sharepoint must be build as class libraries (no user
    controls). then for deployment, you need to build a sharepoint package
    that gets installed on the sharepoint server.

    -- bruce (sqlwork.com)

    Microsoft Newsserver wrote:
    I have a requuirement to build a control with custom functionality for our
    .net web applications. We are also being asked if this could beused in
    sharepoint as well.
    >
    Does anyone have any knowledge about writing custom controls which can also
    be used by sharepoint as I know absolutely nothing about sharepoint.
    >
    thanks
    >
    >

    Comment

    • Microsoft Newsserver

      #3
      Re: Custom Controls - Used in asp.net web apps and sharepoint

      Hi Bruce,

      Thanks for that. Since I wrote this question I have found some blogs which
      do say you can use a standard ASP.NET 2.0 web user control, but I dont have
      a sharpoint server to test it on at the moment.

      Cheers


      "bruce barker" <nospam@nospam. comwrote in message
      news:O6ZTNb%23S JHA.5812@TK2MSF TNGP05.phx.gbl. ..
      custom controls for sharepoint must be build as class libraries (no user
      controls). then for deployment, you need to build a sharepoint package
      that gets installed on the sharepoint server.
      >
      -- bruce (sqlwork.com)
      >
      Microsoft Newsserver wrote:
      >I have a requuirement to build a control with custom functionality for
      >our .net web applications. We are also being asked if this could beused
      >in sharepoint as well.
      >>
      >Does anyone have any knowledge about writing custom controls which can
      >also be used by sharepoint as I know absolutely nothing about sharepoint.
      >>
      >thanks

      Comment

      Working...