如何在C#中使用VS 2008创建dnn模块 [英] how to create dnn module in in C# use vs 2008

查看:66
本文介绍了如何在C#中使用VS 2008创建dnn模块的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

你好,请告诉我如何使用vs 2008中的C#创建dnn模块.

解决方案

嗨 请参阅文章. blockquote>

此cp文章可能对您有帮助
创建DotNetNuke®模块-绝对是初学者! [ 解决方案

Hi Take look at this article.


This cp article may help you
Creating a DotNetNuke® Module - For Absolute Beginners![^]


To create a DNN module , you first need to create a .dnn file which has information about the .ascx controls that your module will contain, for eg :-


<controls>
 <control>DesktopModule\webControl1.ascx
 </control>
</controls>
<files>
  <file>DesktopModule\webControl1.ascx
  </file>
 <file>DesktopModule\webControl1.ascx.cs
  </file>
<files></files></files>


this is how u can define ut web control in the .dnn file

u need to create a zip file of your module containing your .dnn file and the controls mentioned in your .ddn file

HTH


这篇关于如何在C#中使用VS 2008创建dnn模块的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆