﻿<?xml version="1.0" encoding="utf-8"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><title>Intersoft Community - ClientUI - WebListBox Selected Item Error</title><link>http://www.intersoftsolutions.com/Community/ClientUI/WebListBox-Selected-Item-Error/</link><description /><generator>http://www.intersoftsolutions.com</generator><language>en</language><copyright>Copyright 2002 - 2015 Intersoft Solutions Corp. All rights reserved.</copyright><ttl>60</ttl><item><title>WebListBox Selected Item Error</title><link>http://www.intersoftsolutions.com/Community/ClientUI/WebListBox-Selected-Item-Error/</link><pubDate>Mon, 15 Jul 2013 06:26:38 GMT</pubDate><dc:creator>Hans</dc:creator><category>WebEssentials</category><description>&lt;div&gt;Hello,&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;Thank you for your question regarding WebListBox.&lt;/div&gt;
&lt;div&gt;&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;Could you provide me more information regarding this WebListBox issue? Perhaps a step by step guidance how-to reproduces your issue on my end and screenshot/images about your issue.&lt;/div&gt;
&lt;div&gt;&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;And if you don’t mind, could you help me to provide a simple runnable sample that replicates your issue?&lt;/div&gt;
&lt;div&gt;So I can help you to investigate this issue further more.&lt;/div&gt;
&lt;div&gt;&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;Thank you.&lt;/div&gt;
&lt;div&gt;&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;Regards,&lt;/div&gt;
&lt;div&gt;Hans.&lt;/div&gt;
&lt;div&gt;&lt;br /&gt;&lt;/div&gt;</description></item><item><title>WebListBox Selected Item Error</title><link>http://www.intersoftsolutions.com/Community/ClientUI/WebListBox-Selected-Item-Error/</link><pubDate>Fri, 12 Jul 2013 17:39:26 GMT</pubDate><dc:creator>gkfahnbulleh@lakepiso.com</dc:creator><category>WebEssentials</category><description>&lt;p&gt;I have a weblistbox connected to a sqldatasource; it loads perfectly.  When the page loads it sets the selected.index =0&lt;/p&gt;&lt;pre&gt; Protected Sub Page_Load(sender As Object, e As System.EventArgs) Handles Me.Load
        If (Not IsPostBack) Then
            Me.WebListBox1.SelectedIndex = 0
            Session.Item("ProjectID") = 25
           
        End If
    End Sub&lt;/pre&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;The selected Index changed code is&lt;/p&gt;&lt;pre&gt;Protected Sub WebListBox1_SelectedItemChanged(sender As Object, e As ISNet.WebUI.WebEssentials.WebListBoxSelectedItemChangedEventArgs) Handles WebListBox1.SelectedItemChanged
        Dim index As Integer = e.SelectedIndex
        Dim item As WebListBoxItem = TryCast(WebListBox1.Items(index), WebListBoxItem)
        Session.Item("ProjectID") = Integer.Parse(item.Value)
        'Session.Item("ProviderName") = item.Text
        Me.ASPxImageSlider1.DataBind()
        'Me.Image2.ImageUrl = item.Image
        'GetData2(Integer.Parse(item.Value))
        
    End Sub&lt;/pre&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description></item></channel></rss>