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

  • Thread starter Thread starter Microsoft Newsserver
  • Start date Start date
M

Microsoft Newsserver

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
 
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)
 
Back
Top