all groups > inetserver asp general > april 2007 > threads for april 1 - 7, 2007
Filter by week: 1 2 3 4 5
drop down
Posted by vinodkus NO[at]SPAM gmail.com at 4/7/2007 7:10:17 AM
Problem in asp
I m beginner in asp
1> I want if seleted list of drop down in asp is changed then its
related record in table should be displayed simultaniously in a single
page. Please give its full solution in asp
2> How can access the selected value of drop down in another page.
3> I want t... more >>
asp JavaScript
Posted by vinodkus NO[at]SPAM gmail.com at 4/7/2007 5:25:20 AM
I have a problem Some asp
Problem 1>I want to use two button in asp and want if first button is
pressed then it should go to a page and if another button is pressed
then it should go to another page.
Problem 2> I want if a button is pressed a particular function or
procedure should be call.
... more >>
FormatDateTime question
Posted by fiefie.niles NO[at]SPAM gmail.com at 4/6/2007 4:37:17 PM
I set my computer Regional Setting (Control Panel - Regional and
Language Options - Customize - Date) to dd/mm/yy. In my ASP page I do
the following:
FormatDateTime("1/20/07",2)
and it returns 1/20/07 instead of 20/1/07.
I though my setting it to 2, it will display a date using the short
... more >>
a free ASP photo album that I can post on my ASP website
Posted by lrantisi at 4/5/2007 6:47:04 PM
is there a free ASP photo album that I can post on my ASP website
... more >>
Replace commas in values in an array
Posted by Adrienne Boswell at 4/5/2007 3:02:47 PM
Although this is a client side issue, I am also posting to asp.general
in case there is someway to do this only server side (which I would
prefer).
Here's my form:
<form method="post" action="<%=request.servervariables("Script_name")
%>"
<% for i - 0 to 4%>
Header: <input type="text" name... more >>
Simple ASP to give IP/time/username?
Posted by GregO at 4/5/2007 7:53:16 AM
I am new to ASP and would like to know if anyone has a page that will
display username, time, IP
TIA - Grego
... more >>
Vista / IIS question
Posted by PW at 4/5/2007 12:00:00 AM
Which version of Vista includes IIS ?
Thanks,
PW
... more >>
Running Access Stored Queries with Parameters
Posted by Michael at 4/5/2007 12:00:00 AM
Hi. I am working with classic ASP. I'd like to transfer al my hard coded sql
queries to access stored queries and use them with parameters. Actually, I
did not find any strong information how to do that. Please, provide me
official information, or give me at least one example of using it(with ... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Adding Basic User Control, cannot get event to wire
Posted by Jonathan at 4/4/2007 7:28:49 PM
I am trying to add a basic user control to a web site; coming from visual
studio 2003 this was extremely easy. I would just add the user control and
then add the controls that I want on that user control, but I am not able to
get a basic link button to click. This seems so ridiculously basic... more >>
website issuing multiple ASPSESSIONID to same client..make it stop!!!
Posted by Steve Embry at 4/4/2007 5:40:58 PM
Hello-
For some reason, at a website that has been trouble free for a couple of
months, multiple ASPSESSIONID's are now being set by IIS for each client
visitor, rather than the one you'd expect.
When you first visit the site and hit a page that sets a session, the
response.write of the HTT... more >>
Error running ASP in IIS
Posted by glbdev NO[at]SPAM gmail.com at 4/4/2007 3:35:56 PM
I am trying to run an ASP page in IIS 6.0 and I keep getting one of
two errors:
-2147467259 (0x80004005)
The remote procedure call failed and did not execute.
I have Win XP. It's been running fine for a long time and then
yesterday, for no apparent reason, I get this. I've tried the links... more >>
Easy question - Trouble with Request.Form
Posted by Rabel at 4/4/2007 9:30:39 AM
I am new to asp and I am having a little trouble with the Request.form
option. What I want to do is I have a dropdown box.
<select name="selecter" class="text" id="selecter">
<option value="page1.htm" selected>Page 1</option>
<option value="page2.htm">Page 2</opti... more >>
Large insert string
Posted by David at 4/4/2007 8:37:23 AM
Hi,
I have an asp page with a form, which has a lot of fields ........ 30
to 40 !
Is there an easier way to loop through all the fields submitted to the
insert page or is the only way to do it using the standard,
request.form for each field and then INSERT INTO Reports (ReportID,
Received... more >>
Creating Project from existing site
Posted by brian.ackermann at 4/4/2007 8:21:19 AM
Hi all,
I'm running into some trouble figuring out how to create a 'project'
from an existing asp application.
The ASP app was written entirely with plain text editors. I would
like to set up debugging for it, but it seems that in order to debug,
I must have a 'project'.
I cannot figure... more >>
ADO recordset returns UTF8 instead ISO-8859-1
Posted by Frakes at 4/4/2007 8:00:40 AM
I'm using ADO to read an access database using ASP.
My problem is, that i get e.g. =C3=BC instead of =FC
Does anyone know y?
I am using following doctype:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/
TR/xhtml11/DTD/xhtml11.dtd">
I am using following contenttype... more >>
Insert statement
Posted by David at 4/4/2007 7:01:30 AM
Hi,
I have an asp page which runs an update into our mysql database.
The only problem I have is that a user selects a customer from a
dropdown (this is database fed), and I require the selected item to be
loaded into the db. All I can get in the database is the first part of
their name upto t... more >>
"Breaking out" of a Server.Execute call?
Posted by Bob Milutinovic at 4/4/2007 12:00:00 AM
Greetings, folks.
Wondering if someone might be able to shed some light on this without my
having to load up 'n test it for myself.
I have a page calling another with Server.Execute, but depending on what the
outcome of some data checks on that called page is, it may need to "break
out" ... more >>
small dooubt on recordset
Posted by G at 4/4/2007 12:00:00 AM
Hello Friend,
I have a doubt.
I am connecting to mysql db and there is only one table and i am retrieving
the data like city, state, county, etc.. from db to comboboxes. so i am
using one recordset for each retrivel and showing into combobox. it is
going slowly.
SO what happens if i us... more >>
strings with quotes in
Posted by Giles at 4/3/2007 8:58:09 PM
< input type=text name="PageTitle" id="PageTitle"
value="<%=strPageTitle%>" >
How do I "escape" any quotes, accidental carriage returns etc that are
contained within strPageTitle? Do I have to use a series of replace()
functions, or is there a cunning way that makes it OK?
(Using escape(... more >>
Removing obscure chars
Posted by Yobbo at 4/3/2007 6:17:59 PM
Hi All
I have an ASP function in place to strip invalid chars out of a data store
before I create an XML file of this data, but my function doesn't work on a
certain set of chars.
As far as I can see these are the following:
a) trademark char
b) long hyphen/dash char
c) smart/curly quot... more >>
Save As Dialog Box
Posted by rn5a NO[at]SPAM rediffmail.com at 4/3/2007 4:55:56 PM
When users submit a Form with a SQL query, the resultset is retrieved
from a MS-Access database table which is then exported to an MS-Excel
worksheet. After the records get exported to MS-Excel, I want to give
users the option to download the Excel file to their local machine. In
other words, wh... more >>
test dropdown value from form
Posted by David at 4/3/2007 10:50:28 AM
Hi,
I have an asp page with a simple form.
The form has a dropdown which is database fed.
Once the user selects a value from the dropdown, I need some code to
test the value selected.
If the value is 'X' then, make certain other form fields visible,
otherwise hide them.
Can this be ... more >>
Pass Parameters to <!-- #Include File="file.asp" -->
Posted by vunet.us NO[at]SPAM gmail.com at 4/3/2007 9:24:59 AM
What is the workaround of passign a parameter to any included asp
file:
<!-- #Include File="file.asp" -->
This obviously does not work:
<!-- #Include File="file.asp?id=123" -->
Thank you
... more >>
ASP error
Posted by avigil NO[at]SPAM rhodeshomes.com at 4/3/2007 9:16:56 AM
Server object error 'ASP 0178 : 80070005'
Server.CreateObject Access Error
/asp/aspincludes/CRFunctions.asp, line 20
The call to Server.CreateObject failed while checking permissions. Access is denied to this object.
... more >>
asynchronous callback component
Posted by CLEAR-RCIC at 4/3/2007 5:50:01 AM
We have an asp.net application that will also use MSMQ. When a client makes
a request, we want to check several databases and put each response in MSMQ.
We don't want the client to wait for all responses to come back. We were
wondering if there is some component that will sit on the client ... more >>
generate PDF files with ASP.
Posted by G at 4/3/2007 12:00:00 AM
Hello,
generate PDF files with ASP. i searched in google i found
http://www.fpdf.org/ this site which is in PHP. but i want the same thing
in ASP.
can anybody help me.
Thanks
... more >>
How to save byte stream as binary document
Posted by eengel NO[at]SPAM gmail.com at 4/2/2007 2:50:26 PM
Hi,
A site Im working with has an API that allows one to retrieve files.
The file is a Word doc sent as a byte stream.
url="blah.asp?fileid=777777"
set oXMLHTTP=server.CreateObject("MSXML2.ServerXMLHTTP.4.0")
oXMLHTTP.open "POST",url,false
oXMLHTTP.send
binData=oXMLHTTP.respon... more >>
RS Loop - Numeric value out of range (null)
Posted by Adotek at 4/2/2007 1:21:47 PM
Hi All,
I am getting this error:
Microsoft OLE DB Provider for ODBC Drivers error '80004005'
[Microsoft][ODBC Microsoft Access Driver]Numeric value out of range
(null)
/database/data_entry.asp, line 90
Line 90 is shown below...
// count the total records by iterating through the rec... more >>
how to get the ip address & country of the webpage visitor
Posted by bush at 4/2/2007 3:23:37 AM
hi everyone!
i want to get the ipaddress,and the country name of a webpage
visitor,using asp.Net(C#).if anyone knows about it,plz rply me.
thanx in advance.
... more >>
How do I submit form data and change to a different page?
Posted by Simon Benson at 4/1/2007 4:02:57 PM
Probably a fairly simple problem but one that's been plaguing me for a
couple of days... can anyone help?
I have a classic ASP page with a number of text boxes which are updatable.
For convenience I want to add 'tabs' at the top of the page (like a card
index) as the data to be displayed i... more >>
|