iSeller Commerce
iSeller POS Retail
iSeller POS F&B
iSeller POS Express
Crosslight
WebUI
ClientUI
What's New
Download Trial
Web Solution
Mobile Solution
Enterprise Solution
Custom Development
Blog
Community
Latest Development Blogs
ForumPostTopic
Browse By Tag
I have a weblistbox connected to a sqldatasource; it loads perfectly. When the page loads it sets the selected.index =0
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
The selected Index changed code is
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
or
Choose this if you're already a member of Intersoft Community Forum. You can link your OpenID account to your existing Intersoft Social ID.
Choose this if you don't have an Intersoft account yet. Your authenticated OpenID will be automatically linked to your new Intersoft account.
Enter your Wordpress Blogname