Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
get data from the file
Name: altafingar Date: November 1, 2004 at 11:49:44 Pacific OS: 2000 CPU/Ram: 528
Comment:
hello I have excel file and i have about 15 or so column so what i m trying to do is that When my user enter a part number to search from my aspx page e.g. e-9876 it will give my user rest of the 14 coluumn in 14 text box i have made on my aspx page. My question is how do i make it so that when user enter part number it will display proper info in proper textbox on my aspx page. i m using excel file not mdb type. so basically give so and so column for the entered part number and display it into the textbox on aspx page...
Summary: hi guys, The input file is coming like ddddddd zzzzzzz ROW_NUMBER,NAME,SAL 1,aaa,5000 I need to read data from the file from the column name ROW_NUMBER. Expecting result: ROW_NUMBER,NAME,SAL 1,aaa,500...
Summary: i have developed an application that will send email i am using Visual Basic 2005 problem is that when i try to send email i am getting following error: "Unable to read data from the transport connect...
Summary: Dear All, I would like to get data from a popup window. I had design the following code. When I run test.asp and click the button, the popup window will show and the user can input data in the input b...