1,828 Topics

Member Avatar for
Member Avatar for cryptics

I've got a form prepopulated from a row in a database (grabs the querystring from the URL to determine the row) and this works fine. I'm using the pageload function on the code-behind file to do this. The button onclick has a function that is supposed to take the data …

Member Avatar for cryptics
0
68
Member Avatar for ameyanatu

Hi Folks can any one give me simple file upload then retrieve code?? and is there any solution to SQL injection?????

0
45
Member Avatar for cjmartin

I have two ASP pages. First one is a basic input form. The second one is just vbscript that I use to process the data. It is an INCLUDE file on the first page. What I need to do is once the second asp page is done processing or an …

0
73
Member Avatar for nike123

what exactly do i need a webhosting company for, is it just simply to run my asp pages, if am unable to do so from my computer?

Member Avatar for btesfaamlak
0
155
Member Avatar for abhay1234

heres the code [code] <%@ Page AspCompat ="true" %> <html xmlns="http://www.w3.org/1999/xhtml" > <body> <% dim adoconn Dim rsnikhil dim ssql%> <%adoconn = Server.CreateObject("ADODB.Connection")%> <%adoconn.Open("Provider=Microsoft.Jet.OLEDB.4.0;DataSource=c:\nikhil.mdb;")%> <% rsnikhil = Server.CreateObject("ADODB.Recordset")%> <%ssql = "SELECT * FROM kulkarni" rsnikhil.open(ssql, adoconn) %> <% Do While not rsnikhil.EOF Response.Write(rsnikhil("name")) Response.Write(rsnikhil("comments")) rsnikhil.MoveNext loop %> <% rsnikhil.close() rsnikhil …

0
53
Member Avatar for sufax

I am trying to build a web application where users can review new projects each week. I have built an asp page with a table that is filled with summary information from a database about each project. I have included an onclick event in each cell that opens a detail …

Member Avatar for sufax
0
83
Member Avatar for Trogan

Hi, I need to create a data-driven log-in form with different permission levels using classic ASP and MS Access. It is intended for a HR Company. What I'm trying to achieve is something like the following: [QUOTE]Manager - all access/permission Staff 1 | Staff 2 | create, edit and delete …

Member Avatar for WebspoonUK
0
109
Member Avatar for Vampdee

I have a client whose hosting provider dissappeared. He has an old ASP (read: Pre-.net) site and I need to get the site online at a new provider. TO start, I am trying to run it internally to make sure I know how to make it work. I have a …

Member Avatar for WebspoonUK
0
135
Member Avatar for php_noob

is there a script or maybe you have resources for a ASP.NET MAILER like PHPMAILER. Thanks!

0
88
Member Avatar for jellyfishes

Hello all. It's my first forum post on DaniWeb. Hope to meet like-minded people here : ) I have installed a JQuery Photo Gallery: pretty nifty one. [url]http://coffeescripter.com/code/ad-gallery/[/url] I was planning to have a folder in my web directory called "Photographs", containing both photographs and thumbnails of the photographs for …

Member Avatar for Tofudisan
0
189
Member Avatar for Corbula

I have a table in a html page and i'm using a script to put the data into a form underneath the table. However i now need the data from the table to be put into a form which is on a new page. The best way to do this …

0
62
Member Avatar for abhay1234

i wish to create a cookie for an html form. I wish to get value from textbox(how do i do this). i wish to get the values displayed when i click the submit button my code [code] <html> <body> <form> <button type="button" name="rollno">rollno</button> <input type="text" name="rollno"> <br> <button type="button" name="name">name</button> …

0
57
Member Avatar for f_atencia

Hi all, I have an XML File: staff_record> <staff> <username>user1</username> <password>password1</password> </staff> <staff> <username>user2</username> <password>password2</password> </staff> <staff> <username>user3</username> <password>password3</password> </staff> </staff_record> I have a form (login.html) and I need to use an ASP page (login.asp) to redirect the user to home.asp when they have successfully logged in, based on the …

0
90
Member Avatar for sweetjos

Already image path is being is stored in database... I want to retrieve it and want to display images in asp pages(IF I CLICK A HYPERLINK OR BUTTON IMAGE SHOULD BE DISPLAYED) ... Plz help with sample code. Regards Jose

-1
63
Member Avatar for free_style

Hello guys, I am new in ASP, ADO and IIS, but I find a good tutorial in w3schools. I've started reading the ADO tutorial, because I want to create a simple web page, which is connected to a database. I will use Access database (.mdb). So, I've created two web …

Member Avatar for vsmash
0
163
Member Avatar for Anterko

Hello. I have a nested GridView inside of a DataList. I need to enable the paging control of the GridView, but I have no idea where to put the code for it to work. Also I would like to create a function which will do the following: when a user …

0
81
Member Avatar for MarcusMaximus

We have an internal custom program in-house for CRM and we export all email address weekly for a mailer to another external program on our web server. We currently receive emails and manually unsubscribe people from our email database weekly as they come in. I would like to write a …

Member Avatar for MarcusMaximus
0
80
Member Avatar for kunkka17

hi,, i have problem run the asp.net application through IIS. I have made virtual directory for the application folder. when i try to 'Browse' the virtual directory, then the Error show up. 'You are not authorized to view this page' 'You might not have permission to view this directory or …

0
87
Member Avatar for jeswin12

My requirement is that i have two sections Admin and User - [B]Admin[/B]: textbox to add NEWS to MS SQL database. [B]User Home page[/B]: News scroller that reads the news from the database and displays (scrolls right to left) it Both admin and user page is done in [B]ASP[/B]. Please …

Member Avatar for avishek04
0
123
Member Avatar for f_atencia

<?xml version="1.0" encoding="ISO-8859-1"?> <catalog> <cd country="USA"> <title>Empire Burlesque</title> <artist>Bob Dylan</artist> <price>10.90</price> </cd> <cd country="UK"> <title>Hide your heart</title> <artist>Bonnie Tyler</artist> <price>9.90</price> </cd> <cd country="USA"> <title>Greatest Hits</title> <artist>Dolly Parton</artist> <price>12.90</price> </cd> </catalog> Hi, I'm sure it's very simple, but I'm new at ASP and XML. I just want to know how I …

0
65
Member Avatar for Ihab Salamin

Hey , all i want do this senario : i made a webpage that select excel file to be uploaded and save the file in any directory and then display the content of this file in gridview that what i do . i want now to make the gridview fully …

0
55
Member Avatar for Sickness1

Hey guys, the name is Kevin, pretty much my buddy just asked me if I could do some work for him on his site so I told him I could, thing is I dont know much ASP, but can usually manage, well one of the things he needs is a …

0
52
Member Avatar for dips255

our asp site is taking very high cpu usage what are the reasons for such high usage. we have used stored procedures n also indexed the tables is it possible to detect cpu usage and display a custom message to users to hold for some time if usage is very …

Member Avatar for jet1337
0
109
Member Avatar for itslucky

Dear Friends!!! I am developing a Hotel reservation Website (ASP .NET C#), and i need to send XML file to the server and then receive a XML Response File. Now i would like to Save the XML Response file to the clients Machine, not on the server, now plz tell …

Member Avatar for kvprajapati
0
95
Member Avatar for vinumat

when I try running this asp using iexplorer, it does not return anything other than 'Country..... City..... Currency..... Population' as heading. How come it's not connecting and getting the data from the database?? Please help! Thanks [code=vbscript] <% @language = VBScript %> <head> <TITLE>ASP - Country Query</TITLE> <body> <% Dim …

Member Avatar for WebspoonUK
0
150
Member Avatar for dhudnall

Hello, I am very new to .asp and I have been tasked with updating a dropdown box in one of our web applications to include a "blank" field at the top of the dropdown box so that if a matching result isn't found, it will default to a blank value …

Member Avatar for almostbob
0
136
Member Avatar for rpgwebsolutions
Member Avatar for khush9

Hey, i hav asp pages n wen i browse dis asp pages through IIS it gives d "Server Application Error" I m nt able to understand wats d problem. The error is: Server Application Error The server has encountered an error while loading an application during the processing of your …

Member Avatar for WebspoonUK
0
68
Member Avatar for phid2002

Can someone take a look at the code to see where is the mistake because i can't display the 10 records of my database per page [CODE] <% Option Explicit ' ADO constants used in this page Const adOpenForwardOnly = 0 Const adLockReadOnly = 1 Const adCmdTableDirect = &H0200 Const …

Member Avatar for phid2002
0
120
Member Avatar for rpgwebsolutions

The End.