all groups > inetserver asp general > april 2007 > threads for april 15 - 21, 2007
Filter by week: 1 2 3 4 5
LIMIT REGISTRATION
Posted by new2asp at 4/21/2007 9:30:55 PM
I am new to ASP, and I am trying to figure out how to create a
registration form that can limit that amount of people who are signing
up for an event. The form has to take in consideration the number of
guests the attendee is bringing table seating location. How can
interact with the database in... more >>
Parse elements in XML feed
Posted by glbdev NO[at]SPAM gmail.com at 4/21/2007 2:56:19 PM
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>
<Event>NHL playoffs</Event>
<Date>2007-04-21T00:00:00.0000000-05:00</Date>
<Time>10:00 PM</Time>
... more >>
ASP Not working
Posted by Paul W Smith at 4/21/2007 12:06:52 AM
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
... more >>
can i run asp in iis 6 with asp.net dll ?
Posted by keyser soze at 4/20/2007 3:30:58 PM
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
i have this question
because some messages of IIS 6
alerts about "security risks" on classic "asp" pages
... more >>
Bill
Posted by Bill at 4/20/2007 3:18:54 PM
post to newsgroup
Posted by vinodkus NO[at]SPAM gmail.com at 4/20/2007 1:28:13 AM
How can I post to newsgroup for quicker response
... more >>
Parse a string from field CORRECT EMAIL
Posted by Dan Somdahl at 4/19/2007 1:38:10 PM
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
webpage (ASP)
I can retrieve the recordset from the datab... more >>
Parse a string from a field and display in table
Posted by Dan Somdahl at 4/19/2007 1:27:40 PM
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
webpage (ASP)
I can retrieve the recordset from the datab... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Parse a string from a field and display in table
Posted by Dan Somdahl at 4/19/2007 1:25:49 PM
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
webpage (ASP)
I can retrieve the recordset from the datab... more >>
xml positng and receiving code ?
Posted by Subrato at 4/19/2007 7:27:06 AM
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
to my site. On receiving the xml on my end, I take that data and
insert it into s... more >>
Delete until end of line
Posted by Joey Martin at 4/19/2007 4:53:10 AM
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 http://www.developersdex.com ***... more >>
Unable to cast object
Posted by Dave at 4/19/2007 2:16:01 AM
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.
Is this a bug concern? Or do you have... more >>
ASPX and C# file on SharePoint Server
Posted by Drew Carter at 4/18/2007 4:43:34 PM
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
the log file: "System.Web.Http... more >>
Analyze ASP code?
Posted by Pupkin at 4/18/2007 11:03:38 AM
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
where the problems are coming from.
Is there some kind of... more >>
how to include file .asp in file .aspx
Posted by armando at 4/18/2007 3:18:18 AM
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"!-->
</td>
in the colonna_sx_ecomm.asp there is:
<table id... more >>
reply to newsgroup
Posted by vinodkus NO[at]SPAM gmail.com at 4/17/2007 11:10:03 PM
Please tell me how can I reply to newsgroup for quicker response
... more >>
problem to post data
Posted by vinodkus NO[at]SPAM gmail.com at 4/17/2007 10:15:04 PM
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
IT HAS TWO PAGES
FIRST PAGE check1.asp
<!--#include file="../../INCLUDES/SSPHARMA... more >>
Read txt File and Compare
Posted by Simon Gare at 4/17/2007 8:22:11 PM
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... more >>
form page random graphics
Posted by shank at 4/17/2007 4:07:24 PM
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.
thanks!
... more >>
ASP Cookies
Posted by Rahul Chatterjee at 4/17/2007 9:46:42 AM
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
by a subsequent page to refresh my left navigation bar with a few new ... more >>
post data problem
Posted by vinodkus NO[at]SPAM gmail.com at 4/17/2007 5:30:43 AM
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
THAT
Microsoft VBScript runtime (0x800A0009)
Subscript out of range: '[number: 1]'
W... more >>
corrupting global.asa
Posted by michal at 4/17/2007 5:04:33 AM
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
files by users .. could this be possible? do you... more >>
ASP.Net Beginners Help
Posted by Rakesh at 4/17/2007 4:38:02 AM
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
documentation.
That would be of great help.
Thanks in Advance:... more >>
HELP: ASP & Javascript testing procedures & methods
Posted by Andrew Wan at 4/17/2007 12:00:00 AM
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
means on... more >>
Update Column to add Decimal Point
Posted by Simon Gare at 4/16/2007 5:50:02 PM
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,
so user enters 200 and the value stored in the table is 2.... more >>
Classic ASP sytem needs to support Chinese data entry - to do list
Posted by Carlin Anderson at 4/16/2007 6:36:02 AM
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
"N" data types, do I need to do anything to the actual entry fields ... more >>
copy from a word doc on to textarea on asp page
Posted by sajithkahawatta at 4/16/2007 4:37:39 AM
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
this problem
... more >>
preventing Session ID replay attack
Posted by anoop at 4/16/2007 12:02:03 AM
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
that every time user logs in into the website, Session ID will ... more >>
Getting data from XML file to an array/db
Posted by Newbie at 4/16/2007 12:00:00 AM
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
file using FileSysObj.
This backup... more >>
08'cracked software of ftp download!
Posted by tototo at 4/15/2007 6:12:34 AM
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:
lanndyn@hotmail.com
[Boson.NetSim.6.+Keygen].netsim6for CCNP
[RouterSim].CCNA.Network.Visualizer.5.0.09
20-20 Kitchen Designer 6.1
Abb.robotstudio v5.07.01
Ablet... more >>
|