473,544 Members | 1,944 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

ASP / Active Server Pages Forum

ASP (Microsoft's Active Server Pages) web scripting language - Ask questions about asp development and scripting, ADO, scriptlets, caching, COM, components, sessions, data access, database, objects, cookies, security and more.
3
2,509
thread by: faruk mahir | last post Feb 21 '13 by: ElectronicKid
Hi, Can anyone please help me i have made a webform in which is user is uploading hes resume everything is working fine resume path is getting stored in database after that im trying to open that file by system.diagnostics.process.start("windword.exe",resumepath) but the problem im facing is ms word is giving me an error that a path is not valid...
0
2,025
thread by: amrish9241 | last post Feb 21 '13 by: amrish9241
on my old server this script running perfectly fine..but not now: msxml3.dll error '800c0005' The system cannot locate the resource specified. /malav <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> <meta name="GENERATOR" content="Microsoft FrontPage 4.0"> <meta name="ProgId"...
0
1,427
thread by: icamatrix | last post Feb 21 '13 by: icamatrix
Running a vbscript that is supposed to complete series of process checks and write the results to a text file. The script runs fine on windows 2003 server but on the new Windows 2008 R2 get the following error: Line: 409 Char: 6 Error: Invalid procedure call or argument Code: 800A0005 Source: Microsoft VBScript runtime error Here is the...
1
2,453
thread by: shagul | last post Feb 25 '13 by: ekvasan
Dim arrData1(13,5) arrData1(0,1) = MonthName(12, true)&"-"&Right(PreYear-1,2) For i=1 to 12 arrData1(i,1) = MonthName(i, true)&"-"&Right(PreYear,2) next For i=0 to UBound(arrData1)-1 strXML0 = strXML0 & "<category name='" & arrData1(i,1) & "' />"
3
2,409
thread by: JoeMayo | last post Mar 5 '13 by: JoeMayo
I have an unordered list on my ASP VBScript page. Basically, I want to do this: IF record set is not empty THEN show News button ELSE do not show News button I want the News button to display as a list item. I have code working to check if a record set is empty or not and I'm using Response.Write, which is probably a problem.
2
1,232
thread by: rsubbukrishnan | last post Mar 13 '13 by: rsubbukrishnan
hi, need ftp file copy source require for classic asp page for my intranet web appliacation
1
1,347
thread by: dosa | last post Mar 20 '13 by: pod
hello can i ask how can i put a variable copy in update query if i write this give me a wrong: sql="UPDATE book_info SET num_copies="copy" "+ " where num="+Request.form("No_book"); abCon.Execute(sql); RS.colse; DbCon.close;
1
1,466
thread by: CfdMirco | last post Mar 22 '13 by: CfdMirco
Hello, i'w writing a program that read a text file (file_list) that contain a list of names of other txt that i have to open. with a for cycle it reads each line of file_list and save it in a string, than it has to pass that string (the name of the file that i have to open) to an fopen function. I can compile the program but when i run it ,...
4
1,351
colinod
thread by: colinod | last post Mar 22 '13 by: Rabbit
I have a page here http://www.yaketyyak.co.uk/pages/girls.asp?id=all and a page here http://www.yaketyyak.co.uk/pages/kids.asp?id=All and i want to include the artist Tilly from the kids page on the girls page but only when the age of Teenage is selected on the girls page.
2
1,151
thread by: neha90arora | last post Mar 26 '13 by: r035198x
hii all.....i have a small problem,act i am trying to retrieve my stored data from database it is retrieving the data properly but the problem is it is showing 0 value for the numeric textboxes which i left empty whlie saving the data.....this is rilly a problem........kindly help...
1
1,070
thread by: neelyjava | last post Apr 5 '13 by: r035198x
I have a online form program for real estate that requires Java to use it. However I am on a mac and att the new format for mail will not run with java is there anyway to hide and then just click when I need it and use the newer version of attmail I also need something easy to understand not a computer wiz
3
4,084
thread by: omar999 | last post Apr 5 '13 by: sharmajv
hi guys im having trouble with my asp if else loop. I'm very close but not 100% quite there yet. in my sql server table I have flight routes which consist of prices, dates, months - I am then pulling this out using classic asp on my site what i want is 1. if all 5 prices are NULL to not display anything. 2. and only display rows that...
6
2,238
thread by: drosberg | last post Apr 5 '13 by: sharmajv
Hi all, I've created a form with a memo field where enter text in an unformatted format. I would like to add a second field to the form which takes this text and forces a line break after five words, continues with a second sentence of 5 words, 3rd, etc. I've looked through the text string functions and some examples but I'm stuck. Any...
5
1,587
thread by: sharmajv | last post Apr 5 '13 by: sharmajv
Dear Sir Can someone post how to send a command to Unix Terminal using Winsock and Classic ASP.. Much obliged Regards JAY
2
1,291
thread by: fran7 | last post Apr 6 '13 by: sharmajv
Hi, I am trying to shorten text I get from my database. I have this. function shortString(ltext,textlength) if not isNull(ltext) then if len(lText) > textlength then lIndex = instrRev(left(lText,textlength)," ") if lIndex > -1 then retText = left(ltext,lIndex) & "..."
5
1,613
thread by: tambesonal11 | last post Apr 6 '13 by: sharmajv
I'm trying to upcoming events (today onwards) from my Access Database with "event_time" Plz help
5
1,882
thread by: dosa | last post Apr 6 '13 by: sharmajv
hello the promblem is when i want decrement the value of field in database didn't work like this: copy=rs.fields("num_copies").value; copy=copy-1; then i want update the value of field (num_copies) in database <%@language="javascript"%>
1
1,874
thread by: khanooo | last post Apr 6 '13 by: sharmajv
Hi, I am working on a file uploader. Everything is working as intended, however I need to do some file validation on it across a database. I got the database to open the connection and get the values in a recordset, however I cannot take the filename that I choose to upload to find the name against the recordset. function...
2
1,507
thread by: Lysander | last post Apr 6 '13 by: Lysander
I have not used asp for years but last year I tried to update my noddy web-site using my Visual Interdev and as soon as I tried to edit a page, it crashed with the message "Development Environment has encountered a problem and needs to close. We are sorry for the inconvenience." I was not that bothered, assumed it was a server issue and forgot...
3
1,455
thread by: frederm2004 | last post Apr 7 '13 by: frederm2004
I hope this is simple enough. I have written a very simple little app that runs on a windows 2008 server machine. It simply listens for connections on a specific port. It then accepts any connection to this port and begins processing the data based on the messages. All of this works locally. I.e. when on the same machine using 127.0.0.1. ...
5
2,026
thread by: fawwwaz | last post Apr 8 '13 by: vijay6
hi all I need help Example: I have 3 list list1 already contains number(Even and Odd) list2 empty list3 empty
0
996
thread by: jovo | last post Apr 9 '13 by: jovo
hie, I am trying to code for opening a word document in a webpage using asp.net web applciation in C#.Its possible to do so using open xml sdk but i dont want use this solution any one has any other alternative solutions.if so,please do suggest
1
1,142
thread by: cmshea | last post Apr 11 '13 by: Rabbit
I have tried to add one field of hexadecimal value (x'09') into output file that unloaded by BCP. I used cast(9 as varbinary(1)), it gave 0x09 in SQL management studio. But when I used the same statement with BCP, it returned value of 3039. Can anyone tell me how to add hexavalue field into the output file that unloaded by BCP? Thanks...
3
3,465
thread by: DesignsOnline | last post Apr 17 '13 by: Rabbit
I have a table with many different fields in, including 40 separate image fields. ("Pic1" "Pic2" "Pic3" etc...) each field has a single value (an image name) in, I need to be able to select all these fields as a single record and loop through them. Something like Select Pic1, Pic2, Pic3, Pic4, etc... From Gallery Where GalleryID = 123 Each...
3
1,231
thread by: fran7 | last post Apr 17 '13 by: Rabbit
Hi, I wonder if someone can tell me if its possible to combine two functions. Both work fine as they are written here, but i need them to work together in the output. I imagine that one must write to combine sNewsTitle and sDescription = statement. Thanks for any pointers of theory Richard function 1 (shorten text) Function...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.