I found my answer using something similar to below
Imports System.IO
Imports System.Net
Partial Class Default1
Inherits System.Web.UI.P age
Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArg s) Handles Me.Load
Dim strURL As String
Dim strResult As String
Dim wbrq As HttpWebRequest
Dim...
User Profile
Collapse
-
VB-WEB: retrieving info from a URL
I have the following URL I use to retrieve whether or not a username and password are successful. You can try the path to see what I get.
I am trying to receive all the information from that URL and populate it in my aspx form page. I need help on calling and retrieving the data from the URL.
http://pet2007.expopla nner.com/exhibitors/exhibregpassche ck.wcs?username =ama4295&passwo rd=bvhcfx
Here is what the calling... -
Dataset is a disjointed (an instance of the actual data from a datasource like SQL Server or Access, by having a dataset you don't need to waste repeated calls back to the original source over the web.
A dataview. Every dataset can have multiple views, just like views with datatables. Dataviews are subsets of a dataset. A dataview could show the same information or less information than the dataset. Every dataset has a dataview and...Leave a comment:
-
Nathan,
Even though I had a situation that seemed impractical with many radio list items, I still believe this is a very practical need to get textboxes or other text in-line with radio button items.
Your solution puts me on the right track as I will need some sort of loop, but your solution merely joins my text. I can do the same and avoid by the loop concatenating "ItemText" with "ItemCommen t"...Leave a comment:
-
VB-WEB: Adding column to radiobuttonlist
I have a radiobuttonlist bound to a dataset on the Page Load event, it has about 150 items. I used two columns from my SQL Server database, ItemVal for the DataValue field and ItemText for the DataText field. However my database has a third column which includes a comment (nvarchar(50)) field, ItemComment. I would like this to appear next to the given text in the radiobuttonlist as a separate column. I would like the column to be either an asp:label,text...
No activity results to display
Show More
Leave a comment: