DotNetNewsgroup.com  
web access to complete list of Microsoft.NET newsgroups
   home   |   control panel login   |   archive  |  
 
  carried group
academic
adonet
aspnet
aspnet.announcements
aspnet.buildingcontrols
aspnet.caching
aspnet.datagridcontrol
aspnet.mobile
aspnet.security
aspnet.webcontrols
aspnet.webservices
assignment_manager
datatools
dotnet.distributed_apps
dotnet.general
dotnet.myservices
dotnet.nternationalization
dotnet.scripting
dotnet.security
dotnet.vjsharp
dotnet.vsa
dotnet.xml
dotnetfaqs
framework
framework.clr
framework.compactframework
framework.component_services
framework.controls
framework.databinding
framework.drawing
framework.enhancements
framework.interop
framework.odbcnet
framework.performance
framework.remoting
framework.sdk
framework.setup
framework.webservices
framework.windowsforms
framework.wmi
frwk.windowsforms.designtime
lang.csharp
lang.jscript
lang.vb
lang.vb.controls
lang.vb.data
lang.vb.upgrade
lang.vc
lang.vc.libraries
  
 
start date: Thu, 23 Aug 2007 01:14:32 +0100,    posted on: microsoft.public.dotnet.languages.vb        back       

Thread Index
  1    Witthi
          2    Cor Ligthert[MVP]


A question about strange code?   
I have signed up to a dotnet hosting account and I have a dotnet app
called CommunityServer, which allows me to setup my own news
forums. The path of one of my forums (the third one) is

http://.../communityserver/forums/3/ShowForum.aspx

I have looked in my ftp space, and although I was able to find
ShowForum.aspx, I was not able to fing a subdirectory  "/3" -
this is my first question, i.e. were is it.

The second question is, assuming I do find the correct ShowForum.aspx
file, I would like to add to it some code of my own, however, when I
looked at this file I couldn't understand one bit of code, and as far as
I understand asp/x this is a very strange file, it goes like this:

<%@ Page SmartNavigation="False" Language="C#"  enableViewState = "false" %>
<%@ Register TagPrefix="CS" Namespace="CommunityServer.Controls"
Assembly="CommunityServer.Controls" %>
<%@ Register TagPrefix="CSD"
Namespace="CommunityServer.Discussions.Controls"
Assembly="CommunityServer.Discussions" %>
<%@ Import Namespace="CommunityServer.Discussions.Components" %>
<%@ Import Namespace="CommunityServer.Components" %>

<CS:MPContainer runat="server" id="MPContainer" ThemeMasterFile =
"ForumMaster.ascx" >
    <CS:MPContent id="bcr" runat="server">
  <CSD:ThreadView runat="server" id="Threadview1" />
 </CS:MPContent>
 <CS:MPContent id="rcr" runat="server" >
  <div class="CommonSidebar">
   <div class="CommonSidebarArea">
    <h4 class="CommonSidebarHeader"><CS:ResourceLabel runat="server"
ResourceName="Shortcuts" id="Resourcelabel7"/></h4>
    <div class="CommonSidebarContent">
     <CSD:ForumLinkBar runat="Server" ID="Forumlinkbar1"/>
    </div>
   </div>
   <div class="CommonSidebarArea">
    <h4 class="CommonSidebarHeader">
     <cs:ResourceControl ResourceName="PopularTags" runat="server" />
    </h4>
    <div class="CommonSidebarContent">
     <CS:TagCloud
TagCloudCssClasses="CommonTag6,CommonTag5,CommonTag4,CommonTag3,CommonTag2,C
ommonTag1" runat="server" id="TagCloud" MaximumNumberOfTags="25"
ShowTagCounts="false" IgnoreFilterTags="true"
CssClass="CommonSidebarTagCloud" />
    </div>
    <div class="CommonSidebarFooter">
     <a href="<%=SiteUrls.Instance().TagsHome %>"><cs:ResourceControl
ResourceName="ViewAllTags" runat="server" ID="Resourcecontrol2"
NAME="Resourcecontrol2"/></a>
    </div>
   </div>
  </div>
 </CS:MPContent>
</CS:MPContainer>

Does anyone know what all these xml means, and how can I add, for
example, a bit of code that just prints "hello world" to the screen.
I know this is c#, but I think if I have the vb answer I would be able
to convert to c#.

Tia.
Date:Thu, 23 Aug 2007 01:14:32 +0100   Author:  

Re: A question about strange code?   
Witthi,

This is a dotnet vb language code newsgroup.
What you show us is the XML code around an ASPX webpage.

Probably you get more and maybe better answers in the newsgroup.

microsoft.public.dotnet.framework.aspnet

success

Cor


<Witthi> schreef in bericht news:%23uj3ZqR5HHA.1164@TK2MSFTNGP02.phx.gbl...

>I have signed up to a dotnet hosting account and I have a dotnet app
> called CommunityServer, which allows me to setup my own news
> forums. The path of one of my forums (the third one) is
>
> http://.../communityserver/forums/3/ShowForum.aspx
>
> I have looked in my ftp space, and although I was able to find
> ShowForum.aspx, I was not able to fing a subdirectory  "/3" -
> this is my first question, i.e. were is it.
>
> The second question is, assuming I do find the correct ShowForum.aspx
> file, I would like to add to it some code of my own, however, when I
> looked at this file I couldn't understand one bit of code, and as far as
> I understand asp/x this is a very strange file, it goes like this:
>
> <%@ Page SmartNavigation="False" Language="C#"  enableViewState = "false" 
> %>
> <%@ Register TagPrefix="CS" Namespace="CommunityServer.Controls"
> Assembly="CommunityServer.Controls" %>
> <%@ Register TagPrefix="CSD"
> Namespace="CommunityServer.Discussions.Controls"
> Assembly="CommunityServer.Discussions" %>
> <%@ Import Namespace="CommunityServer.Discussions.Components" %>
> <%@ Import Namespace="CommunityServer.Components" %>
>
> <CS:MPContainer runat="server" id="MPContainer" ThemeMasterFile =
> "ForumMaster.ascx" >
>    <CS:MPContent id="bcr" runat="server">
>  <CSD:ThreadView runat="server" id="Threadview1" />
> </CS:MPContent>
> <CS:MPContent id="rcr" runat="server" >
>  <div class="CommonSidebar">
>   <div class="CommonSidebarArea">
>    <h4 class="CommonSidebarHeader"><CS:ResourceLabel runat="server"
> ResourceName="Shortcuts" id="Resourcelabel7"/></h4>
>    <div class="CommonSidebarContent">
>     <CSD:ForumLinkBar runat="Server" ID="Forumlinkbar1"/>
>    </div>
>   </div>
>   <div class="CommonSidebarArea">
>    <h4 class="CommonSidebarHeader">
>     <cs:ResourceControl ResourceName="PopularTags" runat="server" />
>    </h4>
>    <div class="CommonSidebarContent">
>     <CS:TagCloud
> TagCloudCssClasses="CommonTag6,CommonTag5,CommonTag4,CommonTag3,CommonTag2,C
> ommonTag1" runat="server" id="TagCloud" MaximumNumberOfTags="25"
> ShowTagCounts="false" IgnoreFilterTags="true"
> CssClass="CommonSidebarTagCloud" />
>    </div>
>    <div class="CommonSidebarFooter">
>     <a href="<%=SiteUrls.Instance().TagsHome %>"><cs:ResourceControl
> ResourceName="ViewAllTags" runat="server" ID="Resourcecontrol2"
> NAME="Resourcecontrol2"/></a>
>    </div>
>   </div>
>  </div>
> </CS:MPContent>
> </CS:MPContainer>
>
> Does anyone know what all these xml means, and how can I add, for
> example, a bit of code that just prints "hello world" to the screen.
> I know this is c#, but I think if I have the vb answer I would be able
> to convert to c#.
>
> Tia.
>
> 
Date:Thu, 23 Aug 2007 05:35:50 +0200   Author:  

Google
 
Web dotnetnewsgroup.com


COPYRIGHT ?2005, EUROFRONT WORLDWIDE LTD., ALL RIGHT RESERVE  |   Contact us