1,828 Topics

Member Avatar for
Member Avatar for kristenharding

So I am completely new to ASP .NET and my first page needs to be a log in page. I have a database in SQL 2000 that has a table called tblEmployee. This table holds usernames, passwords, and group security details. I need to grab quite a few fields from …

Member Avatar for cVz
0
60
Member Avatar for JackieW

I'm fairly new to ASP, and need some help figuring out this error. The 'ThingsNeeded.asp' page holds 4 buttons and passes the required 'ID' value, keeping the user to just update their record. I have two pages done, but keep getting [icode]Incorrect syntax near the keyword 'WHERE'. /PPmanual/AFLocations.asp, line 23 …

Member Avatar for JackieW
0
172
Member Avatar for RahulV

--URGENT-- Ive written a code in VBScript in ASP where back end is SQL. Here I want to display all the records with the data of the selected field of the table "Users" but it displays only the first record repetitively for the total number of records in the table …

0
56
Member Avatar for sarah_cute

Hello, i'm a asp beginner and in industrial training.. i got problem in my project to update the checkbox. i had tried many example but doesn't work. Here are some code . please assist me guys.. Thanks lot for your kindness... [code=asp]<%intChecboxValue = Request.Form("normal_req") If intChecboxValue = "" Then intChecboxValue …

Member Avatar for Baradaran
0
73
Member Avatar for JackieW

I am pulling dates from my database using this code: [code] <% Set rs = Server.CreateObject("adodb.recordset") cmdTemp.CommandText = "SELECT First, Last, Anniversary, Ext FROM Directory " _ & " WHERE Month(Anniversary) = " & showMonth _ & " ORDER BY Anniversary" rs.Open cmdTemp, , AdOpenStatic Do Until RS.EOF AnnName = …

Member Avatar for JackieW
0
73
Member Avatar for iahamed

http://www.bynd.net/view-addeddw/clickview.asp In detaild I have added this, please Help me. In the clickview.asp the link values are not adding having the ID as the Primary Key. When clik on the Link caled by the URL, ir redirects to the `redirect.asp ( <a href="redirect.asp?ID=<%=(rsClicks.Fields.Item("URL").Value)%>" target="_blank"> )` and goes to the link …

Member Avatar for iahamed
0
134
Member Avatar for munror

Hi everyone, I have this select statement which works intermittently. I'm using it to change reset the user password if they have forgotten it, however sometimes it shows that the password was reset and other times it says that the email address wasn't found in the database. This happens for …

Member Avatar for Baradaran
0
89
Member Avatar for farhana

hi , i have some problem in asp...can any one help me.. i have registration database at other website(eg.[url]www.abc.com[/url]) and i want to display its data in my other website....just display the data and perform the searching in other websitewebsite(eg. [url]www.xyz.com)[/url]....

Member Avatar for Baradaran
0
84
Member Avatar for sarah_cute

Hello everybody... could somebody help me to solve this problem?? It's only 1 checkbox that looping into many checkbox.. Then,I juz want to update the checkbox. How to get the value of the checkbox that had being ticked for save? The code as below: [code=language] <%Do Until Data.EOF%> <tr> <td …

Member Avatar for Baradaran
0
83
Member Avatar for DesignsOnline

I am having a real problem trying to get a URL complete with the full query string to appear in a mailto: I am able to display the URL sucessfully above the email link, and also in the alt text for the image that is being used in the <a …

Member Avatar for webnesto
0
250
Member Avatar for priyam_maheshwa

Hi All, I have a huge MS Access database in which requests are added at regular basis as in almost every minute.I have to modify the data type of one of the coloumns in this database,but i cant copy the database to my system and make this change and then …

0
44
Member Avatar for Ugene

Any 1 whom have done excel with asp help me pls.. i currently have these codes i need to plot a zig zag graph out,i have the graph setting out then now i have to read the data from a excel file ..i don't know how to set the range …

Member Avatar for Ugene
0
126
Member Avatar for spaniland

Hi All. Is there a easy way to post several records in one page without using repeat record script. The demo page is [URL="http://www.holedesign.com/asp/produkter-undergruppe.asp?HovedGruppe=24&UnderGruppe=45"]http://www.holedesign.com/asp/produkter-undergruppe.asp?HovedGruppe=24&UnderGruppe=45[/URL] The purpose is to display a range of 1 to 40 (depends of no of products in sub-category) products in a set pattern. Is it possible, …

0
46
Member Avatar for wurn

Hey all, ive tried to find the tuts with google on my problem but nothing sufficient yet. Basically i need some help on how to setup a webpage that has, text fields, yes/no and user info fields that needs to go into the MS Access database i have created. Its …

0
65
Member Avatar for punithapary

Hi, I am trying to design some webpages in that webpages i used following codes but in internet explorer i got corret wedsiging what i degisned i got the same only but if i run the same page in mozila firbox i cannot get the same page in mozila font …

0
51
Member Avatar for zappan

Hi everyone, any simple sample code that show how to implement hierargrid inside datagrid...i found there is 1 framework from denis bauer solved this problem...i just wants to know if any others sample code that can also solve this problem.

0
59
Member Avatar for agz86

hi all.i have 2 dates in string format.i need to add these 2 dates to get the next date. is there any sql query for this?? Plz sum1 help me. urgent!! Thanx in advance...

Member Avatar for aparnesh
0
95
Member Avatar for matua105

Hello: I am using a hardcoded user name and password to let users access a specific web page. It is coded in asp. However, I now need to have users input their email addresses, but still use the hardcoded password to access the specific page. I need to either have …

Member Avatar for matua105
0
172
Member Avatar for ndodi

Hi everyone this is Eric here, can someine pls show me how to load data from SQL Database to the cristal Report i m using , I have this storedprocedure that retriever data from database [code] USE [Isando] GO /****** Object: StoredProcedure [dbo].[getMod] Script Date: 09/15/2008 23:11:05 ******/ SET ANSI_NULLS …

0
61
Member Avatar for priyam_maheshwa

Hi All I am creating a database archiving tool,in which a user can delete all the data before a date he would specify.But the problem is i am not able to create a delete query which can delete a range of data. I had created the following query [CODE] <% …

Member Avatar for aparnesh
0
78
Member Avatar for soundhouse

I am working on a maintenance issue with some classic ASP code, and have run into a problem. When running the page, I get the error: "A name was started with an invalid character" as well as "Cannot view XML input using XSL style sheet. Please correct the error and …

Member Avatar for katarey
0
81
Member Avatar for rathor0407

Hi everyone, I am developing one tool for inventory management. In which whenever I issue any thing i have to send the mail to that user. I am using asp and vb script to develop this tool. help me please. thanx in advance

0
43
Member Avatar for punithapary

Hi, I am trying to learn asp.Can anyone tell me how to run asp and wr we type code is this possible to type the code using Macromedia Dreamweaver. Thanks and Regards Punitha Pary

Member Avatar for stephen84s
0
71
Member Avatar for whisper_101

I have always wondered? When you submit a form in ASP the page refreshes so in order to edit a value you have to press back on the browser or at least that is what I have been doing. Is there any way you can hold that value so that …

Member Avatar for aparnesh
0
104
Member Avatar for sparf

i have a webpage running where it goes to an SQL Server and displays the data that's returned from it. however, the users can select to see some data or a lot of data. in the ' a lot of data ' version they are going to get 10,000 records. …

Member Avatar for sparf
0
103
Member Avatar for cmoc

i am new to asp and would much appreciate your help with my problem. i am trying to retain the selected "state" input from my form's drop down menu after it is posted and then gets returned to the form page for incorrect or additional input on the form. Presently, …

Member Avatar for aparnesh
0
281
Member Avatar for ardeezstyle

Hi everyone! this is Rupam, I've been building a web application where I need to include a web page where I'll display images from two different tables in a database. I want to show only two images one from each table at a time, i.e. in one page. What I …

Member Avatar for cj9000
0
94
Member Avatar for agz86

Hi all...how can u include a calendar in a datagrid..i tried doing it..but the txtbox name to vch the calendar is bound is not identified..

0
57
Member Avatar for MunMun

i have create a database and a form. i need to check the input data before store it into the database. so that, there are no overlap data in my database. its in Asp langauge. thanks for your help.

Member Avatar for dassmobin
0
158
Member Avatar for mmanivannan_it

I want to upload data from flat(.txt,.doc and excel sheet) file into sql server database2000.and i want to upload that data using web portal.can any one please help me.........

Member Avatar for sesha_latha
0
30

The End.