|
it
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Active Server Pages (ASP) Programming Discussionmicrosoft.public.inetserver.asp.general
URL-to-PDF converter
shank -
15 Dec 2006 10:36 PM - 3 messages
Anyone have a cheap URL-to-PDF converter server solution? Cheapest I found starts at $400... ouch! thanks ...
jmail
Mangler -
15 Dec 2006 7:30 PM - 2 messages
I am running into a wierd error while using W3jmail. The error is: Error Is: jmail.Message (0x8000FFFF) The message was undeliverable. All servers failed to receive the message /reclaim/app/email/WA_Universal_Email/JMail_VB.asp, line 126 The thing that is wierd about it is the fact that the email sends even ...
looking for free forum/bb in asp to grab
digger440uk -
15 Dec 2006 3:52 PM - 16 messages
I've got a need for a bb/forum to implement on my site. I would like it to be reasonably modern looking - with search facilities, avatars, sigs etc but i already have users registering in another part of my site. I ...
Update form field from vbscript sub
Michael McGrew -
15 Dec 2006 3:03 PM - 2 messages
I have a asp form that has a dynamic drop-down box that a user selects a value from. Once the user makes a selection I use the onChange event to capture the selection and pass this value to a vbscript sub. The sub ...
Sending the generated report via mail
mrajanikrishna -
15 Dec 2006 7:20 AM - 4 messages
Hi friends, I am generating a shipment order booking. For this, I am generating a report which contains the container details. And another report from another file, generating the packing list. These two report are from two different pages. I want to send these two ...
Update a row within a loop with "Order By"
Vanessa -
15 Dec 2006 12:25 AM - 4 messages
Here is my loop and it runs fine: ---------------------------------------------------- sSQL = "SELECT * FROM STORE_ITEMS" Set DataRec = DB.execute(sSQL) if not DataRec.EOF then do while not DataRec.EOF SKU = trim (DataRec("SKU")) ...
ASP connect to dot net SOAP webserivce
Raymond -
14 Dec 2006 8:56 PM - 2 messages
Hi All, Can any one point me how I can use classic ASP to connect to a dot net SOAP webserice? The other company has set up dot net webserivce with web address like this: http://domain_name/webservice/service.asmx ...
impersonate aspnet user with windows desktop application
ebbflow -
14 Dec 2006 7:23 PM - 4 messages
I've seen explainations on how to impersonate a non aspnet user when a web page is called within an web application, but I have a different impersonation issue. I have a windows desktop application (not a web app) that is used by our web ...
asp running on a portable device to retrieve data offline
bajopalabra -
14 Dec 2006 3:40 PM - 3 messages
hi i need to retrieve data with a portable device inside a building that don't have wireless network i need to run some application/page/whatever saying "person name" and a "[check box]" for true/false wich device (the most inexpensive) could i use ? ...
Getting Username Using "page.user.identity.name"
poolguard -
14 Dec 2006 2:28 PM - 2 messages
when i run the application on my local computer page.user.identity.name returns my user name in the formate domain/username how ever when i upload the page to the server (windows 2003 Std. with IIS 6.0, .net 2.0, and all security updates) page.user.identity.name returns an ...
XMLDOM PROBLEM ON WIN2003
in da club -
14 Dec 2006 11:29 AM - 5 messages
It works perfect on my Win xp machine but when i upload the page into my server which is win2003 it returns 0 What is the possible cause of it ? Dim xml Set xml = Server.CreateObject("MSXML.DOMDocument") xml.async = False ...
upload image to FTP
G -
14 Dec 2006 5:49 AM - 2 messages
Hello Friends How are you? I came with a problem near you. I want to upload a image to my ftp, iam getting this below error. i have a code which is working in my local system, i have an idea that we need to ...
Reading the Response object
pmangesh -
13 Dec 2006 8:17 PM - 2 messages
Is it possible to read the contents of the response object? Basically, if one aspx page calls on another using Server.Execute() method and the called page simply does its processing and writes an XML using Response.Write, when we come back to the first page, can the XML be retrieved instead of being sent to the client? I am stuck with this problem and if this is not resolved, it would mean major reqork to my design...Please help!!! ...
Dynamic Select and onChange
Michael McGrew -
13 Dec 2006 5:04 PM - 4 messages
I have a Dynamic drop-down box that is populated based on a ADO query. This works fine. I want to capture the users selection and assign it to a variable for use in another query. I am using the onChange event to ...
XML node selection error
glbdev -
13 Dec 2006 1:45 PM - 3 messages
I am trying to select a node in an XML file for deletion. I am using the following code to select the node: set node = XmlDoc.selectSingleNode("/dataroot/MainNode[Value = '" + sSearchCriteria + "']") Unfortunately, the string "sSearchCriteria" can contain apostrophes which causes this error: ...
ASP Aggregate Function
Aaron -
12 Dec 2006 9:41 PM - 4 messages
I have been searching the boards trying to find an answer to this question and no luck. I am using a query similar to this: Select count(col1) from table1 I was having a hard time accessing the count information. After ...
IE Send Page lost posted values
gauchopuntano -
12 Dec 2006 9:25 PM - 4 messages
I have a form where the user select some criteria to list records. It is common html form posted over an asp page in a new window. The page work correctly and show the records filtered acording selected criteria but When the user (in internet explorer or Mozilla) send this page ...
Virtual directory problem
sureshbatnayak suresh -
12 Dec 2006 8:11 PM - 2 messages
Hi, I created virtual directory(IIS) in which i placed images and scripts.I referred this directory from my application(ASP.Net).But during run time this folder is copied to my application root.How can i avoid this. Please help me.. ...
Date formats
Brett_A -
12 Dec 2006 7:14 PM - 2 messages
I'm working on converting some data from an old .dbf file and I'm having problems with the date fields. These are example values from date related fields. 1127431141 1134688741 1128650845 I've read about Julian type dates, but this doesn't fit the format. ...
ASP, Excel -Size and memory
mamun -
12 Dec 2006 3:47 PM - 2 messages
Hi All, I have an asp page that displays the results in Excel in the browser. It has about 40 columns and sometimes records can grow upto 1100. For small number of records I do not get any error messages or displays ...
Append XML document
glbdev -
12 Dec 2006 3:33 PM - 5 messages
Hi, I posted this in "microsoft.public.xml.msxml-webrelease" but now realize it should probably have been in the ASP group. Sorry if that causes any problems. I have an XML document like: <MainNode> ...
How to Auto resize combo in ASP
Abdhul Saleem -
12 Dec 2006 12:22 PM - 5 messages
Hi, Is there any way to auto resize the dropdown list part of a combo(<select> tag) so that the dropdown list items are displayed with full text. By default the combo width is increased according to the long text dropdown ...
Auto resize dropdown list of a combo
Abdhul Saleem -
12 Dec 2006 10:13 AM - 4 messages
Hi, Any code snippet or help link available on how to auto resize the dropdown list part of the combo(<select>) ? Or, is there any alternative techniques for displaying the full lenth text when dropdown the combo? Regards, ...
export option from asp to excel and pdf.
iweb -
12 Dec 2006 7:54 AM - 2 messages
Hi, I have an asp, sql business application. Want to give export option of all reports to excel and pdf. Can I get that code which can embedd in the asp pages to create this function?? Akshay. ...
ASP
Shipf1 -
12 Dec 2006 5:50 AM - 4 messages
Hi, I have ASP which run a DOS based utility using Wscript.Shell's Run method. This utility takes two parameters Input File name and Output file's name. In case when I give Local path to the utility it works but in case If i give ...
Universal Script for Table Updating
Michael -
11 Dec 2006 12:31 PM - 2 messages
Hi. I am making backoffice manager for web-data based application. I am looking for universal technics(best technics) how to update multiple rows in backoffice. One of solutions i found it is going through each row and update with new ...
how can I create new session without destroy old session
ijevsk -
11 Dec 2006 9:22 AM - 2 messages
I have asp page of my system and when I click on the link I want to open new login page.If I enter to the system throuth this page my old session is overides. I wont that to have two pages with different ...
how can I create new session without destroy old session
ijevsk -
11 Dec 2006 9:22 AM - 2 messages
I have asp page of my system and when I click on the link I want to open new login page.If I enter to the system throuth this page my old session is overides. I wont that to have two pages with different ...
Select Case statement with multiple varaibles
microsoft.public.dotnet.languages.vb -
11 Dec 2006 5:45 AM - 2 messages
Hi All, I wanted to know whether this is possible to use multiple variables to use in the select case statement such as follows: select case dWarrExpDateMonth, dRetailDateMonth case "01" : dWarrExpDateMonth="Jan" : dRetailDateMonth="Jan" ...
Convert asp stored procedures
teddy -
11 Dec 2006 5:04 AM - 2 messages
i have some stored procedures written in asp can i use the same stored procedures in my .net web application. ...
getting return from srtored procedure
noLoveLusT -
11 Dec 2006 1:29 AM - 6 messages
hi everyone i am very very new to the sql server (2 days actually and ) so far i learned creating SPs etc but couldnt workout how to get return value from my prodecure my sp as follows ________________________ CREATE PROCEDURE [dbo].[page_all_artists] ...
can i change it??
ttt.tas@gmail.com -
10 Dec 2006 2:48 PM - 2 messages
Hi All, i was wondering if it is possible to change the location of the dlls of an application, by default, the assemblies of an application is loaded in the bin folder in the applications folder, can i change some ...
|
|||||||||||||||||||||||