Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~266 People Reached
Favorite Tags
Member Avatar for jeffasbrand

I would like to populate a listbox with multiple columns of data retrieved by a query. I am using the Listbox.DataTextField = "SpaceID" to get one value but can't seem to append others using lines like Listbox.DataTextField = "SpaceID" & " " & "SpaceName" Is there a way to do …

Member Avatar for lance.stine
0
113
Member Avatar for jeffasbrand

I have a real need to write a web robot app that: Will visit ONE predefined location and login (in hopes of retrieving data later) rather than the "search the web" variety spiders that I see everywhere. Does anyone know of any example, code, etc. in VB.NET that uses a …

0
50
Member Avatar for jeffasbrand

I have a need to force all items in a listbox to become selected before I force a submit. I need something to select everything in a listbox called SpacesServed: $("#form1").submit( function() { . . . code goes here . . . } ); Any ideas?

Member Avatar for jeffasbrand
0
103