I made a vb.net web aplication that scan a document and save the image in a file on the remote machine using a TwainPro control. I did manage this process in the html view of the form design and when I try to save the file in a database usign vb code, the system search the archive in the server...
hi all,i am getting the following problem when inserting to a db:Must declare the scalar variable "@CustomerID".what does this problem point to??please helpregards...
Hi there I have a flash application that will send an XML packet to a asp.net server application (.aspx file).I know how to sen the XML packet to the .aspx file but does anyone know how i get the .aspx file to save the xml packet back to an xml file, i have found loads of PHP exsaples that are r...
I am receiving this errorCould not find a part of the path"c:\inetpub\wwwroot\www01\ESPEmail\df268d2c-5666-4171-a4a1-ca703ff3bce7\Test.doc". I am trying to save an uploaded file to a dynamically created directory, but I keep getting the error aboveHere is my codeDim Filename As String = ""'...
I admit it, total newbie to .NET! I need to save the .scrollTop of a <DIV> in a Session variable when the page is unloaded. I'm not sure if this can be done in Page_Unload? (I'm using C#).Appreciate any input. Thanks.cudabean...
Can someone please tell me what's wrong with this code? I'm trying to have state of an arraylist saved & though the saveviewstate event is fired, when the page is sent back, the loadviewstate has a "nothing" value where the arraylist was supposedly saved at. Thanks!!...
I have an application where I need to update an excel file with the value of a text field.Several users are using this application so when "Update" is clicked a new excel file has to be opened. The second time "Update" is clicked the value of the text field needs to be added to the already opene...
I have a web form with a text field.When I click "Update" I wish to store this information in the attatched Excel file in Cell B2, where Id=1.How is the code for that? It must be quite simple.I have attatched the project....
I scan an image in a web browsing application and this image must be save in the remote machine. This is the code that I already use: Dim filestr As String = "C:\WINDOWS\temp\scanned.jpg" Dim fs As New FileStream(filestr, FileMode.OpenOrCreate, FileAccess.Read) Dim MyData(fs.Length) As Byte fs.R...
Hi,I am saving the HTML data in database from my ASP.NET page (VB). Users enter some text in a textbox and that data gets saved and once saved that data is showing in a grid below. Now users can enter something like ... <a Href="http://education.oracle.com/pls/web_prod-plq-dad/show_desc.redir...
I have an entry form. One of the options is saving an incomplete form, that can be loaded at a later date, and submitted. I would rather have the files saved on the client side, so that one client can not open another's file. All help is appreciated....
The query processor could not produce a query plan from the optimizer because a query cannot update a text, ntext, or image column and a clustering key at the same time. got this error on saving request.does anybody have the same problem?...

