FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
DNN.Repository/Repository.ascx at develop · DNNCommunity/DNN.Repository · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
DNNCommunity
/
DNN.Repository
Public
Notifications
You must be signed in to change notification settings
Fork
14
Star
9
Code
Issues
2
Pull requests
1
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
DNN.Repository
/
Repository.ascx
Copy path
More file actions
More file actions
Latest commit
History
History
History
59 lines (49 loc) · 2.23 KB
Breadcrumbs
DNN.Repository
/
Repository.ascx
Copy path
File metadata and controls
59 lines (49 loc) · 2.23 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<%
@ Control Language
=
"
vb
"
Inherits
=
"
DotNetNuke.Modules.Repository.Repository
"
Codebehind
=
"
Repository.ascx.cs
"
AutoEventWireup
=
"
False
"
Explicit
=
"
True
"
%>
<
div
id
=
"
repository_content
"
class
=
"
repository_content
"
>
<
asp:Label
ID
=
"
lblDescription
"
runat
=
"
server
"
CssClass
=
"
normal
"
/>
<
asp:Label
ID
=
"
lblTest
"
Runat
=
"
server
"
CssClass
=
"
normal
"
/>
<
asp:Table
ID
=
"
HeaderTable
"
Width
=
"
100%
"
runat
=
"
server
"
CssClass
=
"
normal
"
CellSpacing
=
"
0
"
CellPadding
=
"
0
"
border
=
"
0
"
>
<
asp:TableRow
>
<
asp:TableCell
>
<
asp:PlaceHolder
ID
=
"
hPlaceholder
"
runat
=
"
server
"
/>
</
asp:TableCell
>
</
asp:TableRow
>
</
asp:Table
>
<
asp:Table
ID
=
"
DataTable
"
Width
=
"
100%
"
runat
=
"
server
"
CssClass
=
"
normal
"
CellSpacing
=
"
0
"
CellPadding
=
"
0
"
style
=
"
border
:
solid
0
px
white
;
"
>
<
asp:TableRow
>
<
asp:TableCell
>
<
asp:DataGrid
ID
=
"
lstObjects
"
runat
=
"
server
"
AllowSorting
=
"
True
"
Width
=
"
100%
"
AllowPaging
=
"
True
"
OnItemCommand
=
"
lstObjects_ItemCommand
"
BorderWidth
=
"
0
"
BorderStyle
=
"
None
"
OnPageIndexChanged
=
"
lstObjects_PageIndexChanged
"
ItemStyle-CssClass
=
"
normal
"
AlternatingItemStyle-CssClass
=
"
normal
"
AutoGenerateColumns
=
"
False
"
PageSize
=
"
5
"
PagerStyle-Visible
=
"
False
"
Visible
=
"
True
"
EnableViewState
=
"
True
"
Style
=
"
border-collapse: separate;
"
ShowHeader
=
"
False
"
GridLines
=
"
None
"
>
<
HeaderStyle
CssClass
=
"
normal
"
/>
<
FooterStyle
CssClass
=
"
normal
"
/>
<
Columns
>
<
asp:TemplateColumn
>
<
ItemTemplate
>
<
asp:Label
ID
=
"
TheFileName
"
runat
=
"
server
"
Visible
=
"
False
"
>
<%
# DataBinder.
Eval
(Container.DataItem,
"
FileName
"
)
%>
</
asp:Label
>
<
asp:PlaceHolder
ID
=
"
PlaceHolder
"
runat
=
"
server
"
Visible
=
"
False
"
/>
</
ItemTemplate
>
</
asp:TemplateColumn
>
</
Columns
>
</
asp:DataGrid
>
<
asp:DataList
id
=
"
DataList1
"
Width
=
"
100%
"
runat
=
"
server
"
RepeatColumns
=
"
1
"
RepeatDirection
=
"
Horizontal
"
EnableViewState
=
"
True
"
>
<
ItemTemplate
>
<
asp:PlaceHolder
ID
=
"
Placeholder1
"
runat
=
"
server
"
Visible
=
"
False
"
/>
</
ItemTemplate
>
</
asp:DataList
>
</
asp:TableCell
>
</
asp:TableRow
>
</
asp:Table
>
<
asp:Table
ID
=
"
FooterTable
"
Width
=
"
100%
"
runat
=
"
server
"
CssClass
=
"
normal
"
CellSpacing
=
"
0
"
CellPadding
=
"
0
"
>
<
asp:TableRow
>
<
asp:TableCell
>
<
asp:PlaceHolder
ID
=
"
fPlaceHolder
"
runat
=
"
server
"
/>
</
asp:TableCell
>
</
asp:TableRow
>
</
asp:Table
>
</
div
>
Back
|
FazBrowse Home
|
New Git URL