473,511 Members | 17,164 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

How to call update pane refreshing by list view row click

3 New Member
Hi!
I have ListView with such markup:

Expand|Select|Wrap|Line Numbers
  1.  
  2. <asp:UpdatePanel ID="updateMyDocs" UpdateMode = "Always" runat="server">
  3.         <ContentTemplate>
  4. <asp:ListView ID="dataViewFiles" ItemPlaceholderID="itemPlaceholder" runat="server"
  5.                                                DataKeyNames="Id" OnItemDataBound="dataViewFiles_ItemDataBound" OnSelectedIndexChanging="dataViewFiles_SelectedIndexChanging">
  6.                                             <LayoutTemplate>
  7.                                                 <table style="" cellpadding="8" cellspacing="0">
  8.                                                     <tr>
  9.                                                         <%--<th class="FileTableHeader">
  10.                                                         </th>--%>
  11.                                                         <%--<th class="FileTableHeader">
  12.                                                             Id
  13.                                                         </th>--%>
  14.                                                         <th class="FileTableHeader">
  15.                                                             Name
  16.                                                         </th>
  17.                                                         <th class="FileTableHeader">
  18.                                                             Date
  19.                                                         </th>
  20.                                                         <th class="FileTableHeader">
  21.                                                             Type
  22.                                                         </th>
  23.                                                     </tr>
  24.                                                     <tr id="itemPlaceholder" runat="server">
  25.                                                     </tr>
  26.                                                 </table>
  27.                                             </LayoutTemplate>
  28.                                                 <ItemTemplate>
  29.                                                     <tr id="listViewRow"      class="FileTableRow" runat="server">
  30.  
  31.  
How can i call Update pane refreshing by click on table row with id = "listViewRow"?
Apr 19 '12 #1
0 1222

Sign in to post your reply or Sign up for a free account.

Similar topics

5
2274
by: Praveen R | last post by:
Hi ! I am using a List view control to populate data onto. On the click event of the list view control, i need to find out whether the area clicked has any information of has no information. I...
11
2141
by: Brian Henry | last post by:
Well here is the problem, I have a data set with about 9,000 to 20,000 people in it in the data table "people"... I am then reading it into a list view one at a time row by row... adding each...
0
1367
by: Brian Henry | last post by:
I am trying to do a owner drawn list view in detail mode, when i inherited the list view into a new custom control then turned on double buffering all the sudden the selection rectangle is the...
0
3214
by: Brian Henry | last post by:
Here is another virtual mode example for the .NET 2.0 framework while working with the list view. Since you can not access the items collection of the list view you need to do sorting another...
3
2480
by: ±è¿ë°Ç | last post by:
i used a list view component to a form and i would like to do some thing when i click right mouse on the list view's column header but the mouse down event was not occured while i click list...
3
3515
by: Brian Henry | last post by:
So what is the easiest way to do this? I have one list view with a list of items (in detail view and with about 20 sub items) and a second list view that will take the items they drag from the...
0
1124
by: Smokey Grindle | last post by:
Say I do the following in a virtual list box ctrl click one row then ctrl click another row... ok the VirtualItemsSelectionRangeChanged event fires with start index of 2 and end index of 10... ...
2
1507
by: Miesha.James | last post by:
Hi, I have a list view that will be update dynamically when new information is received. I parse through the information and call the update function to clear the current items that are in the...
4
1234
by: AjGrace | last post by:
Guys.. I know that this is so easy but I can't figure it out why List View Display an False text instead of the Data in my Database my Code is this Private Sub Form_Load() ...
1
10205
by: Jeff | last post by:
I have a list view with items. An item is clicked and I have a form to change this data. How can I update the listview row in the list view control.
0
7245
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
7356
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
1
7085
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
7512
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
5671
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
4741
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3227
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
1577
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
1
785
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.