testing.ascx.vb file
#====================
Imports
DotNetNuke
Imports DotNetNuke.Common
Imports DotNetNuke.Security.Roles
Imports DotNetNuke.Security.Membership
Imports System.Collections.Generic
Imports DotNetNuke.Entities.Portals
Imports DotNetNuke.Security.PortalSecurity
Namespace MySpace
Partial Class mytesting
Inherits DotNetNuke.Entities.Modules.PortalModuleBasePublic Function vb() As Boolean
Return False
End Function
End
End Class Namespace
#=======================================
testing.ascx file
#====================
@ Control Language="VB" AutoEventWireup="false" CodeFile="testing.ascx.vb" Inherits="MySpace.mytesting" %>
<
asp:Label ID="Label1" runat="server" Text="Testing" Visible="<% vb() %>" >asp:Label>
#====================
It's not work!
Please help me!
Thanks!
<%