OK:
Dim i As Integer = objAddTo.Items.Count
Dim SortListA As ArrayList
Dim j As Integer
Dim k As Integer
Do While i > 0
If objAddTo.Items.Item(i - 1).Selected = True Then
Me.objRemoveFrom.Items.Add(Me.objAddTo.Items.Item(i -...
How do I delete the bindings from a list box. My code fails at:
Dim i As Integer = objAddTo.Items.Count
Dim SortListA As ArrayList
Dim j As Integer
Do While i > 0
If objAddTo.Items.Item(i - 1).Selected = True Then...
Hi,
I am wanting some help with list boxes. I have a web form with two list boxes (1 for available list and the second for selected list).
What I want is some code which will be able to transfer one item from the first list box and transfer this to the other.
Any ideas?
Bob
I have a standard text box with no style attached.
However, when my page loads this text box turns yellow. This is because of the text in the td next to the control. If this TD reads Email then the control turns yellow!!!
Any ideas how to stop this?
Hi,
In a field called address I have records such as:
25 Steven Rd
Bloggs Avenue
How can I determine whether the first couple of charaters are numeric or text?
When I delete from a table without setting the where clause, everything is deleted. However, when I insert into the table again the identity starts where it left off and not at 1 again.
Does anyone know how to stop this?
The example below returns the full name from Active directory. How do I return other information such as email address etc?
[code]
Dim dsDirectoryEntry As DirectoryEntry
strPath = "WinNT://" & strDomain & "/" & strLogin
dsDirectoryEntry = New DirectoryEntry(strPath)
strFullName =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.