all groups > inetserver asp general > july 2004 > threads for july 22 - 28, 2004
Filter by week: 1 2 3 4 5
submitting two forms in same page?
Posted by Bjorn at 7/28/2004 8:21:23 PM
Hi,
I need to submit in the same page two forms to two different ASP-pages.
I created two forms, each with hidden input and a submit button. But it
doesn't work. Nothing happens with the second form.
Does it exist a way to do that?
Thanks
bjorn
... more >>
simple link question
Posted by Jeff at 7/28/2004 7:21:07 PM
Please don't look down on me for this, but it is something I have never
thought learning before.
Lets say you have protected pages.. and youhave script at the top that
directs the user to the login page if they are not logged on.
how can i have someone log in, and once they click the login but... more >>
Web page recorder required
Posted by JJ at 7/28/2004 5:14:36 PM
Hi,
Sorry this is probably not the correct forum, but the website in question is
fully ASP :)
I need to provide a demo of my web application on my website.
Does anyone know of any software which can record a demo of a web
application?
I have seen a few screen recorders, does anyone have expe... more >>
FSO delete the very last character in tgext file
Posted by Carol at 7/28/2004 5:06:30 PM
With ASP, I am generating a huge CSV file. It is to large to open in
notepad.
Can I use the Filesystem Scripting Object to read the very last line of the
file and delete the very last character?
I am hoping the DSO will not have to read thru the whole file. it is
probably way to big.
Th... more >>
response.write quotes help
Posted by Carol at 7/28/2004 4:12:53 PM
I need to put this whole line into a response.write statement:
field delimiter = "\""
how?
... more >>
introduction to ASP
Posted by Neil Greenough at 7/28/2004 2:51:33 PM
I ain't got the foggiest about ASP, but I know I need to use it to create
what I am after in my website. Could anyone please give me a brief
introduction about ASP, example how you enter it into a webpage, using VB
Script or something else, does your server need to support it etc??? Also,
if any... more >>
Recursive function help
Posted by JP SIngh at 7/28/2004 12:28:48 PM
Hi All
I am trying to write a recursive function to list the managers and his
employees in a tree like sctructure
Manager 1
Emp1
Emp1.1
Emp 1.2
Emp 2
Emp 3
Emp 3.1
Emp 3.2
Have written the follow... more >>
set dynamicly request.contentencoding
Posted by Allaigre David at 7/28/2004 9:59:05 AM
I'm trying to retreive some information from the querystring. The web site
is as default configure in "utf-8".
But on only one page i need to change dynamicly the contentEncoding to
retreive information send by an ActiveX component in iso-8859-1 format.
Iv' try to put this code in my page :
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Deleting a File with ASP?
Posted by Keith at 7/28/2004 9:53:10 AM
Is it possible to use ASP to delete a file on the web server?
I have a form that allows users to submit files to my site, but I now want
them to be able to delete their files too if possible.
I know the location and filename of the files (this is taken from a
recordset).
I am not 100% ade... more >>
Rent-A-Coder vs. Elance
Posted by michaaal at 7/28/2004 9:14:02 AM
Is ELance much better than Rent-A-Coder? I am hesitant to give ELance a try
because you have to pay for it - and Rent-A-Coder is not "overly
profitable". Is ELance worth the money?
... more >>
Object required? tring to set varible to use with query
Posted by abbylee26 NO[at]SPAM hotmail.com at 7/28/2004 7:35:33 AM
I hard coded "TheYear" (the table) and "MonthPD" (a field) into my
script to make sure the query worked (it did)...so now I want to
replace an actual year (table) with varible which the next step is to
change from the web page.
Switched
"From AllExpenses2004" & _
With
"From " & TheYear & _... more >>
A-B-C-D... links: Have two records in a field
Posted by thecoconutmonkey NO[at]SPAM hotmail.com at 7/28/2004 7:30:22 AM
Hi all.
Im new to ASP, and have hit a snag.
I am trying to build a page that has 'A-B-C-D...' links along the top
of the page. When you click 'A', it goes to a table with everyones
usernames and grabs the ones that start with the letter A.
The problem is that the username field contains ... more >>
How to detect Cookie is enabled or disabled?
Posted by Jessie at 7/28/2004 7:00:02 AM
I found some example on web, but most of them are need 2 pages by using
redirect method. Is there code for do this only in one page? Thank you!... more >>
ASP Date/Time Variables
Posted by dmiller23462 NO[at]SPAM yahoo.com at 7/28/2004 5:19:30 AM
Hey guys,
I'm back again....
I'm trying to put together a search page but what I'm trying to pull
off is only showing the past week's entries....
I've tried declaring "pastweek" as a variable that is actually the
Now() variable....I can't seem to find any syntax help....Basically I
was t... more >>
Formatting asp generated spreadsheet
Posted by + DiamondEagle at 7/28/2004 5:13:37 AM
I'm successfully using Response.ContentType = "application/vnd.ms-excel"
to generate an Excel spreadsheet from an asp page and a SQL Server
database.
One of the columns contains data that is a long number (13 characters
eg. 1122334444566). The spreadsheet does not display the number
correctly... more >>
Any easier way to unusual convert date format?
Posted by ohaya at 7/28/2004 1:14:07 AM
Hi,
I'm working with a date string with a format as follows:
Sat Dec 25 21:32:59 EST 2004
and I want to compare it to another date string of the format:
7/28/2004
I'm only interested in comparing the date part, not the time.
Other than writing code to convert each of the formats to... more >>
type mismatch
Posted by shank at 7/27/2004 6:24:33 PM
What is the proper use for CInt ..?
I get a type mismatch error whether I use it or not.
I assumed I needed it because I need to make sure Request("Qty") and
Request("Weight") were integers.
Also, does this loop structure appear to be correct. rsCart recordset is
just above this code.
thanks... more >>
problems with replace
Posted by shank at 7/27/2004 5:16:18 PM
Shouldn't the below code remove double quotes coming in from
Request("Description") ...?
It's not. Are there other ASCII characters I should be searching for?
The chart I have has Chr(34) as double quotes.
thanks
varDescription = Replace(Request("Description"),Chr(34),"")
... more >>
Generate PDF reporting file with ASP from SQL server datas
Posted by jcleonard NO[at]SPAM free.fr at 7/27/2004 3:02:23 PM
Hi,
I'm looking fo a solution to generate automaticaly a PDF file.
My aim is to use a template define by a user and to insert dynamicly
datas form SQL server in this document.
Can you tell me if it exist PDF template like .dot for word ?
If such file exist is it possible to generate lis... more >>
Modal window and the return value
Posted by romax2 NO[at]SPAM yahoo.com at 7/27/2004 1:41:10 PM
I am using a modal window and an iFrame to try and pull a return value
back. I am doing this across domains.
I have the value returned from the modal window to the iFrame window
but I can not get the value returned to the parent window. The alert
in the parent window always returns undefined... more >>
Display Managers and Employees Database
Posted by JP SIngh at 7/27/2004 1:21:21 PM
Hi All
I am in a very tricky situation wonder if you anyone can help.
We have a table where we store employee information. One of the fields in
the table stores the manager number which is the employee number of the
users manager. Sample data is below
EmpNo Name ManagerNo
2211 ... more >>
ASP code reference guide/glossary
Posted by Hasan Kachal at 7/27/2004 12:38:59 PM
Hi,
Is there a place online that that provides a glossary of ASP syntax?
I need a place that will briefly explain the meaning of ASP code such as:
DIM, IF, ELSE, sub, Response.Write, etc.
If somebody can point me to link, I'd be greatful.
Thanks,
... more >>
maximum characters for string data type
Posted by JT at 7/27/2004 11:53:39 AM
i don't know why i can't find this anywhere but -
what is the maximum number of characters that a string variable can hold - i
initially thought it was 256, but after some testing it seems that it can
hold much more than that..
tia
... more >>
How to limit a user access a page only 1 time per hour?
Posted by Justin at 7/27/2004 10:00:52 AM
I am developing a voting system. How to preventing a user votes
continuously? Maybe cookie is useful here, but I don't know how to use it.
Could you give me a example? Thanks.... more >>
dll help
Posted by Savas Ates at 7/27/2004 9:22:15 AM
i wrote this class in VB
Public Function toplama(x, y)
z = x + y
toplama = z
End Function
***********class name= toplama************ and projectname= project1
from file--> make dll and occurred ilim.dll
run cmd regsvr32 ilim.dll i typed and it was registered..(succesfully)
... more >>
Stop Start Services from asp
Posted by Nathan Henderson at 7/27/2004 8:19:54 AM
I am trying to stop and start the ftp service from an asp page using the
iuser account.
my code is simple: shell.run "net start msftpsvc",0,true.
ASP page returns no errors but nothing happens. code works in .vbs but not
from the webserver (IIS6).
Can someone tell me how to do this? I would als... more >>
Contstants query from oldest newbie in town
Posted by Laphan at 7/27/2004 5:53:56 AM
I know I should know this or at least look it up, but amazingly enough I'm
having difficulty finding the def for it.
Basically do I define a constant as follows in my ASP page:
dim myCons
Constant myCons = "fred"
From this point on the Option Explicit feature will generate an error if I... more >>
removing special characters from money fields
Posted by abbylee26 NO[at]SPAM hotmail.com at 7/27/2004 5:23:28 AM
I need to add and subtract transactions for each of our accounts
within our Access DB for account reconciliation.
Values found in our PdAmount field are either positive or negative.
Positive numbers are entered like $690.34
Negative numbers are entered like ($42.36)
I will use something lik... more >>
8004020F error with CDO.Message
Posted by Luis andyza NO[at]SPAM webmail.co.za at 7/27/2004 4:25:32 AM
I use CDO.Message to send e-mail from an asp page (similar
to the method at http://www.aspfaq.com/show.asp?id=2305).
One of my testers entered an invalid e-mail address and
got an 8004020F error.
Is there a way to trap this error so that I can display a
better error message to the user an... more >>
Interactive userform
Posted by Continental Translations at 7/26/2004 10:27:55 PM
Not too sure if this is the correct NG, but here goes....
I am in the process of creating a website
(http://www.continental-translations.com - well someone is creating it for
me) and I am hoping to put an interactive userform in the website.
Basically I have an MS Access Database set up so t... more >>
#include
Posted by Christopher Brandsdal at 7/26/2004 8:30:58 PM
If I want to include a file to my webpage that is not placed in the same
folder asd the application, but in another folder on the same disk...
I found out that this is not going to work:
<!--#include virtual="D:/binaer.no/nova/test.asp"-->
Is there any other way to include from another domai... more >>
about asp and trigger
Posted by Savas Ates at 7/26/2004 6:11:42 PM
can i send a parameter to my asp page when a trigger event occured?
... more >>
HTML Email
Posted by dave at 7/26/2004 5:29:17 PM
Hi guys
I'm sending email using CDO Message in HTML Formatted.
There is no problem if client side is HTML Enable. But if
it doesnt not, its showing all html tags in message body.
How can I solve this?
Thanx
code snippet
body = <html>
body = body & "<b>Hello</b>"
body = body & "</h... more >>
ASP option box secondary value update other field?
Posted by WC Justice at 7/26/2004 4:27:17 PM
I am building a site using ASP and some javascript (to make data entry
easier). I use ASP to create a recordset consisting of ProjectID,
ProjectName, and ProjectMileageRate, and the option box is built from the
recordset. I would like for the txtBillingItemMileageRate field on the form
to be p... more >>
problems opening db
Posted by Christopher Brandsdal at 7/26/2004 4:05:04 PM
Hi!
I'm woking on my cms sytem.
I want to do this:
My admin system lies on one domain on the server. eg. d:\binaer\admin\
When the clients open the admin page, the system opens the clients database.
eg. d:\clientsdomain\db\
But when I try to open a database wich is not on the same ... more >>
ASP compiled
Posted by Ed at 7/26/2004 3:38:56 PM
I want to pay a monthly fee to a hosting company to host my ASP application.
I have some propriety designs in my ASP application which I'm reluctant to
expose the source code. Unfortunately, with ASP, it's all source code.
Is there a way to "compile" my ASP application so that when I upload th... more >>
cart cookies
Posted by shank at 7/26/2004 1:21:49 PM
I need to build my own simple cart that writes to cookies only. I can write
and read cookies, but don't have a clue as to how I can add multiple
products, change quantites, etc. All I need is a cart that stores
information in cookies and the user prints their order. That's it. Where can
I find s... more >>
page validation script - question
Posted by Raphael Gluck at 7/26/2004 11:40:45 AM
HI
I am wondering if anyone can help me
I added a little script to a form page, so that a couple of fields have to
filled in. One contains an obligatory field for number data, one for regular
text.
However it seems that when a user will just enter a few spaces in the
required, they seem to... more >>
Login Script based on Email, IP and sql server backend
Posted by jason NO[at]SPAM catamaranco.com at 7/26/2004 11:07:42 AM
My questions concerns building a login system based on checking for the
existence of the user's email address only....
1. Is it ok for me to use IP address to allow user to bypass all login and
registration systems if IP is present in database? I wish to save the user
time....if the IP is not ... more >>
Regular expressions question
Posted by ASP.Confused at 7/26/2004 10:05:00 AM
Ok. I have the following regular expression:
re.Pattern = "style[^=]*=[^\""]*\""[^\""]*\"""
It will grab any style attribute within HTML that uses double quotes, and
put it in the re.Matches collection.
Now, I want to include single quotes into this regular expression. Here's
what I hav... more >>
Can LDAP API be used either from VB or VBScript ?
Posted by Fie Fie Niles at 7/26/2004 9:51:43 AM
We need to use LDAP in conjunction with our ASP pages. Are there LDAP API
that can be used either from VB or VBScript ? Where can I find sample codes
for it ? Thank you very much.
... more >>
IIS Page Redirection for SSL
Posted by J Johnson at 7/26/2004 8:43:16 AM
We have a web site running on our Windows 2003 server with
IIS 6. We have installed a digital certificate for the
web site and want all users to access the site using
https. Because of the diverse nature of our user base it
would be difficult to advise users of the requirement to
use htt... more >>
removing javascript from a HTML file dynamically
Posted by ASP.Confused at 7/26/2004 8:38:56 AM
I am designing a forum system, and I would like to know if there is a script
somewhere that can parse an HTML response, and remove javascript.
I would like to do this so that I don't have hackers attempting to take over
the client's browser. I have my code to the point that it will remove all
... more >>
MS Word Modification in ASP
Posted by Niraj Khandwala at 7/26/2004 7:24:31 AM
Dear all,
am trying to modify a word document, following is what i intend to do.
1. Open the Word document on the server.
2. Goto the First line
3. From there go to the first Table
4. start inserting data in the Table Cell one after another
5. Save and close the file
6. give the user a li... more >>
ASP performance
Posted by Amar at 7/26/2004 6:44:07 AM
Hi,
Here i am using windows 2003 with IIS6.0..ASP pages
are opening very slow .....Earlier same ASP pages were
worked fine in windows NT4.0 with IIS4.0...
Can anybody sugest how to improve ASP pages performance
in IIS6.0 rather than IIS4.0..
Thanks in Advance
Amar.... more >>
IIS - DLHOST.EXE 100% utilisation?
Posted by Jo Becaus at 7/26/2004 6:04:31 AM
Hi,
I have ASP site running, which has several include files.
This is include file, most used in the HTML files.
<%
Public objDict
Dim ObjFSO, objFolder
Const Folder = "C:\WWW\MRTG\Configuration\Devices\"
Set ObjDict = CreateObject("Scripting.Dictionary")
Set ObjFSO = CreateObject("S... more >>
Server.ScriptTimeout in IIS with ASP
Posted by Jo Becaus at 7/26/2004 5:33:37 AM
Hi,
I created ASP page with following sourcecode.
<%@ language="VBSCRIPT" %>
<!--#include file="./configuration/code_nofile.asp"-->
<!-- Author: Jo Becaus
-->
<HTML>
<HEAD>
<TITLE>Infrastructure_Team</TITLE>
<LINK href="mrtg.css" rel=stylesheet type=text/css>
<META content="text/h... more >>
My server asks for usename & password when opening an asp page
Posted by clive.bradley NO[at]SPAM erisian.co.uk at 7/25/2004 11:46:31 PM
My newly rented 2003 Standard Edition dedicated server allows me to
access HTML or picture files but asks for username and password when I
try and open an a asp page.
I have set Authenticated User permissions to Read & Execute and
Directory properties to Scripts & Executables. What have I missed... more >>
super simple cart needed
Posted by shank at 7/25/2004 4:21:43 PM
I need a super simple 100% ASP and/or VBScript shopping cart.
No JavaScript allowed!
Can write to cookies, but not a database. (Sessions maybe OK)
I don't need any special buttons and whistles and fancy features.
Just want to add product, recalc, empty and checkout.
No prices and no shipping ch... more >>
Cannot figure out error in asp code
Posted by Jack at 7/24/2004 9:46:05 PM
The following is the error:
Error Type:
Microsoft JET Database Engine (0x80040E14)
Syntax error (missing operator) in query expression 'ApplicantIntID ='.
/subgrantapptest/ListSaved.asp, line 53
The following is the code:
<script LANGUAGE="JavaScript">
<!--
if (window != top) top.loc... more >>
boolean expression evaluation algorithm
Posted by Simon Wigzell at 7/24/2004 8:16:38 PM
A client wants have acess to an online databases records controlled by group
strings and evaluation strings e.g., each use would have in his client
record a group string like this:
[ROOT][ADMIN][ACCOUNTING][ABC PRODUCTS]
And each record in a database would have an evaluation string like this... more >>
Data and Code separation
Posted by prschmid at 7/24/2004 5:04:02 PM
I was wondering how one can separate an HTML file from the actual code. For example, if I want to create a printer-friendly version of a page, I don't want to have duplicate data.
So, what is the best way to have an ASP .NET page which just just contains layout and other structural code and have... more >>
Multi Language Site
Posted by prschmid at 7/24/2004 4:57:04 PM
I am currently creating a multi-language site using ASP .NET and was wondering what people think the best way to do this. Keeping a session variable of the users's choice? Cookies?
Thank you in advance for any advice, comments, help.... more >>
abcb <> abcab
Posted by George Hester at 7/24/2004 4:02:09 PM
So what's this? a is a ASP page. Clicking on a link there goes to the b =
ASP page. Clicking a link on that goes to the c ASP page. The idea =
here is to keep the visited attribute throughout the process. So if I =
go a->b-.c>->b using links dynamically generated the visited attribute =
hold... more >>
A few questions about creating using asp
Posted by Jeff at 7/24/2004 2:46:56 PM
First, how can I get asp to create a table in en existing DB that is an
atuonumber. Meaning.. If say table 56 exists alrady, I want it to create 58
as the name. Along with this, I need to copy the fields from table temp,
into the above DB. Can this be done?
Thanks
Jeff
... more >>
Formatting Time
Posted by Scott at 7/24/2004 11:00:15 AM
I have a datetime field that looks like 7/24/2004 8:45:00 AM
I just want to display 8:45 AM
<%= FormatDateTime(Now, 3 )%> returns: 8:45:00 AM
Any idea how to get rid of seconds?
... more >>
Page can't be found on /localhost Library not registered. /localstart.asp, line 18
Posted by deyan at 7/24/2004 3:46:00 AM
Dear All,
I can't make my IIS 5 to work. I have W2000 Pro and SP3.
Installed IIS 5 and i can start and stop IIS service no problem.
When i go to my browser IE 5.5 SP3 and type localhost i get error
Page can not be displayed
HTTP 500.100 - Internal Server Error - ASP error
Internet Inform... more >>
Cookies , Session Which is Better ? and Global.asa Question
Posted by amit_sd01 NO[at]SPAM yahoo.com at 7/24/2004 3:30:34 AM
Hello Experts..
I need some help regarding cookies and session objects and also
global.asa file
I am creating one cookie when a user logs in on my website.
The cookie stores the login name of the user. I want that cookie
should get deleted when user closes the browser without signing out.
... more >>
problem with CDO
Posted by Cas at 7/23/2004 11:42:54 PM
Hi,
I try to send emails with CDO. Those emails are in an Access table.
It works when i put a real emailaddress between quotes in line .To (e.g. .To
= any@mail.nl )
When i do like the code here below, i get the error:
error '8004020f'
/defect2.asp, line 55 (line containing the .Send)
Any ... more >>
Session.session not maintained
Posted by Saville Kaufman at 7/23/2004 3:37:02 PM
I have a site developed using ASP, but each page I enter has a different session id when accessing the site using the domain name of the site. When accessing the site from my network and using the internal IP address, it is OK. Any ideas?... more >>
</Message> appearing at the end when buffering off (IIS6)
Posted by MiLoS at 7/23/2004 12:09:05 PM
I have an issue where I am sending back xml content using ASP.
When I flush the buffer or turn the buffering off their seems to be a end
tag that gets appended to the end of this response.
There is no begin tag to match. In the trace I can simply see this tag
added:
3C 2F 4D 65 73 73 6... more >>
ASP download for PDF files not working
Posted by Astra at 7/23/2004 11:49:56 AM
Hi All
The following ASP routine allows me to force a PDF file to download rather
than show up in IE:
Response.ContentType = "application/asp-unknown" ' arbitrary
Response.AddHeader "content-disposition","attachment; filename=" & theFile
Set adoStream = Server.CreateObject("ADODB.Stream... more >>
Arrays / Tables / Anything for a "clean" display
Posted by dmiller23462 NO[at]SPAM yahoo.com at 7/23/2004 6:20:13 AM
Somebody take a look and give me any suggestions? My brain is nuked...
Here's my deal....I have online submission forms on my intranet at
work here....I am appending to an Access DB with the input from all
HTML fields and then querying aforementioned DB with different
variables (search by name... more >>
hex to string
Posted by Net Mongrel at 7/23/2004 1:30:45 AM
converting string to hex like so:
for x = 1 to len(source)
target = target & hex(ascw(mid(source,x,1)))
next
How to convert it back to a string?
I got as far as:
for x = 1 to len(source) step 2
target = target & chr("&H" & mid(source,x,2))
next
but this fails with the poun... more >>
Paging FileSys Data
Posted by Laphan at 7/22/2004 11:46:24 PM
Hi All
I know how to do GetRows paging and the like with a recordset, but does
anybody know how to do paging with the FileSys object?
Basically I use the FileSys object to list the pics that I have uploaded to
my site, but as this library grows I'd like to break it down into say 10 per
page... more >>
A question regarding ASP Intrinsic objects from the perspective of
Posted by Fahad Ashfaque at 7/22/2004 11:21:02 PM
Hi,
Please correct me if I go wrong anywhere in my understandings.
1- ISessionObject is created each time When any ASP Page is started executing and destroys on the page ends (not session end) while the session state (data) is originated already somewhere from where ISessionObject fetches.... more >>
Read Chinese character from excel using asp
Posted by (see_mun_lee NO[at]SPAM dell.com) at 7/22/2004 8:31:07 PM
I use asp to develop a web page to read an excel file containing Chinese Character then display it in the web page. Unfortunately, I cant display it!!! it will display (?????????).
<META HTTP-EQUIV="content-type" CONTENT="text/html; charset=utf-8">
' create and open the connection to the E... more >>
Help with Fix function
Posted by Ted at 7/22/2004 5:30:00 PM
I've written a little function to remove everything after the 2nd decimal
place for prices which is as follows: -
ReturnConvertedCurrency = (fix(iSterling * session("ExchangeRate") *
100) / 100)
However, it sometimes returns incorrect values. i.e. Why does the
following: -
... more >>
Sql em - developer version?
Posted by jason NO[at]SPAM catamaranco.com at 7/22/2004 3:20:20 PM
Do any 'classic' asp developers have any knowledge about the client side sql
server EM tool found here:
http://www.amazon.com/exec/obidos/tg/detail/-/B000050AVL/103-3705998-1519030?v=glance&s=software&n=507846&vi=tech-data
I am hoping this will allow me to leverage default sql server database... more >>
Submit Form by clicking on an image
Posted by Ice Man at 7/22/2004 2:04:48 PM
Hi all
How Can I submit a form by clicking on an image instead of the submit
button?
Thanks
... more >>
IT_REPORT
Posted by Ice Man at 7/22/2004 1:46:04 PM
Hi all
I created a DSN called IT_REPORT which points to an access database
then I tried using asp code to open connection to it but the server gave me
error
when I changed the name to ITREPORT it worked fine
I have a personal laptop running windows 2000
what might be the problem?
Than... more >>
Sort files by date created
Posted by Tim Cowan at 7/22/2004 1:29:30 PM
Hi
I have files in a folder that I am using the FileSystemObject to read. I can
read the files and display links to them no problem, what I want to do is to
sort them by date created.
What is the best way to go about this?
Tim Cowan
... more >>
Querying IISMimeMap .. Access is denied .. HELP!
Posted by Marlon at 7/22/2004 11:56:31 AM
Code posted below ( I am not sure which group to post to, but I need help)
I wrote a Windows Form Application to query the IIS MimeMap on the localhost
which worked fine.
I ran the same code in asp.net and got "Access is Denied" exception.
What is the least permissions set I should grant ... more >>
Posting a selected option (drop down list)
Posted by Serge Myrand at 7/22/2004 8:51:24 AM
Hi,
I cannot get the selected option to be POSTed (it does not appear in the
QueryString when using GET neither)
I construct the drop down list from an array, I select an element in the
list, I POST using a submit button. When I use Request.Form("NAME") it's
always empty. Is the selected it... more >>
Getting dropdown value
Posted by peashoe NO[at]SPAM yahoo.com at 7/22/2004 6:50:05 AM
I know this is supposed to be easy but I can't get this to work. I
have a dropdown that pulls all the Projects (tp_title) available. All
I want to do is get the ID (tp_id) of that record so I can get the
developer assigned to that project (tp_assigned_to). Then, when I get
the developer, I need ... more >>
ASP vs ASPX ?
Posted by michaaal at 7/22/2004 2:50:55 AM
I have been using ASP for a few years now. For the most part I have been
able to make it do what I need for it to do. Is there a reason I might want
to be learning ASPX? Can someone point out some of the general differences
between ASP and ASPX?
Thank you in advance,
Michaaael
... more >>
Links to EML files
Posted by Dimitris Pantazopoulos at 7/22/2004 1:31:02 AM
Hello
I need to create a hyperlink to an .eml file so as to view it when the link is followed. The code is:
Response.Write "<a href='\\server\folder\myeml.eml'>eml link</a>"
The problem is that the url automatically produced by this link is:
"mhtml:file://\\server\folder\myeml.eml"
and the ... more >>
Creating xls files on users pc
Posted by Luis at 7/22/2004 12:43:50 AM
The MSDN KB article 189198
(http://support.microsoft.com/default.aspx?scid=kb;en-
us;189198) describes how to create a spreadsheet with info
from a database. Is there a way to create the spreadsheet
on the users computer instead of on the web server? I want
to prevent a whole lot of xls fil... more >>
|