Search results for query: *

  • Users: critical5
  • Content: Threads
  • Order by date
  1. C

    adding web controls programatically on web form

    Hi, I would like to know how to add the equivalent of groupbox in Windows forms on a web form? Is there any good tutorials on these? for example: Dim genericLabel As Label Dim genericGroupBox As GroupBox Dim genericListView As ListView Dim genericListViewItem As ListViewItem Thanks
  2. C

    message box for a picklist

    Hi I have a problem displaying a message box on a web form. I have the for a windows form but I would like the equivalent for web form if this exists. Below is the code:Private Sub picklistProcessor_AddressMatchLevelExceeded(ByVal sender As Object, ByVal e As MatchLevelExceededEventArgs)...
  3. C

    Help accessing a web service

    Hi I am trying to access a third party web service...I have added a web reference to my project and I am trying to access it. This web service does a credit search...I am a beginner in VB.NET as well so problems occur often: At the moment I am getting the following error: variable 'inp' has...
Back
Top