No announcements
Found 1807787 threads
-
1 Votes
how to select index on comboBox
Hi, you must follow this ...Answered | 5 Replies | 2653 Views | Created by E_gold - Wednesday, May 30, 2012 6:02 AM | Last reply by Sambath Raj.C - Wednesday, May 30, 2012 6:59 AM -
2 Votes
How to get the Item of a 0 based intex collection
>How can I retriev the item from a given index position ?Answered | 2 Replies | 444 Views | Created by wakefun - Wednesday, November 18, 2015 5:52 PM | Last reply by Magnus (MM8) - Thursday, November 19, 2015 11:44 AM -
0 Votes
Control selected item on ComboBox??
What do you mean by saying "control what happens when the user selects a item from the combobox "?Answered | 2 Replies | 3595 Views | Created by sillybob - Thursday, April 9, 2009 1:35 AM | Last reply by Guo Surfer - Monday, April 13, 2009 6:50 AM -
0 Votes
Slicer Selected Index Changed
Hi Bruce, My company is also very interested in handling the Slicer Item changed event.Answered | 2 Replies | 5027 Views | Created by Attiqe Ur Rehman - Monday, December 20, 2010 9:31 AM | Last reply by jetscott - Friday, September 2, 2011 6:04 PM -
1 Votes
Delete from a database at a selected index of a listview
I would like to be able to delete a row based on the selected item in the listview.Answered | 4 Replies | 9595 Views | Created by Richard Cloete - Tuesday, December 1, 2009 7:41 PM | Last reply by Richard Cloete - Wednesday, December 2, 2009 9:36 PM -
0 Votes
Selective Page Indexing Directives in Sharepoint
I put all my menus and all common items inside it.Answered | 13 Replies | 12901 Views | Created by pkrug - Friday, August 22, 2008 2:18 PM | Last reply by Kish B - Tuesday, August 4, 2009 5:00 PM -
0 Votes
How to select an item in ListView
set activation property to single click.Answered | 5 Replies | 7325 Views | Created by BinaryWave - Tuesday, September 15, 2009 9:08 AM | Last reply by Congthanh TeleIT - Sunday, January 3, 2010 4:22 PM -
4 Votes
NoCrawl flag and item removal from index
It shouldn't be necessary to reset the index or remove the item manually everytime you set the NoCrawl flag on a site.Answered | 6 Replies | 2111 Views | Created by Martin Buus - Friday, June 24, 2016 12:36 PM | Last reply by Martin Buus - Monday, June 27, 2016 10:00 AM -
0 Votes
WPF ListBox Control - Get Selected Index of control Selected
public void change(object sender, SelectionChangedEventArgs e) { // Get the currently selected item in the ListBox.Answered | 3 Replies | 7819 Views | Created by Bob Johnston - Sunday, August 19, 2012 3:42 AM | Last reply by Sathi_NAGA - Monday, August 20, 2012 5:36 AM -
6 Votes
Find "index" item from List(Of T) is in?
I am basically removing items from a List(of String), but I was unsure how to get the index of the correct item and these solutions meet my needs!Answered | 6 Replies | 14355 Views | Created by Rob Outman - Thursday, February 2, 2012 12:07 AM | Last reply by Reed Copsey, Jr - Tuesday, February 7, 2012 5:21 PM -
1 Votes
How to select items that are not selected yet?
SELECT i.* FROM Items i OUTER APPLY (SELECT COUNT(1) AS Cnt FROM SelectedItems WHERE SelItemID = i.ItemID )si WHERE ...Answered | 8 Replies | 1227 Views | Created by IvicaNesic - Friday, July 11, 2014 12:18 AM | Last reply by IvicaNesic - Friday, July 11, 2014 9:01 PM -
0 Votes
select item index 0
User-646447061 posted hello nan yu, i have <item>this data change every ...Answered | 3 Replies | 124 Views | Created by Anonymous - Thursday, December 17, 2015 6:07 AM | Last reply by Anonymous - Tuesday, December 22, 2015 9:50 AM -
0 Votes
How do select a particular item in listview ?
As you type the text it Highlights the items that begin with the textbox text and also selects the first item that begins with the text.Answered | 8 Replies | 5509 Views | Created by DivisBalaji - Tuesday, December 10, 2013 5:04 PM | Last reply by DivisBalaji - Wednesday, December 11, 2013 5:16 AM -
3 Votes
Can textbox selected item remove?
Hello, Here is an example where I set the selected index but of course you can change it and then will need an if statement to detected if there is a ...Answered | 14 Replies | 837 Views | Created by Hwai17 - Tuesday, October 28, 2014 5:45 PM | Last reply by Kareninstructor - Wednesday, October 29, 2014 12:39 PM -
0 Votes
how the get the value of not selected item in the listbox?
You can loop over the .Items collection and check whether each item exists in the .SelectedItems collection with something like: For i As Integer = 0 To ...Answered | 4 Replies | 1109 Views | Created by alluka - Wednesday, January 29, 2014 6:00 AM | Last reply by HomeGrownCoder - Wednesday, January 29, 2014 6:35 AM -
0 Votes
FInd currently selected item in listview
It must have someway of knowing which item is currently selected but i cannot see how to access it through my code.Answered | 3 Replies | 4186 Views | Created by jonnydexter - Wednesday, November 3, 2010 3:56 PM | Last reply by Emanuel, Varga - Sunday, November 7, 2010 8:29 PM -
1 Votes
ComboBox Binding with a Blank Selected Index Initially???
Later, when you have to build your search query, you can test for the selected index in the combo box and if it'sAnswered | 18 Replies | 38791 Views | Created by iamajloppy - Sunday, May 21, 2006 8:34 PM | Last reply by P Latham - Tuesday, August 4, 2020 5:47 PM -
0 Votes
MDX descendants function with Item(0)
eg .item(0).firstchild.member_caption RichardAnswered | 3 Replies | 2604 Views | Created by Sarah2005 - Monday, June 10, 2013 10:52 PM | Last reply by RichardLees - Thursday, June 13, 2013 12:30 AM -
0 Votes
ListView Index Update Item
The index logic below keeps giving me -1 for some reason, when I have data in the listview.Answered | 1 Replies | 1267 Views | Created by pianoboyCoder - Monday, July 18, 2016 8:24 PM | Last reply by Dave Patrick - Monday, July 18, 2016 8:25 PM -
0 Votes
[UWP][XAML]Accessing an Item's Index in an ItemsControl's ItemTemplate
Hi, Seems perhaps I could have misunderstood and you might want to bind for each item index in the textbox.Answered | 4 Replies | 6126 Views | Created by Nathan Sokalski - Monday, May 23, 2016 7:50 PM | Last reply by Krunal Parekh - Wednesday, June 1, 2016 8:37 AM
No announcements