473,668 Members | 2,415 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

ASP / Active Server Pages Forum

ASP (Microsoft's Active Server Pages) web scripting language - Ask questions about asp development and scripting, ADO, scriptlets, caching, COM, components, sessions, data access, database, objects, cookies, security and more.
8
1,506
thread by: usr123 | last post Feb 18 '10 by: usr123
Hello all, I am new to ASP, i am trying to make changes in exsiting ASP application running on IIS on the server. I have copied the content onto my local. Now i want a dev environment to open up th eapplication which should allow me to make the changes and run it on my local as well so that i could test it. I want to recreate the application in...
3
2,175
thread by: Michaeloco | last post Feb 18 '10 by: Michaeloco
Hello, I am using the built in membership provider with vwd. On login i want to add a custom session object from a UserData table in my sql database to session on login to be used on all pages of my application. I have looked all over for this and cant find a good answer to get an idea on how this works. All i want to do is add Customerid...
1
1,315
thread by: priyam1309 | last post Feb 18 '10 by: jhardman
I am currently using ASP and SQL Server 2000. The problem is when i try to insert data with special characters like - / , into DB through textboxes of ASP webpage, the data does not get inserted. whereas, when I insert the same data directly in DB through SQL queries, it gets successfully appended in the table. Please advice what is going wrong?
2
1,329
thread by: bossy | last post Feb 17 '10 by: bossy
Select inv_qoh, inv_size, color from inventory where inv_qoh > 0 and inv_size in ('m', 'l') and color in ('royal', 'bright pink', 'spruce');
1
1,908
thread by: niyatisinha | last post Feb 17 '10 by: CroCrew
I have one java web service and I want to call from the clasic ASP. Please provide me the solution. Thanks in advance. Neeraj
1
1,708
thread by: usr123 | last post Feb 17 '10 by: CroCrew
I am working with an ASP application. It is using one file where its creating the connection string an dopening the connection. On every page, its passing connection string while opening recordset but not closing anything aprt from the recordset. Does it effect the performence? Does it mean that every time it opens recordset, connection string...
2
1,380
thread by: scottrogers | last post Feb 17 '10 by: Curtis Rutland
I just inherited this code from someone who developed it back in 02. I need to move the site over to a new IIS Server. This script resides on a web form calculator all of the other JavaScript’s work but when I try to call the save function I get a time out error in the browser. Does anyone know why this would not be working on IIS? ...
2
1,409
hariprasath88
thread by: hariprasath88 | last post Feb 17 '10 by: Frinavale
plz send me answers....
2
1,866
thread by: premadarsh | last post Feb 9 '10 by: jhardman
hi i have many record set in my page...in client side what record they want it will display at next page...how should make it display in random(using asp)
1
2,567
thread by: jptelthorst | last post Feb 9 '10 by: jhardman
I want to e-mail a website, and include a .pdf attachment. I am able to e-mail the website using the code below (i only changed the url of the attachment for privacy), however, the attachment arrives with no file extension and the name "mime" If I rename this file with a .pdf extension, the file displays as normal. If I use this same code below,...
2
2,903
thread by: DaveRook | last post Feb 8 '10 by: jhardman
I am using a web form which populates radio buttons via a loop. Each radio button in the form is numbered by the loop so if there needs to be 3 radio buttons, they are named rad1, rad2 and rad3. The page url already contains a querystring (eg, ?a=12&b=34). When some one clicks next button, the new querystring is added to the next page...
1
2,285
thread by: Pheddy | last post Feb 8 '10 by: jhardman
Hi people! Does anybody know how to convert an URL into another? Specific I need to recode a Youtube URL into its Embedded URL Something like: http://www.youtube.com/watch?v=xTWLBuTak6I Into: http://www.youtube.com/v/xTWLBuTak6I
1
2,176
Vkas
thread by: Vkas | last post Feb 1 '10 by: jhardman
my html page is (default.html) <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>BWR&MD</title> <meta http-equiv="Content-Type" content="text/html; charset=windows-1252" /> <meta content="Microsoft...
6
9,830
thread by: bijeshputhalath | last post Jan 29 '10 by: jhardman
Hi, I am a new bi in asp... I need to call a function in asp with vb script in form load...without button fire. please give sample code... Thanks and Regards,
4
1,704
colinod
thread by: colinod | last post Jan 27 '10 by: Dmc66
I have apage with a large for to select radio stations and add up totals depending on selections, what i want to be able to do is keep track of the selection so if you leave the page for another on the site and then come back to it it remembers what you have selected. Site can be found at http://www.yaketyyak.co.uk/radiousefee/ if anyone...
16
3,072
thread by: recordscout | last post Jan 25 '10 by: recordscout
Hi, I have a table with product names and separate prices. I want to show the distinct product names in alphabetical order, but at the same time show the cheapest price first. I can of course use GROUP BY for the product names, but when I apply the order by PRODUCTNAME to the GROUP BY it will list the first product in the database and not...
5
3,071
Gyanchand
thread by: Gyanchand | last post Jan 25 '10 by: Gyanchand
I have a .Net API (wsdl). I have created a proxy for it, and now it want to use it in ASP. Since, we didn’t get any readymade Proxy generator for ASP/vbscript, We used .Net command prompt to generate the Proxy class. Dim ws set ws = Server.CreateObject("Integration_1_1") ‘line where ERROR appears Dim auth auth =...
3
1,457
thread by: user1980 | last post Jan 22 '10 by: jhardman
hello there can somebody please help me with this... I have a HTML form that sends out email messages to a group of people. I could do this part successfully. now I would like to attach a document to the email and then send it to the group of people. I am struck with the second part. I can hard code the path of file like,...
3
3,592
thread by: graphicssl | last post Jan 20 '10 by: rutuequator
Okay, so first of all, I'm a designer first and a light coder second (I'm only really trained with HTML and CSS). So I apologize for having to post about something that's probably super-trivial! I'm working on setting up a shopping cart for a one-product web site, and I'm using HTML and CSS, with ASP for the shopping cart. The ASP takes the...
2
1,620
thread by: rjoseph | last post Jan 18 '10 by: rjoseph
Hi Guys I need to do display the total number of matching records from the script below: sSQL = "SELECT make, model, description, colour, price FROM MyTable" sSQL = sSQL & " WHERE make = 'Aston Martin'" sSQL = sSQL & " AND model = 'DB7'" So, if I have 14 Aston Martins in my database then it would simpy display "14". I have tried ......
1
1,931
thread by: planetboy1982 | last post Jan 18 '10 by: jhardman
Hi, I want to know how i can do login module which has login ,logout, Membership functionality.This login value will be stored in DB . Plz provide some useful code or links
2
1,858
thread by: rjoseph | last post Jan 18 '10 by: rjoseph
Hi Guys I am a novice programmer and have basicaly learned about stored procedure overnight. I have just created the following script on my page to call and execture one of my stored proedures and although it works fine, I am not sure if it is ok. If someone could take a look at my script and let me know if it's ok then that would be great. ...
67
20,548
thread by: koolaid82 | last post Jan 12 '10 by: mgltbytes
I know this question was already covered, but it was covered way beyond my ability. They just posted the code, but i am not realy familiar with anything except html and action script. Can you guys help me. I have this html form and i need it to submit to a csv file. Where should i begin? Here's a link to the form. ...
1
1,941
thread by: shivasusan | last post Jan 11 '10 by: jhardman
I want to know. how many server can run asp program? because My system cann't support IIS server. (Windows vista SP2). so pls send me list of server name. pls help....... i am waiting for yrs reply. Advance thanks.....
3
1,937
thread by: vtpvp82 | last post Jan 9 '10 by: vtp82
I am having problem in getting response from remote server for that I have written following script response got correctly but the data on the page is not displayed it gives “–“ in place of grid data. It’s because when actual page load in web browser it shows “-“ until loading is not completed after that it gives actual value after successful...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.