Search results for query: *

  • Users: Idodontnet
  • Content: Threads
  • Order by date
  1. I

    Calling a SQL Stored Procedure? - help

    Hello, I’m have one heard time trying to get data back from a SP on my SQL server... Here is what I have from looking all over the net to get it working... Dim conn = New SqlConnection("Data Source=SQLsvr5;Initial Catalog=Orders;Persist Security Info=True;User...
  2. I

    Upload from local app to web server?

    Hello, I need to upload from my local app to a IIS webserver... I found this "CLIENT CODE" for my local app here: How to: Upload a File in Visual Basic It is telling me to use: '### START VB.Net CODE ### My.Computer.Network.UploadFile( _ "C:\My Documents\Order.txt", _...
  3. I

    ASP.NET Data Source Management ?

    Hello, I have been doing VB.Net (local apps) for some time and have never had any concerns of managing Data Source as they tend to show up at the bottom of the designer staying off the form im building. However in ASP.Net (VB) when I add a Data Source to a webpage it and all the Data Source I...
Back
Top