Remove MobileListItem by value

R

Roman O

Hi!

I'm trying to delete MobileListItem defined in .aspx page:
<mobile:selectionlist id="List1" runat="server" selecttype="DropDown">
<item text="Some text" value="Item1" />
</mobile:selectionlist>

I'm using Remove method:
List1.Items.Remove("move");

or property Visible:
List1.Items[0].Visible = false;

But in both cases I didn't see any result.

Can anybody help me?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,582
Members
45,057
Latest member
KetoBeezACVGummies

Latest Threads

Top