1,828 Topics
| |
Hello, I have an idea but just not sure how to go about it. Using .ASP I want to: Make a .zip file based on user selections then make it available for download. For each .XML file 1. Read Headline and Body text tags in .xml convert to text, add … | |
hiiiiiiiiiiiii frds if nybody knows how to show content of a doc file in textarea...or web page. using asp 3.0 like to show the content of resume of students in a textarea.. by specifying the resume files's path plz help me.... thanks in advance...! | |
Hi, I'm using dreamweaver repeat region server behaviour to populate a table/form on a webpage. I now need to insert all the values into a database using dreamweaver and repeat region server behavior. If I remove the behaviour used to populate the table/form, it will successsfully write 1 record. However … | |
Hello to All Please let me know that Post back function can be used in ASP page if it can be used please give me the sample code. at earliest. Naveed | |
What would be the best available solution for uploading files to a Web Server from ASP ? I have been using MS Posting Acceptor but it is giving bizarre problems ([URL="http://www.daniweb.com/forums/thread112267.html"]See here[/URL]). Also I came to know it has 2 rather unpleasant problems - destroys all session data after a … | |
I am trying to upload a file to IIS Webserver using MS Posting Acceptor. The URL from where the File is being Uploaded is h ttp://localhost/ccs/RakeUpload.asp After the File has been uploaded, it should be processed by another page 'RakeProcess.asp' After the File is uploaded, the URL is changing to … | |
Hello everybody, Please somebody help me...I am trying to save webpage data on the access database (remote server)...on the local host everything is going fine....but when i m loading my web page on remote server and trying to save the data to the ms access database then i could not … | |
hey...I need urgent help I have 2 comboboxes on a form and when I post the results back to the page 1 comboboxes continues to show but I need it hidden.. here's the code: [code="HTML"] <td><strong>or Owner</strong> <td><SELECT id="cboGpOwner" style="WIDTH: 96px;" name="cboGpOwner"> <OPTION value=0 selected> </OPTION> <OPTION value=1>AI</OPTION> <OPTION value=2>PAL</OPTION> … | |
hiii,,i m a new member of daniweb and new to programming also.. well i have a simple login page in my website,, currently i am using standard username and password,,,but i would like to have the username and password checked from a table in the database,, i am using asp.net … | |
Hi I have a asp page for Update. i need to update it look only. I formated it. But not getting look. In that page XML data is used. I have no knowledge about XML. Is this line making any design changes? <%=dataDoc.transformNode(screenDoc)%> Please tell me..... :( | |
Howdy, I'm looking for an ASP programmer to produce 5 contact forms and associated form parser. We're more php kinda people, so we figure it would be easier to seek help. pm me and i'll give you the spec if it sounds like your bag. (please forgive me if this … | |
Hi experts this is an urgent question. how do you import and export database online? I have 2 equal database. I uploaded my FrontEnd(OPAC) and Database online. I have also a same database in my BackEnd(VB6) located in my computer. My problem is how do i update both database in … | |
Dear Sir, Can I use SQL query with in the Jave script being used in ASP page. If i can please reffer me some samples code. Actually I have made a form in ASP code it contain a combobox with items from the database. on the selection of any item … | |
ecommerce website ASP coded using MS SQL: product page - display product with all atributes. |----> on product page display associated products. | |----> Optional products are pulled from the database via a table with two columns, one column for each linked product. So on the product page it looks … | |
Good day, I have problem that i'm just not 100% to go about it or if it will even work they way in which i wish it to. My current site (article content based) has the option of the user being able to select the article he/she likes and have … | |
i have installled IIS . but when i try to open up [url]http://localhost[/url] ... it says page cannot be displayed ..... what i have to do .... i even tried with my computer name .. same error page cannot be displayed using xp pro sp2 ? what do i have … | |
Hi i am developing a voting system. i want to show the result as in image. plz help me. [ATTACH]5243[/ATTACH] i am blanck. Can't think how to achive this... | |
Hi All, I'm a complete novice when it comes to ASP, so please bear with me. I have a GridView bound to an Access Table that has no sorting on it (which is as it should be) and a Combo Box bound to the same table that is sorted on … | |
Hello Every time i input the character [B]'[/B] and [B]%[/B] in the textfield it generate an error in my query. [B]The error:[/B] Syntax error in query expression 'Title LIKE '%' %%';'. [B]My code:[/B] [CODE=asp]adoList.Open "SELECT * FROM qryOPAC WHERE Title LIKE '%" & varExp & "%';",CoNN,3,3[/CODE] tnx in advance.. | |
| Dear all, how to dynamically build an XML document with IIS6 and 404 error custom handler? At the moment if I dinamically create an XML page with Response.Write(<xml code here>) I cannot remove header "404 errorpagepath" that IIS adds automatically. How to remove that header from Response object? Thank you … |
when iam trying to add data to the database i get this error [CODE]Microsoft JET Database Engine (0x80040E14) Syntax error in INSERT INTO statement. /science/add.sign.asp, line 14[/CODE] here is the add.sign.asp [CODE] <!--#include file="connection.asp" --> <% adddate=now() name=request.form("name") email=request.form("email") ranking=request.form("ranking") notes=request.form("notes") if name="" or ranking="" or notes="" then response.write"الرجاء ادخال … | |
Hello every one I want to creat web page for text chatting and life video transfering (i.e display users web cam or any camera attached) If any person have an idea , links or books I will appretiate that | |
Hello... I have a problem here... How do i make an asp using database using this script... [code]<%@LANGUAGE="JAVASCRIPT" CODEPAGE="1252"%> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title>Untitled Document</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <script language="JavaScript" type="text/JavaScript"> <!-- function MM_reloadPage(init) { //reloads the window if Nav4 resized if (init==true) … | |
Hello all, in my ASP application i need to upload 6 images. for that i used u function. But the problem is it is operating well only for 1 image upload. And not for remaining 5. Can any one know about this why this is happening. Thanking You. | |
The picture does not display, is my code wrong? please help [CODE=asp]<tr> <% Response.Write("<td><img src=Books/" & varAccession & ".jpg class=picA width=200 height=150 /></td>") %> </tr>[/CODE] | |
I thought this was a simple task to do, but not. I just want the option stay selected when a value from the session variable exists, AND it does after the form has been submitted. So why can't the option value stay selected as long as session is populated. If … | |
i wrote an asp script and when i made the guest book ( when i used the addSQL ) this error returned [CODE]Microsoft JET Database Engine (0x80004005) Operation must use an updateable query. /science/add.sign.asp, line 15[/CODE] This is the add.sign.asp [CODE] <!--#include file="connection.asp" --> <% addedin=now() name=request.form("name") email=request.form("email") ranking=request.form("ranking") notes=request.form("notes") … | |
Hi, I try to pass a value from a form field to a detail page, I would like to be able to trim the form field content to pass only the 2 first characters in the string. The form is like this: Enter ZipCode: [CODE]<form action="index.asp?Zip=<%= Request.Form ("Zip")%>" method="Get" enctype="multipart/form-data"> … | |
hai everyone..i'm still beginner in this ASP.. jus wanna know is it ok if i used MySQL as database? can anyone teach.. really needs ur helps and guides..thanx alot guys.. :) | |
Does anyone have succesfuly run Classic ASPvb on IIS7 on Vista? As I am a complete beginner, I started to work with ASP on IIS5, and it was a breeze to set up, just by curiosity, I copied and move few sites to an IIS7 server on a vista machine, … |
The End.