Home All Groups Group Topic Archive Search About



Active Server Pages (ASP) Programming Discussion

microsoft.public.inetserver.asp.general
Score Parse elements in XML feed
glbdev - 21 Apr 2007 9:56 PM - 5 messages
I need to pull items out of an XML feed. Here is an example of the XML file: - <TopNode> - <XmlFeed> - <GetListInCategory> - <Data Count="937"> - <Table>   <EventID>567343</EventID> ...
Score A simple photosharing application written in asp
foto - 21 Apr 2007 7:39 PM - 1 message
I d like to show you [link] It has been awesome runs on Fedora I wanted to share it early on so there is litte load on the server and the  early adopter crowd can try it out ...
Score Bill
Bill - 20 Apr 2007 10:18 PM - 3 messages
...
Score ASP Not working
Paul W Smith - 20 Apr 2007 10:06 PM - 7 messages
I have a laptop running XP Pro (SP2).  IIS is installed, but when I am using Frontpage I cannot get the ASP pages to run on localhost. Anyone any instructions on problems solving where my problem is? PWS ...
Score tramadol
tramadol - 20 Apr 2007 7:49 PM - 1 message
...
Score can i run asp in iis 6 with asp.net dll ?
keyser soze - 20 Apr 2007 6:30 PM - 3 messages
hi i have 2 sites running on w2000 ad server on IIS 5 can i run the sites "as is" on w2003 server on IIS 6 with asp.net dll ....or because the programming style do i need asp.net dll ...
Score vbscript RegExp help
Giles - 20 Apr 2007 9:32 AM - 1 message
I am trying to write an asp(vbscript) parser for wiki-style pseudo code, and can't get my head round regexp. I am hoping if somebody could give me an example to work on for one, I could sort the others. ...
Score post to newsgroup
vinodkus - 20 Apr 2007 8:28 AM - 2 messages
How can I post to newsgroup for quicker response ...
Score Parse a string from field CORRECT EMAIL
Dan Somdahl - 19 Apr 2007 6:38 PM - 2 messages
Hi, I am new to ASP but have what should be a fairly simple task that I can't figure out. I need to parse a string from a single, semi-colon delimited, 60 character field (el_text) in a recordset and display the results in a table on a ...
Score Parse a string from a field and display in table
Dan Somdahl - 19 Apr 2007 6:27 PM - 2 messages
Hi, I am new to ASP but have what should be a fairly simple task that I can't figure out. I need to parse a string from a single, semi-colon delimited, 60 character field (el_text) in a recordset and display the results in a table on a ...
Score Parse a string from a field and display in table
Dan Somdahl - 19 Apr 2007 6:25 PM - 2 messages
Hi, I am new to ASP but have what should be a fairly simple task that I can't figure out. I need to parse a string from a single, semi-colon delimited, 60 character field (el_text) in a recordset and display the results in a table on a ...
Score xml positng and receiving code ?
Subrato - 19 Apr 2007 2:27 PM - 2 messages
Hi,    I am very new to xml and I have this piece of code which I took off a website. The situation is that on of the website, user files up a form and it is submitted. On submission, the page should do a xml post ...
Score Delete until end of line
Joey Martin - 19 Apr 2007 11:53 AM - 3 messages
Sample: sql="select * from table order by id" How do I look at the query statement and remove all the characters starting with "order by" and remove all remaining characters in that line? *** Sent via Developersdex [link] *** ...
Score Unable to cast object
Dave - 19 Apr 2007 9:16 AM - 2 messages
I have a master page and a content page to that master. When I try to work with them I get an inconsistent error of casting ability and it happens irregularly, which means sometimes it can work and sometimes not, without making any changes to the code. ...
Score What is Lexapro
LexaproR - 19 Apr 2007 3:50 AM - 1 message
...
Score ASPX and C# file on SharePoint Server
Drew Carter - 18 Apr 2007 8:43 PM - 2 messages
Hi.  I'm not sure whether this is a SharePoint or an ASP problem... but I thought it made sense to post here. I'm having trouble instantiating a C# class from within my ascx file.  When I attempt to run it on our SharePoint 2007 server, I receive this error in ...
Score Analyze ASP code?
Pupkin - 18 Apr 2007 6:03 PM - 3 messages
Hey, I'm having a problem with Com+ crashes on a virtual server environment, and the tech support is claiming that my ASP code is consuming too much memory. The problem is, there are 19 sites on this VPS, and they can't isolate ...
Score how to include file .asp in file .aspx
armando - 18 Apr 2007 10:18 AM - 2 messages
Hi, I'm working on a web site devolepped in asp and this site work with the incusion in the page asp <td id="Colonna lato sinistro" width="200px" valign="top" style="height: 19px"> <!--#include file="Include/colonna_sx_ecomm.asp"!--> ...
Score What is prevacid
PrevacRx - 18 Apr 2007 9:30 AM - 1 message
...
Score reply to newsgroup
vinodkus - 18 Apr 2007 6:10 AM - 4 messages
Please tell me how can I reply to newsgroup for quicker response ...
Score problem to post data
vinodkus - 18 Apr 2007 5:15 AM - 2 messages
HV TAKEN A DRON DOWN AND FETCH RECORD OF THREE COLUMN FROM A TABLE, AND I HAVE TAKEN A SUBMIT BUTTON.JUST I WANT TO SHOW ALL RECORD IN NEXT PAGE JUST SPLIT THEM AND STORIN IN AN ARRAY BUT IT GIVES AN ...
Score form page random graphics
shank - 17 Apr 2007 8:07 PM - 3 messages
What are those boxes called that you see on form pages to ensure that a human is filling out the form? They are graphical letters and/or numbers and random? I need to install one, but don't even know what to saerch on. ...
Score Read txt File and Compare
Simon Gare - 17 Apr 2007 7:22 PM - 2 messages
Hi all, have a text file that is read in an asp page <% Dim arrFileLines() i = 0 Set objFSO = CreateObject("Scripting.FileSystemObject") Set objFile = objFSO.OpenTextFile("D:\Inetpub\Websites\AmacExpressServices\Constants\areas ..txt", 1) Do Until objFile.AtEndOfStream Redim Preserve arrFileLines(i) ...
Score ASP Cookies
Rahul Chatterjee - 17 Apr 2007 1:46 PM - 3 messages
I have a page on my website that sets cookie values and the cookies are subsequently accessed across the rest of the webpages. These cookies are set in the login page and after the user logs in, the cookie value is accessed ...
Score post data problem
vinodkus - 17 Apr 2007 12:30 PM - 2 messages
I HV TAKEN A DRON DOWN AND FETCH RECORD OF THREE COLUMN FROM A TABLE, AND I HAVE TAKEN A SUBMIT BUTTON.JUST I WANT TO SHOW ALL RECORD IN NEXT PAGE JUST SPLIT THEM AND STORIN IN AN ARRAY BUT IT GIVES AN ERROR ...
Score corrupting global.asa
michal - 17 Apr 2007 12:04 PM - 2 messages
hi, a strange problem occured for me the other days two times: the global.asa was overridden once with the IISlogfile and once it was just corrupted and could not be opened... i am just wondering what could be the reasons. i suspect the upload of ...
Score ASP.Net Beginners Help
Rakesh - 17 Apr 2007 11:38 AM - 3 messages
Hi, I have worked in Windows development for some time and want to learn ASP.Net - Web Application. Can some one redirect me to some site where I can find some good start up for beginners course like Sample Applications with ...
Score HELP: ASP & Javascript testing procedures & methods
Andrew Wan - 17 Apr 2007 8:36 AM - 8 messages
I have been developing web applications with ASP & Javascript for a long time. I have been using Visual Studio 2003.NET. While VS2003 is okay for intellisense of ASP & Javascript, it's still not that great. One of the cons of ASP & Javascript is that they're both interpreted, which ...
Score free asp host, join this!
Shepherd Zhang - 17 Apr 2007 3:37 AM - 1 message
free asp host, join this! [link] ...
Score Update Column to add Decimal Point
Simon Gare - 16 Apr 2007 4:50 PM - 4 messages
Hi all, have a 'money' field in the SQL 2000 table that users enter 200 (for example which represents £2.00) without the decimal point, what I need is to have a command or something that adds the decimal point before the last 2 digits, ...
Score Classic ASP sytem needs to support Chinese data entry - to do list
Carlin Anderson - 16 Apr 2007 1:36 PM - 5 messages
I have a large classic ASP web application which needs to now support chinese character entry (I don't have to worry about the UI yet - the data entry people can read english).  Other than changing the database fields over to ...
Score copy from a word doc on to textarea on asp page
sajithkahawatta - 16 Apr 2007 11:37 AM - 6 messages
i want to know that is it possible to  copy from a word document and paste it on to a textarea on a asp page. when i do it normally bullets are not paste as it is . it is changed into different symbol( inverted ?). how can i overcome ...
Score copy from a word doc on to textarea on asp page
sajithkahawatta - 16 Apr 2007 11:37 AM - 1 message
i want to know that is it possible to  copy from a word document and paste it on to a textarea on a asp page. when i do it normally bullets are not paste as it is . it is changed into different symbol( inverted ?). how can i overcome ...
Score copy from a word doc on to textarea on asp page
sajithkahawatta - 16 Apr 2007 11:30 AM - 1 message
i want to know that is it possible to  copy from a word document and paste it on to a textarea on a asp page. when i do it normally bullets are not paste as it is . it is changed into different symbol( inverted ?). how can i overcome ...
Score copy from a word doc on to textarea on asp page
sajithkahawatta - 16 Apr 2007 11:29 AM - 1 message
i want to know that is it possible to  copy from a word document and paste it on to a textarea on a asp page. when i do it normally bullets are not paste as it is . it is changed into different symbol( inverted ?). how can i overcome ...
Score ASP.net web development - iTechArt Group
VB - 16 Apr 2007 10:32 AM - 1 message
iTechArt Group - Custom Software Development and Offshore outsourcing Company [link] Offshore custom software development company iTechArt - Web site and Content Management Solutions development, CMS consulting: Ektron, Drupal and DotNetNuke iTechArt Group provides high quality custom software development ...
Score Getting data from XML file to an array/db
Newbie - 16 Apr 2007 10:25 AM - 2 messages
Hi All Wondered if you could help. I have created a little backup routine (using classic ASP and ADO) to get my data from my db into a bespoke XML file, ie I query the data into a recordset, concat the XML tags with this data and then put it into a text ...
Score preventing Session ID replay attack
anoop - 16 Apr 2007 7:02 AM - 3 messages
Hello,           I am developing a Simple ASP Website with a login page. I want to know how can I change Session ID after login and also Close the current Session after User closes the Window or gets logged out of the Website. So ...
Score cialis
cialis - 15 Apr 2007 9:28 PM - 1 message
...
Score Referencing Java Installation Path from ASP
Brad Baker - 15 Apr 2007 9:07 PM - 1 message
Our developers are calling a java application from an ASP/ASP.net page. Excerpt as follows: ---- Dim a_jvmargs(1) a_jvmargs(0)= "-Djava.class.path=C:\Program Files\Java\j2re1.4.2_04\lib\rt.jar;" &_ "C:\jar1.jar;" &_ ...
Score 08'cracked software of ftp download!
tototo - 15 Apr 2007 11:12 AM - 1 message
They are best softwares and best price. The list is not full and now will be more new version, any more need, please mail me: lann***@hotmail.com [Boson.NetSim.6.+Keygen].netsim6for CCNP [RouterSim].CCNA.Network.Visualizer.5.0.09 ...
Score Raifal
Raifal - 15 Apr 2007 11:08 AM - 1 message
...
Next »