1,828 Topics

Member Avatar for
Member Avatar for nzaman
Member Avatar for asavicz

I am having an issue with a drop down menu putting it on my main page. It is for my tire inventory and will allow my customer to select his tire and find in stock stores. I have it working from my server but when I add the drop down …

0
56
Member Avatar for adeel_ayan

can any body tell me where to find a quick reference to asp for beginners ? thanks.

Member Avatar for Ramm
0
34
Member Avatar for ruben.rens

Hi, new here, but have read the previous threads on redirect problems: We are running a default.asp file on a IIS 2000 server that handles redirects for us. Until now all has been working 100%, but I am having trouble adding a new redirect to this file. I need to …

0
47
Member Avatar for tanha

I had installed php 5... and then I installed the IIS on windows XP and it works well with ASP, BUT not for PHP, see BELOW: Now when I drop a php file in C:\Inetpub\wwwroot and open in browser nothing happens just a blank page, it seems the php is …

0
52
Member Avatar for venu@baylogic

Hi Friends, Can any one answer to my problem here please ? I need to split a string into substrings like following example. Romans 3:1,5;Romans 4:1-10(Semicolon between two strings) Romans 3:1,5,Romans 4:1-10(Comma between two strings) These two cases are similar,In these two cases also i want to do like following... …

Member Avatar for vicky_rawat
0
196
Member Avatar for amitbajaj.tm
Member Avatar for vipinsgangwar

i have to use like keyword in my query in ASP while using it in analyzer i am getting the result but when i am using it on page i m not getting the result of a simple. Qery is : select checktime from checkinout where checktime like '*"&any_dt&"*' any_dt …

Member Avatar for hmponline
0
108
Member Avatar for roymalaysia

Hi all, Please kindly help me to modify my code to capture and display the system date and also the pull down menu options for the date(From date and To date). [code=html]<%@ LANGUAGE="VBSCRIPT" %> <% pageTitle = "check Enquiry Form " %> <!--#include file="isadmin.inc"--> <% if isAdmin then ' mToday …

0
58
Member Avatar for jslick
Member Avatar for vicky_rawat
0
85
Member Avatar for punex

hi there i am developing a database system using asp for my office.Its partially done.one of the pages has problem.when i click the submit button ,instead of redirecting to the linked page i am getting this error message : [B]Error Type:[/B][B]Microsoft JScript runtime (0x800A1391)'buyer_type' is undefined /fidelio/update_buyer.asp, line 42[/B] help …

Member Avatar for vicky_rawat
0
48
Member Avatar for amitbajaj.tm

Hello friend, I m new in asp and daniweb.com Plz guide me how to check the date if DATE FORMAT is #DD-MM-YYYY# waiting for reply

Member Avatar for venu@baylogic
0
71
Member Avatar for friendship.ani

hi i m getting the error "Operation is not allowed when the object is closed".Why am i getting the error??Plz help Code: [code] Set rs_Temp= Server.CreateObject("ADODB.Recordset") Set Cmd = Server.CreateObject("ADODB.Command") Cmd.ActiveConnection = lcn_Temp Cmd.CommandType = adCmdStoredProc Cmd.CommandText = "sp_temp" Cmd.Parameters.Append Cmd.CreateParameter("@strCurrDate", adVarChar, adParamInput,100, CurrEndDate) rs_Temp.CursorLocation = 3 rs_Temp.Open Cmd[/code]

Member Avatar for vicky_rawat
0
86
Member Avatar for sindhu_dixit

I have a form which displays data retrieved from database in suppose first 10 feilds.There is an update button at the end of the 10th feild. My user can change the data in the feilds and update them.When user clicks the update button i want all the info to go …

0
65
Member Avatar for rathor0407

Hi, I have a html form, in which 7-8 checkboxes are there. On submission, this form will be processed by an asp file, in which i want to read the values of the selected checkboxes and for each selected checkboxes i have to insert a row in the database. My …

Member Avatar for amitbajaj.tm
0
78
Member Avatar for vinay114

Hello friends May i know how to connect a database to a web page??

Member Avatar for vicky_rawat
0
89
Member Avatar for berti_2001

Hi Guys and Gals, Im having a bit of trouble integrating dynamic variables pulled from a databse using an ASP script with a flash movie. Background: I need to send variables stored in a ms sql db to a flash movie to display several values. The dyanmic element comes in …

Member Avatar for vicky_rawat
0
114
Member Avatar for punex

I'm trying to develop a database system using asp and ms access .How do i delete the data keyed in in asp without going to the database in ms access to delete it?

Member Avatar for vicky_rawat
0
41
Member Avatar for muupeetz

hello all friend's, i'm a newbee to asp. it totally harder than PHP ;) . i'm facing trouble when try to delete records from a list.. i take the scripts from [url]http://www.w3schools.com/ado/ado_delete.asp[/url] but i made the custom msaccess2002 database b'cause i had no nortwind.mdb database. dbname = tes.mdb , tablename …

Member Avatar for muupeetz
0
731
Member Avatar for sreein1986

hi, I am web designer, i have a doubt in ASP.net, I created a website in HTML but i need a dynamic page now my requirement is i put textbox and search button and now what i want when give a word in my textbox after click the button search …

0
83
Member Avatar for VB noobster

i want to have a link on my web form, where when i click on a button, a form will open. ALA pop up style. any idea what are the codes?

0
57
Member Avatar for VB noobster

hello, how to convert from filesystem to HTTP using IIS.. i have done my ASP.net on filesystem. now, i want to set it up on HTTP ..What is the method?

0
57
Member Avatar for themailsian

Dear All, I have a problem with delete confirmation code in java script. i m using this code: [code] <script LANGUAGE="JavaScript"> function confirmSubmit() { var agree=confirm("Are you sure you wish to continue?"); if (agree) return true ; else return false ; } </script> [/code] in Asp page on click of …

Member Avatar for nrvinayak
0
293
Member Avatar for adrian_fraggy06

Hi! I am a bit newbie in the web development world. In our company I am assigned to handle the newsletter. I would like to ask for a tutorial in how to make a newsletter and to how to embed or attach pictures and animation to it. Please do help …

Member Avatar for nrvinayak
0
163
Member Avatar for nickyspace

HI i'm in very much need of it ,plz can one help me regarding my issue i have a page where i have insert the data . NOw if that data is already there in the database then it should display the record in textboxes. I had successfully done with …

Member Avatar for vicky_rawat
0
112
Member Avatar for preethi_ga

Hello friends, Im new to ASP, so can any one tell me where to write and run ASP codings??

Member Avatar for tomer1
0
141
Member Avatar for uniquestar

Hi, I about to write some code, that will, in the end, format some HTML. To keep storage space down, the idea is to hold the number as an integer, and pick out the character that relates to the specific format when writing it. My problem however comes when trying …

Member Avatar for vicky_rawat
0
103
Member Avatar for pradeepsalyan

[COLOR="Red"][/COLOR]Please help me. Its very urgent.....I want to [B]develop a page in ASP [/B]where i need to [B]upload a table content from MS SQL database [/B]and [B]write to a text file in ftp server[/B], if file not present then i need to open new text file and write the log …

Member Avatar for ratri
0
77
Member Avatar for hmponline

Hello, I am using ServerXMLHTTP object to get the source code of any page. wht's hapenning I am requesting a URL Data through above object's method... The URL which i used that redirected to other URL and also retrieving data from that URL. I want that redirected URL name. Is …

Member Avatar for ratri
0
68
Member Avatar for veenum2

Edit/Update records in the Access DB Using ASP Hi im trying to update products related to company ID entered in the database each time a product is entered related to the that ID the ID gets repeated as im adding the record in a loop. SO like i got 20 …

Member Avatar for ratri
0
135

The End.