1,828 Topics
| |
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 … | |
can any body tell me where to find a quick reference to asp for beginners ? thanks. | |
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 … | |
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 … | |
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... … | |
how to check character in between 0 to 9 in asp | |
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 … | |
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 … | |
how do I display a random word from an array of six words | |
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 … | |
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 | |
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] | |
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 … | |
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 … | |
| |
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 … | |
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? | |
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 … | |
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 … | |
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? | |
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? | |
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 … | |
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 … | |
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 … | |
Hello friends, Im new to ASP, so can any one tell me where to write and run ASP codings?? | |
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 … | |
[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 … | |
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 … | |
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 … |
The End.