1,828 Topics

Member Avatar for
Member Avatar for anitha2324

i am doing a small program to create the new text file and insert data to it , but this new created file not in the server it has to be created in one of the machines in the network my code is as the following <% dim fs,f set …

Member Avatar for anitha2324
0
94
Member Avatar for Hellodear

hello friends, How can i display my search result data in tabular form? details: [B]Database:[/B] MS Access [B]script:[/B] ASP [B]SQL command[/B]: select * from inventory; [B]fields:[/B] ID, Item, Price i hope somebody can help me..

0
53
Member Avatar for Hellodear

[B]Hello Guys,[/B] I Hope everybody is going well.... I am making a database with ms access and asp for my project work... when the search output is going beyond 10 result.. for eg: 15 records, then how can i display first 10 result at first page and balance 5 result …

0
59
Member Avatar for yenyen

hi there, i know maybe this topic has been discussed by other member, but i still not understand how is work. i hope can get more detail solution on it. i wan to do a page at the backend,when the date is end of this year(12/31/2007) then will execute the …

Member Avatar for yenyen
0
70
Member Avatar for Hellodear

Hai guys, I am doing MBA in Information technology and not very sound in programming languages. But i need to submit my project in asp language before 10th of june. Can anybody send a project of this kind along with project report? Reply expecting Hellodear India

Member Avatar for ithelp
0
71
Member Avatar for ravindrakale

[B][COLOR=red]Hello everyone, [/COLOR][/B] [B][COLOR=red][/COLOR][/B] [B][COLOR=red]someone help me ? i have a problem with vb script i paste the coding here just chek it out where i am wrong [COLOR=green]raj.ActiveConnection = MM_ravi_STRING[/COLOR] i got error here:( Thanks email me on [email]ravindrakale007@gmail.com[/email][/COLOR][/B] [B][COLOR=red][/COLOR][/B] [B][COLOR=red]<[/COLOR][/B][EMAIL="%@LANGUAGE="][B][COLOR=red]%@LANGUAGE="VBSCRIPT"%[/COLOR][/B][/EMAIL][B][COLOR=red]> <!--#include file="Connections/ravi.asp" --> <% Dim raj Dim raj_numRows[/COLOR][/B] …

Member Avatar for Sitestepper
0
74
Member Avatar for aparnesh

I am developing an ASP intranet site. It will run on IIS on Win 2K server. Do I need to do anything apart from creating a folder under Inetpub/wwwroot and copying the ASP and other files there ? I am not using any special dlls or ActiveX controls. I am …

Member Avatar for Sitestepper
0
90
Member Avatar for nehashri

hello i am trying to make a asp page with 4 radio buttons... all i want is when the user selects a radio button and click on submit button it should direct them to a perticular asp page (that means another asp page). each radio buttons should be linked to …

Member Avatar for Sitestepper
0
57
Member Avatar for nehashri

hello can any one please help me how to redirect my asp page to another asp page when a radio button is selected... i have 4 radio buttons and when user selects one of them it should go to the respective link.... thanks neha

Member Avatar for davidcairns
0
64
Member Avatar for johntech

I have a stand-alone 2k machine that I loaded the IIS from the 2k cd. Basically I have a htlm program run which displays the exploded view of an assembly on the screen with hot spots. When you click on a part of the assembly it runs an ASP program …

Member Avatar for johntech
0
95
Member Avatar for dolomitedave

Hi, i have a page with pictures on it, when a user clicks on a picture 2 things happen at the same time a new window pops up and a function is called. the function does a few checks then calls another page when it calls this page i want …

0
65
Member Avatar for edouard89

I have an ASP page that uses VB to make the url that would be used on a page. I also have a Javascript function that when activated would change a form around. Now what I want to do is using JS when an image is clicked to get the …

Member Avatar for kokkee
0
97
Member Avatar for kained

I know the HTMl and CSS isn't right yet and am not to fussed yet. But the ASP is returning a 405 resource unavilible. My hosting is with 1&1 and it is turned on. booking form is [URL=http://www.chabrisloirevalley.com/booking.htm]here[/URL] ASP source code is: <% @LANGUAGE="VBSCRIPT" CODEPAGE="1252"%> <html> <head> <title></title> <meta http-equiv="Content-Type" …

Member Avatar for carringtonf
0
179
Member Avatar for jaytaba

I have a simple login screen where I want the user upon entering the correct userid/password , for his userid to be inserted into a table in a database so to keep track who visited his web page. My ISP is supposedly has created a DS named "win5_zjconstructioninc_com" but the …

Member Avatar for kokkee
0
86
Member Avatar for enggars

Hello. I have a problem when adding the javascript delete confirmation. I use a page for both delete and update function. The delete querystring is just like this : `adm_data.asp?act=del&id=6` And the update goes this way : `adm_data.asp?act=upd&id=6` I use this following code to processing delete: If Request("act")="del" Then Call …

Member Avatar for katarey
0
175
Member Avatar for Barefootsanders

Hey everyone. I have some work I have to get done for work and it involves ASP, .NET, SQL, and C# being developed on MS Visual Studio 2003. I was wondering if anyone had any resources out there for VS 2003? Mostly everything I find is for 2005 and we …

Member Avatar for Barefootsanders
0
108
Member Avatar for cancer10

Hey! I came up with the new problem. I want to fetch all form values by using request.form("FormName") which is generated by javascript on runtime. The attached zip code contains the working code of javascript creating dynamic form elements. So after generating a couple of textboxes when I click on …

Member Avatar for MohitB
0
98
Member Avatar for nehashri

hi i am designing a database using Ms Access and ASP. i have 3 tables in access namely [COLOR=red]'PERSONAL'[/COLOR], other as '[COLOR=red]POLICY'[/COLOR] and 3rd one is named as [COLOR=red]'STAFF'[/COLOR]. in the contact table i have ID, Name, Children as fields. Also in policy table the firlds are:- ID, date_of_policy, no_policy, …

Member Avatar for nehashri
0
117
Member Avatar for nehashri

hi i am designing a database using Ms Access and ASP. i have 3 tables in access namely [COLOR=red]'PERSONAL'[/COLOR], other as '[COLOR=red]POLICY'[/COLOR] and 3rd one is named as [COLOR=red]'STAFF'[/COLOR]. in the contact table i have ID, Name, Children as fields. Also in policy table the firlds are:- ID, date_of_policy, no_policy, …

Member Avatar for yenyen
0
70
Member Avatar for yenyen

hi, i have a search form that provide three field for the user to search by firstname, lastname and department(drop down) then i assign a value for each request.form("")..after tat, whn i do a paging, it jz can display the first page of the record, when i click on the …

Member Avatar for yenyen
0
75
Member Avatar for cancer10

Question - ASP + Ajax Hey! Not sure if this is the correct section to post this. ;) Well, I have a table in my sql server 2000 database *************** tblAddress ---------------------------- City_Name (varchar) Venue_Name (varchar) ******************* The "City_Name" column contains all the name of the cities in my country …

Member Avatar for cancer10
0
144
Member Avatar for yenyen

hi, do anyone have any demo of leave system? i need to take it as reference.if got any example, plz inform me.. thank you.

Member Avatar for yenyen
0
73
Member Avatar for iceghost

i need to grab some information from a website that will be has a username and password before you can access the page. Don't worry the company wont give me the data but i have paid for a license to access this information. I want to automate the information lookup. …

Member Avatar for dexterz
0
91
Member Avatar for StarClusters

[B][COLOR=blue]Good evening to all:[/COLOR][/B] [B][COLOR=blue]I want urgent help in my graduation project which is on-line shop for selling astronomical tools [telescopes, binoculars, books and so on]. I planned to make the interface by ASP.net and the database using Access but till now and to be honest, I don’t know any …

Member Avatar for prodigygroup
0
99
Member Avatar for iceghost

i am trying to write a script in asp javascript that will allow me to go to Link one (hotmail login page) and enter my username & password and proceed to Link two (mail inbox page) and then retrieves the the first emails details including the fields from, subject, date, …

Member Avatar for prodigygroup
0
326
Member Avatar for mrhaana

Hello Professionals, I am having my website in windows dedicated server which has been developed in ASP. I have made a ASP page and added that in custom error in IIS. So that 404 error of my website should bring the user to the custom page. It is working fine …

Member Avatar for manleys_web
0
67
Member Avatar for Hellodear

hi, I have made ASP pages with my asignment files (MBAIT). Format is below: [COLOR=magenta]Management.asp[/COLOR] [COLOR=magenta]Marketing.asp[/COLOR] [COLOR=magenta]Financial Management.asp[/COLOR] Now i need to attach a search engine inorder to search the content of this assignment files. For Example: we type "[COLOR=blue]Management[/COLOR]" and enter then the result would be: [COLOR=red]FOUND: 1. What …

Member Avatar for manleys_web
0
146
Member Avatar for pavsuri

i want to get the checked checkboxes values to get deleted from the database.can u please help me in this ........................urgent.

Member Avatar for katarey
0
96
Member Avatar for akoloff

It seems like my hosting server does not support inet activex control for whatever reason. Is there any alternative to the inet control to retrieve the contents of url I'm looking for?

Member Avatar for Andy Greenwood
0
120
Member Avatar for Andy Greenwood

Hi All, I have built a section for my site which is to be used by administrators, In which I have a page where I can update records within my Access DB. All of the fields work fine apart from..... The radio buttons. Currently when updating a record and selecting …

Member Avatar for Andy Greenwood
0
130

The End.