Click here to Skip to main content
15,920,828 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more: , +
Hello my friends
i want to build a web based extensions or modules in asp.net some think like Joomla that can take modules and install them on it

so what the technique in asp.net can be useful

in other word, I have a many similar functions in my websites
like "news" every website has the same data table and news i dont need to copy and past the code and pages every time, i need a component to install on my website and write the functions only inside the aspx like "
ASP.NET
<% getnews()%> 
" and it will get the news from my module

so any one has the expert to help me to choose the right way

thanks allot friends
Posted
Updated 23-Oct-11 21:09pm
v3

1 solution

you can write either a separate code file and pass gridView, datasource and query as arguments to it. or you may create your own custom control library (more good approach)

for more.. study Custom Controls Library Project.
 
Share this answer
 
Comments
NourBerro 24-Oct-11 3:41am    
No, i need To develop plugins for my applications

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900