Login or Sign Up
Logging in...
Remember me
Log in
Or
Sign Up
Forgot password or user name?
Log in with
Search in titles only
Search in ASP .NET only
Search
Advanced Search
Forums
Product Launch
Updates
Today's Posts
Member List
Calendar
Home
Forum
Topic
ASP .NET
ListView in ASP.NET/.NET 3.5
Collapse
This topic is closed.
X
X
Collapse
Posts
Latest Activity
Photos
Page
of
1
Filter
Time
All Time
Today
Last Week
Last Month
Show
All
Discussions only
Photos only
Videos only
Links only
Polls only
Events only
Filtered by:
Clear All
new posts
Previous
template
Next
Jimmy B
#1
ListView in ASP.NET/.NET 3.5
Feb 10 '08, 06:25 PM
Hello,
Does new ListView Control in .NET 3.5 support directly fixed headers,
anyone tested yet?
Cheers
bruce barker
#2
Feb 11 '08, 01:25 AM
Re: ListView in ASP.NET/.NET 3.5
no builtin support, but as you can specify all the markup, you can
(either fixed tables/ divs with overflow, or javascript)
-- bruce (sqlwork.com)
Jimmy B wrote:
Hello,
>
Does new ListView Control in .NET 3.5 support directly fixed headers,
anyone tested yet?
>
Cheers
>
>
Comment
Post
Cancel
=?Utf-8?B?QW5nZWw=?=
#3
Feb 11 '08, 05:45 AM
RE: ListView in ASP.NET/.NET 3.5
Nope,
It has LayoutTemplate and itemtemplate. You can build
<asp:ListView ID="ListView1" runat="server">
<LayoutTemplate >
<table>
<tr>
<th>CategoryI D</th>
<th>CategoryNam e</th>
</tr>
<tr</tr>
</table>
</LayoutTemplate>
<ItemTemplate >
</ItemTemplate>
</asp:ListView>
something like that.
hope it helps,
--
aaa
"Jimmy B" wrote:
Hello,
>
Does new ListView Control in .NET 3.5 support directly fixed headers,
anyone tested yet?
>
Cheers
>
>
>
Comment
Post
Cancel
Previous
template
Next
Working...
Yes
No
OK
OK
Cancel
👍
👎
☕
Comment