Re: usage of listview control in asp.net
Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance
Hi Sravanthi,
The ListView control cannot be used in the ASP.Net. ListView is a windows
form control. Here, I would request you to use the DataList control or
create your own control.
Hope this clarifies the issue.
Regards,
Mona [Grapecity]
"sravanthi" <sravanthi_v@xxxxxxxxxxx> wrote in message
news:e6IOs94iFHA.2484@xxxxxxxxxxxxxxxxxxxxxxx
> is it possible to use listview control in asp.net.
> if so hot to use it i want som eexample code
>
> **********************************************************************
> Sent via Fuzzy Software @
http://www.fuzzysoftware.com/
> Comprehensive, categorised, searchable collection of links to ASP &
ASP.NET resources...
.
Relevant Pages
- Labit proud to announce about release of Visual Developer Suite 2.0 beta 2.
... Labit proud to announce about release of Visual Developer Suite 2.0 beta 2. ... complete set of visual controls designed for Microsoft Visual Studio 2003 ... SmartScroll property added to ListView control which allows you to ... (microsoft.public.dotnet.framework) - Labit proud to announce about release of Visual Developer Suite 2.0 beta 2.
... Labit proud to announce about release of Visual Developer Suite 2.0 beta 2. ... complete set of visual controls designed for Microsoft Visual Studio 2003 ... SmartScroll property added to ListView control which allows you to ... (microsoft.public.dotnet.framework.compactframework) - Re: Drag a file(path) from an Access Form into another app?
... The ListView control is part of the Windows ... a ListView control can't be bound to data but it's pretty ... you can choose the view for the ListView (like a Windows ... I've simulated drag and drop in Access before, ... (microsoft.public.access.formscoding) - RE: Drag & Drop in ListBox Ctrl: Find pointer position on mouse up?
... This control is much more flexible that the regular Listbox: ... Now add one ListView Control to a Userform and call it Lvw ... Private Sub Lvw_ItemClick ... Dim THT As LVHITTESTINFO ... (microsoft.public.excel.programming) - Re: Locking columns
... i am using the ListView control to display data from a database. ... > header control, you need to send the ListView an LVM_GETHEADER message. ... (microsoft.public.vb.general.discussion) |
|