Tagged Questions
The listitem tag has no wiki summary.
7
votes
4answers
6k views
ListItems attributes in a DropDownList are lost on postback?
A coworker showed me this:
He has a DropDownList and a button on a web page. Here's the code behind:
protected void Page_Load(object sender, EventArgs e)
{
if (!IsPostBack)
{
...
6
votes
5answers
12k views
Set a CSS class on an ASP.NET RadioButtonList ListItem
Is there any way to set a CSS class on an input item in a radio button list? I'd like to reference these form values by class in jQuery.
Given an ASP.NET RadioButtonList with classes set on the ...
5
votes
4answers
500 views
ForEach Extension Method for ListItemCollection
I implemented an ExtensionMethod which basically works as ForEach-Loop, my Implementation looks like this:
public static void ForEach(this ListItemCollection collection, Action<ListItem> act )
...
4
votes
1answer
1k views
Centering floating list items <li> inside a div or their <ul>
first of all here is my html code:
<div class="imgcontainer">
<ul>
<li><img src="1.jpg" alt="" /></li>
<li><img src="2.jpg" alt="" ...
4
votes
4answers
2k views
Identify the item clicked on ListActivity method onListItemClick
I'm developing an Android application.
I have several objects loaded on a ListActivity. I want to know the item clicked on event onListItemClick.
I see method onListItemClick has a parameter called ...
3
votes
1answer
25 views
Android StateListDrawable Remains Pressed After MultiTouch
I have a list view where the list items have the following background drawable
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item ...
3
votes
2answers
161 views
How to change the color of list item using List Activity file
I have seen some links which am not able to trace it out.I am trying to change the color of the list item using java code in my activity class. Iam not using any Code for list view in my XML file. So, ...
3
votes
4answers
4k views
Using an event receiver to update an item's 'Title' field
I have written an event receiver that is activated on the 'ItemAdded' event of a 'Pages' list. The code runs fine, but my issue is this - during the call to my Sub ItemAdded, I want to change the ...
3
votes
1answer
5k views
SharePoint list item permissions
I want to programmatically make it so that users can see only particuar items on the list.
Basically in an workflow that runs when an item is created I'm going to do some stuff and notify some ...
3
votes
4answers
4k views
programmatically add css class to ListItem
I need to produce with asp.net controls this structure, but ListItem doesn't allow add properties and classes.
What is the best way to do it?
<ul>
<li class="1">SomeText</li>
...
2
votes
1answer
32 views
Firefox issue displays zeros when displaying divs as ordered list items?
Have a look at -
http://jsfiddle.net/v23UU/13/
It works in IE and Chrome but not in firefox 4 does anyone know why ?
I found something similar but could not figure out how to get it to work ? ...
2
votes
1answer
533 views
CSS gap between list items in IE7
I'm unable to remove the gap between the list items in IE7.
HTML:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
...
2
votes
2answers
423 views
javascript - Order a list item up or down
A very simple example of what i am tryin to do below. link/button on left to move item up, link/button on right to move the item down. But it is not working, and i am getting an error:
Object ...
2
votes
3answers
410 views
Converting an IEnumberable<string> to IEnumberable<ListItem>
I'm getting this error which while trying to use the yield return feature in C#. The error appears on the select inside visual studio and I don't really understand it. In my mind I'm converting a ...
2
votes
1answer
212 views
qooxdoo - custom listitem widget selection
I made custom listitem view (based on http://news.qooxdoo.org/tutorial-part-4-2-custom-widgets-4).
I have problem with selection items on this list. There is always selected first element (no matter ...
2
votes
2answers
861 views
Why is ie7 ignoring the left-margin on my first list item (only)?
http://blog.helpcurenow.org/test/mockups/mar2010/lp.html
In the above landing page, I have an offers box that has four donation buttons. The first three are targeted with individual id's and given a ...
2
votes
3answers
2k views
How to set DropDownList selected item in markup?
I have a DropDownList in a template column of a GridView control. The GridView is bound to a list of objects. Each object has a property of type int which corresponds to a value in one of the ...
2
votes
3answers
5k views
Float image right within li of ol, text left, works in Chrome, not IE/FF
I would like to have an ordered list that has the text on the left and an image for each li within it on the right of the li. So I floated the image to the right and it puts the image correctly on the ...
2
votes
4answers
10k views
Adding ListItems to a DropDownList from a generic list
I have a this aspx-code: (sample)
<asp:DropDownList runat="server" ID="ddList1"></asp:DropDownList>
With this codebehind:
List<System.Web.UI.WebControls.ListItem> colors = new ...
1
vote
3answers
31 views
Center RadioButtonList inside a panel
I cannot seem to be able to center my RadioButtonList inside a panel. It always seems to e left justified. No matter what I try.
My current code is:
<asp:panel ID="Panel1" runat="server" ...
1
vote
2answers
74 views
Creating a table in code behind
Hi I have a webpart where I create a table in code behind to display the values of list items for an "Awards" list in a two colum table where each award is displayed side by side in tow columns. I am ...
1
vote
2answers
39 views
Android SDK - Which ListItem has called the actual context menu?
First of all hello people, and sorry for my bad English, I'm Brazillian! I've been learning here in StackOverflow from the questions of other users ever since I started in Android; but now it is my ...
1
vote
2answers
48 views
Wrap each item in horizontal list using CSS
I've got a horizontal list with long items that I want to wrap. The list wraps fine if one list item is really long or if all the list items are really short.
However, if two list items are both ...
1
vote
1answer
53 views
Jquery get the list item
How can i get the second list item value and assign to the textbox.For example my second list item is "edit profile" ,then after the textbox1 textchange, the textbox2 will auto assign "edit profile"
...
1
vote
1answer
47 views
Android: how to avoid the pressed visual of a button in a listview item when pressing the list item
I have a listview, where there is a button in each list item. When I press the list item, I found the button inside also showed the visual effort of clicking. How can I prevent this visual effort of ...
1
vote
1answer
72 views
ListItem's value gets replaced by the text on DataBind
I'm at a bit of a loss on this one and haven't been able to find anything helpful in my searches so I'm hopeful someone can help me out here.
I've got a RadioButtonList that I'm adding a List of ...
1
vote
3answers
403 views
setItemChecked (int position, boolean value) not working?
I have a listview which is customized to display an image and 2 textview. I just simply wanted to highlight one of the item from my list.
Firstly, I go with setSelection method of listview which i ...
1
vote
1answer
199 views
Replace link to DispForm.aspx with call to javascript function in SharePoint
I made a Calendar View in SharePoint to show all the projects each functional team has to work on for the month. What I would like to do is replace the link to dispform.aspx with a script to hide any ...
1
vote
2answers
199 views
How can I set alignment for a ListItem in a DropDownList?
I have a DropDownList in my aspx file like this:
<asp:DropDownList runat="server" ID="MaxRec">
<asp:ListItem>10</asp:ListItem>
<asp:ListItem>50</asp:ListItem>
...
1
vote
1answer
112 views
how to maintain list item selected color untill another item is not clicked
i have set values in my list item like
SimpleAdapter adapter = new SimpleAdapter(
this,
mListData,
R.layout.listrow,
new ...
1
vote
1answer
152 views
how to merge a CssStyleCollection with a System.Web.UI.WebControls.Style
i have a listitem and i want to set its style using a System.Web.UI.WebControls.Style but there is not mergestyle like there is on controls. there is a Attributes.CssStyle which is of type ...
1
vote
2answers
327 views
Expandable Item in List on Android
I'm trying to make a list item expandable. Basically, I want to have a button on each list item that, when pushed, expands that list item to show more info.
Is this possible on android? if so, how ...
1
vote
3answers
422 views
Get position of list-item in an unordered list (ie. 3rd list item is 3)
I have an unordered list, with a couple list-items inside. Inside each of those is a link. What I want to do is find the position of the list-item when someone clicks the link inside it.
For example, ...
1
vote
2answers
347 views
Text values for list-style-type CSS property, how?
I'd like to customize the way items of unordered lists are presented.
I know I can use list-style-type to change between none, disc, circle, square and other more or less supported values. I also ...
1
vote
1answer
270 views
Accessing child views inside a ListItem defined as LinearLayout
I'm trying to retrieve the getText() value of a TextView defined in my ListItem Layout, inside the setOnItemClickListener method.
Basically, I want to log data (Id, LookupKey, DisplayName, or ...
1
vote
1answer
235 views
php preg_match_all: split list items and child lists
I'm trying to split some html content using php's preg-match-all function:
<li class="cat-item"><a title="blabla" href="#">parent 1</a>
<ul class="children">
...
1
vote
1answer
281 views
SharePoint 2010 column dependency when editing another column of a list item
Is there a way to require that a column must be updated if a certain column is updated in a list item? Something that could be done during the configuration of the list through a browser edit or SP ...
1
vote
3answers
469 views
Rename item in a listbox c# WinForms
i would like to know how can i change the name of a listbox item in the traditional select>F2>edit>enter manner. How can i open that little editable textbox just over the item?
1
vote
1answer
206 views
WPF Flowdocument - can't left-align ListItem markers
I've got a WPF FlowDocument with a list of MarkerType 'Upper Latin'. It's looking like this:
Notice that the list item alignment is on the periods after the marker, but since the text is variable ...
1
vote
2answers
219 views
get the text in a list item and modify it with javascript
I have a bunch of HTML list items and what i want is to be able to read the text of a list item and then be able to give the user the ability to modify it. the structure of each list item is the same:
...
1
vote
4answers
900 views
How to allow html control inside a listitem?
The following compile error occurs:
Parser Error Message: The 'Text' property of 'asp:ListItem' does not allow child objects.
Source Error:
Line 468: </asp:ListItem>
Line 469: ...
1
vote
3answers
374 views
How to display “More” list item in ListView?
I want to display a list item that says "More" at the end of my ListView. Clicking on this list-item will perform some action. How can I create this "more" list item?
1
vote
4answers
479 views
insert html tags into <li> programatically
I know the soultion must be simple. but i can't figure this up.
i want to add list item programatically with html tags inside the li
string x = "xxxx <br/> yyyy"
BulletedList.items.add(x)
i ...
1
vote
0answers
217 views
How to get each items height in a ListView
How to get each items height in a ListView, as each item in the ListView has different size(as items are wrapped to content)
i want to compress all the different item height to same item height on ...
1
vote
3answers
159 views
Want to add new properies in ListItem Collection
I am working on to create a custom control inherited by CheckboxList control. We can add items from ListItem collection editior at the design time. In this ListItem Collection editor there are 4 ...
1
vote
2answers
3k views
SharePoint 2010 - Client Object Model - Add attachment to ListItem
I have a SharePoint List to which I'm adding new ListItems using the Client Object Model.
Adding ListItems is not a problem and works great.
Now I want to add attachments.
I'm using the ...
1
vote
3answers
2k views
How to add a list-item at specific position
I'd like to add a <li> at a specific position, for example:
<ul id="list">
<li>Position 1</li>
<li>Position 2</li>
<li>Position 4</li>
...
1
vote
3answers
1k views
removing contents of div using Jquery “empty” doesn't work
I'm trying to remove contents of particular div which are basically list items and a heading by using jquery empty so that I could replace with new contents. What happens when I run the code is, the ...
1
vote
1answer
780 views
Android listvitem AsyncTask listitem image dereference
I am using listview to display data, inside listview i am using image in every listeitem.
following method is called from wrapper class
public View getView(int position, View convertView,
...
1
vote
1answer
916 views
Android listvitem AsyncTask images overlapping
I am using listview to display data, inside listview i am using image in every listeitem.
following method is called from wrapper class
public View getView(int position, View convertView,
...