1,828 Topics

Member Avatar for
Member Avatar for yenyen

hello..i got some question about downloding and save the image from other server to my server and also change the file name. i have no idea on it. i hope can get some help from here. let say i have a url that pass back from the Picnik API like …

Member Avatar for Drew
0
2K
Member Avatar for aadimasam

hi.. i want to tranfer username and password from one server to another with encrypted format. Pls help me Aaadi

0
41
Member Avatar for kamrag

I am having a problem when reading xls file. I dont want to upload the file on the server. I just want to read the file which the user is going to post. Note: This file in not on the server and i want the file format as .xls (not …

Member Avatar for arunguptadch
0
186
Member Avatar for raul15791

Hi, I need to reset all the values of elements in my form to empty string. But the problem is that the form can be reset but the variable still holding the value of y previous input. For exp, Input 5 value at first time. Input 2 value at second …

Member Avatar for raul15791
0
117
Member Avatar for Farismkhalid

Hello, im a rookie i would like to connect to a MSSQL2000 server Retreive information post it on the website then detele it on a condition please help i have compiled this so far. [code=asp]<% '* database server parameters Dim serverIP '* ip adress Dim serverPORT '* ip port Dim …

Member Avatar for Drew
0
120
Member Avatar for squarkman

I wish to preview ASPX files in Dreamweaver 8 but I wonder if I need to install extra software other than the Dreamweaver 8 software to setup a test server. Does Dreamweaver software know how to interpret ASP files? If so, why does one need to setup a test server. …

Member Avatar for Drew
0
99
Member Avatar for kofidak

Hi My Uni assignment is to develop a flight Reservation using ASP and Ms Access database. I have started it and got stack with how to code a select from displayed flights using Radio button. I would much appreciate and suggestions: [code=asp]<table border="1"> <thead><h2><%=(rsOutBound.Fields.Item("deptCity").Value)%> To <%=(rsOutBound.Fields.Item("arrCity").Value)%></h2></thead> <tr> <% While ((Repeat1__numRows …

Member Avatar for kofidak
0
76
Member Avatar for bilalahmedmalik

Hi all i have just instaslled iis7 on vista... but when eva i wanna save my file under wwwroot ... it says u dont have enouhg permission to save file in this location. contact ur system administrator. can any one help me in this regard thanks

Member Avatar for Drew
0
67
Member Avatar for raja_muthu

hi, i need help, i used vb component in asp pages but now i changed the vb component to vb.net dll in asp pages this dll is placed in asp application bin folder but the asp application can not connect to dll ie cannot create object. so pls help me …

Member Avatar for Drew
0
43
Member Avatar for makavelixxx

When i am trying to compile the login form appear this error Could not load type 'NorthCSharp.WebForm1'. Source Error: Line 1: <%@ Page language="C#" Codebehind="Login.aspx.cs" AutoEventWireup="true" Inherits="NorthCSharp.WebForm1" %> Line 2: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" > Line 3: <html> Source File: /NorthLogin2/Login.aspx Line: 1 I have de C# …

Member Avatar for Drew
0
68
Member Avatar for cutebab

hi In my windows server with XP OS i hav installed IISv6.1. My problem is when i put .asp file in desktop or in wwwroot of inetpub its gives a message windows cant open this file. generally all thats required for asp file to run is IIS .and its already …

Member Avatar for Drew
0
139
Member Avatar for whisper_101

Hi Guys I have 2 files 1st File a user creates a Text File using the FileSystemObject 2nd File I want to send an email confirming the Text File has been created I do not want to include the script to send an email with the script to create a …

Member Avatar for Baradaran
0
60
Member Avatar for lewmeyers

Hello everybody, I have an asp.net version 2.0 website running in a college environment that until recently behaved just fine. A couple of days ago, a user contacted me and told me that when she hit the enter key in lieu of clicking a submit button, the site went away …

Member Avatar for lewmeyers
0
76
Member Avatar for raul15791

Hi, I'm newbie in ASP. I am trying to view multiple pages by using a single file. For example, I have a few pages of product.asp (products.asp, products1.asp and so on). Now I want to create a single single (products.asp) but can view multiple pages. Try to search through google …

Member Avatar for raul15791
0
292
Member Avatar for dips255

Friends please help LoginName Prop_code Visitdate scorpio84 RS32650 10/23/08 12:14 PM scorpio84 RS29589 10/23/08 12:14 PM fatima17124 RS47255 10/23/08 6:32 AM vinit32831 RS33019 10/22/08 2:31 AM vinit32831 RS33019 10/22/08 2:31 AM vinit32831 RS39680 10/22/08 2:30 AM vinit32831 RS47246 10/22/08 2:26 AM sashi133 RS46091 10/20/08 4:38 AM sashi133 RS46091 10/20/08 4:38 …

Member Avatar for dips255
0
136
Member Avatar for Fiorentino01^

Hi, I am working on a web site using VWD 2005 Express Edition. As I wanted to host it on my own pc I followed the instructions of various tutorials and finally I succeeded in viewing it by typing [url]http://localhost/Alias/Index.aspx[/url]. Next I tried with the help of my son to …

Member Avatar for Baradaran
0
94
Member Avatar for aparnesh

I have 3 files containing classes, let's say - A, B and C. B and C both contain the file A as they are subclasses of A, using the "#include file " directive. I am facing a problem if a page contains both B and C, it is saying 'Class …

Member Avatar for Baradaran
0
106
Member Avatar for priyam_maheshwa

Hi There I am developing a site which would be used worldwide,so some of the people in China and Japan want that they should be able to see the site in their respective language.So to change the content language i am thinking i will use [CODE]<html lang="zh">[/CODE] tag.But this would …

Member Avatar for Baradaran
0
80
Member Avatar for dcparham

folks, trying to pass variable from test1.html to test1.asp. simplest code possible, even works on our ISP host, but not my web server. please help?? code for test1.html, which calls test1.asp: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>A.html which calls B.asp</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <body> …

Member Avatar for dcparham
0
252
Member Avatar for dcparham

our website opens a NEW registration window [target="_blank"], register1.asp which submits form data to register2.asp "write to database" and "thank you for registering" page, by way of js form validation function - >>>i need to cause register2.asp to open without the ability to hit the BACK button [ie, no menu …

Member Avatar for dcparham
0
190
Member Avatar for Ninad16

I have just started learning asp.I have some basic queries.They may sound silly to you.Please bear with me. Why asp were created?What are their advantages? When we fill a registration form for say yahoo or gmail,etc.,how come all the info gets stored in the database when we click "Submit"? What …

0
45
Member Avatar for vamsi.kiran

Hi all, This is vamsi from Hyderabad. From the past 2 days I am very difficult to solve this eror. We are working for a product project in which it have to include a patch version in end. this patch version should get dynamically depends upon assembly version. So I …

Member Avatar for msaqib
0
115
Member Avatar for RahulV

Ive created a .html page, but now i want that when a user tries to open that .html page he must be automatically directed to .asp page without showing the contents of the .html page. How can i do that ??? Please help !!! Thank you !!!

Member Avatar for msaqib
0
144
Member Avatar for RahulV

[B][U][COLOR="Red"]---URGENT---[/COLOR][/U][/B] Hai, I wrote a code : [CODE] <html> <body> <%response.write "<form action=http://localhost/rentry.asp?tid="& request("tid") &">"%> <textarea name="treply" rows="10" cols="100">Enter ur text here</textarea> <input type="Reset" name="subFThread" value="Reset"> <input type="submit" name="subFThread" value="Post"> </form> </body> </html> [/CODE] Here i wanted to send a piece of data (tid, that i extract from the earlier …

Member Avatar for RahulV
0
193
Member Avatar for bskumar.bala

Hellow, I am new in ASP and I have created a database in ms-access contains the fields - ID, name, designaton, photo and I uploaded all the datas. The images are in BMP. When I retrive the data by using ASP seach menthod, the id, name and designation only displayed. …

Member Avatar for bskumar.bala
0
147
Member Avatar for aparnesh

How can I implement a constructor / destructor for a class written in ASP ? Something like the __constructor() function of PHP. Also is there an in-built Collection Object in ASP (as in Visual Basic) ? Thanks

Member Avatar for aparnesh
0
107
Member Avatar for K.Vanlalliana

I am new to ASP, and I used to write the connection for my Access Database using DNSLESS Connection like this: <HTML> <BODY> <% 'Actionvar=Request.QueryString("actionvar") '** Set Up a DSNLESS CONNECTION<BR> Set conn = server.createobject("adodb.connection") DSNtemp="DRIVER={Microsoft Access Driver (*.mdb)}; " 'DSNtemp=dsntemp & "DBQ=" & server.mappath("Record.mdb") DSNtemp=dsntemp & "DBQ=" & server.mappath("MyWeb/MyRecord/Record.mdb") …

Member Avatar for aparnesh
0
267
Member Avatar for RahulV

Hai, I'm creating a website for a computer forum (using VBScript, SQL server - back end). Im able to display the heading of the threads in a page & also im able to click and redirect to a proper .asp page but, can u tell me how can i show …

Member Avatar for RahulV
0
60
Member Avatar for trafmore

I have created this table and is accessing it via an aspx web form. I would like to know if it possible to update the table sending the update data to a different table in the database. If Yes how do I accomplish that? Trafmore CREATE TABLE dbo.TimeSheet( dt SMALLDATETIME …

Member Avatar for johnshedlock
0
105
Member Avatar for cVz

Can anyone please provide me with some help to over ride the web.config file in VS 2005 , i am new to the ASP scene, and it is all rather confusing! i want to create a login page with three user roles 1 - Admin 2 - Manager 3 - …

Member Avatar for Baradaran
0
108

The End.