Search results for query: *

  • Users: Maddy40
  • Content: Threads
  • Order by date
  1. M

    Windows Service on PDA

    Does anyone know if it is possible to create Windows Service on a mobile device like a PDA running windows CE?
  2. M

    Update table

    Does anyone know why this code works with insert but not when i attempt an update both lines of code are there one works update dosnt? __________________CODE_________________________ mysql = "INSERT INTO Table1(Name)VALUES('Reece')" 'mysql = "UPDATE (Table1) set Name ='Reece' WHERE Name...
  3. M

    Sending xml Data

    Can anyone advise on best way to send xml data from an asp.net page? so far i have developed an Asp.net application which recives data from Net. At present i create an xml file and asp writes data to this file on the same server where the asp.net app is. I need to move this data to a db on...
  4. M

    read excel file in CF

    Dose anyone know the best way to read an excel.dbf file in CF as CF does not support the usual way i would open the file(Oledb) any advice would be greatfully accepted thanx
  5. M

    Upload file to server

    Ok this code works if save location is server.mapPath but as you can see i want to save on a different location the error is "Error: URI formats are not supported" not sure where i am going wrong any ideas? If Not file1.PostedFile Is Nothing And file1.PostedFile.ContentLength > 0 Then Dim...
  6. M

    UP Load file from consol app

    Can anyone point me in right direction i want to upload a file from an application on a pc to a web server. I dont want to use asp.net which are the only examples i cam find. any ideas where i can find an example thanx
  7. M

    ASP.NET version 1.1 not installed

    Hi could any one help? I get following message when trying to create a web project in .net Specified web server is not running ASP.NET version 1.1 unable to run ASP.NET web applications i have installed redistributable 1.1 but still nogo any advice would be great help thanx.
Back
Top