1,828 Topics
| |
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 … | |
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 … | |
--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 … | |
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 … | |
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 = … | |
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 … | |
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 … | |
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].... | |
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 … | |
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 … | |
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 … | |
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 … | |
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, … | |
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 … | |
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 … | |
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. | |
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... | |
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 … | |
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 … | |
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] <% … | |
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 … | |
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 | |
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 | |
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 … | |
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. … | |
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, … | |
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 … | |
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.. | |
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. | |
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......... |
The End.