Top "Listitem" questions

listitem is an UI element within an ordered or unordered list container.

Get attribute from DropdownList SelectedItem

I have a dropdownlist where I need to store more data than the standard list item allows. The approach I've …

asp.net drop-down-menu attributes listitem
Enhanced Rich Text field via a schema.xml

I am trying to create an enhanced rich text field using a schema.xml. Currently I have the following: <…

sharepoint-2010 schema listitem
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 …

asp.net webforms listitem
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 …

css image html-lists css-float listitem
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. …

asp.net center radiobuttonlist listitem
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 …

asp.net data-binding drop-down-menu listitem
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 …

android listactivity listitem
Is it sound to wrap a list item in an anchor?

I have a group of images which each have their own links. I want the images to be in a …

html background-image listitem
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:…

asp.net webforms drop-down-menu alignment listitem
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 …

javascript html listitem