Connecting Tech Pros Worldwide Help | Site Map

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

Microsoft Newsserver
Guest
 
Posts: n/a
#1: Nov 21 '08
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
Guest
 
Posts: n/a
#2: Nov 21 '08

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:
Quote:
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
>
>
Microsoft Newsserver
Guest
 
Posts: n/a
#3: Nov 21 '08

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%23SJHA.5812@TK2MSFTNGP05.phx.gbl...
Quote:
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:
Quote:
>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

Closed Thread