Groups | Blog | Home


Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
all groups > inetserver asp general > december 2006 > threads for december 8 - 14, 2006

Filter by week: 1 2 3 4 5

Sending the generated report via mail
Posted by mrajanikrishna NO[at]SPAM gmail.com at 12/14/2006 11:20:18 PM
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 reports together by mail...more >>


Update a row within a loop with "Order By"
Posted by Vanessa at 12/14/2006 4:25:01 PM
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")) ITEM_ID = trim(DataRec("ITEM_ID")) ... ... upd...more >>

ASP connect to dot net SOAP webserivce
Posted by Raymond at 12/14/2006 3:56:47 PM
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 with method Login, that can take userid and password, then sends back an ...more >>

asp running on a portable device to retrieve data offline
Posted by bajopalabra at 12/14/2006 12:40:56 PM
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 ? can ASP help ? -- atte, Hernán ...more >>

impersonate aspnet user with windows desktop application
Posted by ebbflow at 12/14/2006 11:23:33 AM
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 administrator to control some of the web application'...more >>

XMLDOM PROBLEM ON WIN2003
Posted by at 12/14/2006 12:00:00 AM
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 xml.setProperty "ServerHTTPRequest", True xml.load (http://www.x...more >>

upload image to FTP
Posted by G at 12/14/2006 12:00:00 AM
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 provide permissions to upload(like username password) but where we have to provide...more >>

Reading the Response object
Posted by pmangesh at 12/13/2006 12:17:12 PM
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...more >>



Dynamic Select and onChange
Posted by Michael McGrew at 12/13/2006 9:04:05 AM
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 try and capture the users selection but it always passes the last entry in the drop...more >>

XML node selection error
Posted by glbdev NO[at]SPAM yahoo.com at 12/13/2006 5:45:34 AM
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...more >>

ASP Aggregate Function
Posted by Aaron at 12/12/2006 1:41:00 PM
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 reading for a while the following SQL examples were given to correct t...more >>

Virtual directory problem
Posted by sureshbatnayak suresh at 12/12/2006 12:11:51 PM
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.. Thanks, Suresh EggHeadCafe.com - .NET Developer Portal...more >>

Date formats
Posted by Brett_A at 12/12/2006 11:14:17 AM
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. Any ideas what format these d...more >>

ASP, Excel -Size and memory
Posted by mamun at 12/12/2006 7:47:41 AM
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 the result in Excel format properly. But for the higher number of records e...more >>

Append XML document
Posted by glbdev NO[at]SPAM yahoo.com at 12/12/2006 7:33:13 AM
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> <Value>First Value</Value> </MainNode> <MainNode> <Value>Second Va...more >>

Auto resize dropdown list of a combo
Posted by Abdhul Saleem at 12/12/2006 2:13:20 AM
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, M. Abdhul Saleem....more >>

export option from asp to excel and pdf.
Posted by iweb at 12/11/2006 11:54:19 PM
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....more >>

ASP
Posted by Shipf1 at 12/11/2006 9:50:00 PM
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 Remote path it does'nt work. So to get better idea I tried to e...more >>

Universal Script for Table Updating
Posted by Michael at 12/11/2006 2:31:14 PM
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 content. I am afraid for using long connection time for ...more >>

getting return from srtored procedure
Posted by noLoveLusT at 12/11/2006 1:29:20 AM
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] @PageIndex INT, @PageSize INT, @Tot...more >>

how can I create new session without destroy old session
Posted by ijevsk NO[at]SPAM gmail.com at 12/11/2006 1:22:18 AM
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 session and cookies. how can i do that in asp and asp.net ...more >>

how can I create new session without destroy old session
Posted by ijevsk NO[at]SPAM gmail.com at 12/11/2006 1:22:15 AM
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 session and cookies. how can i do that in asp and asp.net ...more >>

Select Case statement with multiple varaibles
Posted by microsoft.public.dotnet.languages.vb at 12/10/2006 9:45:37 PM
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" case "02" : dWarrExpDateMonth="Feb" : dRetailDateMon...more >>

Convert asp stored procedures
Posted by teddy at 12/10/2006 9:04:27 PM
i have some stored procedures written in asp can i use the same stored procedures in my .net web application. ...more >>

can i change it??
Posted by ttt.tas NO[at]SPAM gmail.com at 12/10/2006 6:48:38 AM
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 configurations to save these dlls in another location??? i'm using asp v1.1 an...more >>

Problem when using javascript
Posted by anthonybrough NO[at]SPAM googlemail.com at 12/9/2006 1:18:15 PM
I have an asp page that has a form to collect user data in a form. when the user clicks submit the input is validated. If any fields are not acceptable the user clicks on a button to go back to the original form to correct the input. This all works fine until I try to incorporate a javascript ...more >>

checkbox vs text box
Posted by shank at 12/9/2006 9:46:08 AM
I posted this in an HTML forum, but I think it's going to take some scripting to act as I want to act. I have a form with multiple records. My intention is to have the user click a checkbox for each product he wants. Then submit the form placing multiple items in his cart. If I use a text bo...more >>

Reading a TEXT file and render it into multiple web pages
Posted by LukeSkywacko at 12/8/2006 12:48:41 AM
Hi, I would like to know how I could accomplish this without using DB. There's a long text file named "TEST.TXT" The TEST file contains special character '=BA' which will be used as pagebreak. I want an ASP page that will read the TEST.TXT file and split it into multiple web pages with naviga...more >>

is there a way to capture all form fields using loops?
Posted by User at 12/8/2006 12:08:50 AM
Hi, I have a massive webform... is there a way to use a loop to get all the field names of the form? eg: in php, u can do a foreach($_POST as $key=>$value) { blah blah.... } how do u emulate that in classic asp 3.0? please avise. Thanks Posted Via Usenet.com Premium U...more >>

auto generate Number
Posted by G at 12/8/2006 12:00:00 AM
Hello Firends I want a sample code for developing an " auto genearte number " and want to store in database. Please if you find any code please send Thanks in Advance G ...more >>


DevelopmentNow Blog