Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
<HELP> How to create .Net control components?
arunkumar4
Does anyone aware on how to create livesite components using .Net controls ? config files where need to do the required chnage. We are using teamsite Version 7.3.1
plaese share any sample doc and link where i can get more information. thanks in advance
Find more posts tagged with
Comments
Ashish_Sangal
Hi,
Follow the below mention steps-
1)Create a .NET control in in Microsoft visual Studio 2008 or whatever version you have.
2)Make an entry of this control in web.config file under -
3)Compile your code.
4)In runtime branch - upload
a)only .dll and .pdb file under bin folder
b)only .ascx file under controls folder
c)web.config file
d)deploy these files to Runtime
Note: Follow the above mention steps in sequence
5)Create a HTML component
6)define your .NET code here like
7)Use this component on page
8)submit this page to runtime and chek your output is coming or not.
Thanks,
Ashish