need help- Submitting Check Box values to Table
15 Jun 2006 11:39:10 -0700
im trying to make an online survey. the answers are different check
boxes.
I have this written out already. maybe you guys can help.
ill give you the abbreviated sample of it:
-------
<HTML>
<HEAD>
<TITLE>Sample</title>
<%
strFilePath = server.MapPath("database.mdb")
strConn = "Pr ...
|
Looking for asp.net developer to redo website
15 Jun 2006 10:26:24 -0700
Hello all,
I'm looking for an asp.net developer to rewrite asp automation for a
game website into asp.net. The site is popular so your work will
definitely get seen. Please contact me at mike_newsgroups@yahoo.com if
you are interested. Please use the subject ***ASP REWRITE to get my
attention amongst all ...
|
Sessions
Thu, 15 Jun 2006 11:00:01 -0500
few quik questions.....
i have sessions sesrt on my page to check for user ogins. if the session is
true, then they are logged in. would it be better to use cookies? i havnt
learned how to use those yet, but i can learn. (if thats best way, then
anyone provide me a link to a good tutorial for one?)
...
|
Connecting to MS Access database from ASP in Windows Server 2003 64-bit
Thu, 15 Jun 2006 08:25:56 -0400
I'm setting up a Windows Server 2003 64-bit machine for a user. It will be
serving ASP forms with MS Access as its back-end database.
I created a simple ASP webpage and it is displayed without any problem.
I created a MS Access database on the server and a ASP webpage to connect
to the database.
...
|
large varchar columns in SQL server
15 Jun 2006 04:57:09 -0700
I recently came across an article
(http://www.aspfaq.com/show.asp?id=2188) which said:
--
Depending on the version of your MDAC driver, and the database you are
connecting to, these columns can either (a) not show up at all, (b)
only show up the first time they're called, or (c) cause 'Unspecified
Error', 'E ...
|
How To Pick Winning Stocks
Thu, 15 Jun 2006 08:07:39 GMT
To pick winning stocks, you need the tools to separate
the companies with superior sales and profit growth from
the ones who are just making a lot of noise. Besides
choosing the right companies to invest in, you must
learn how to read the market's trend so that your timing
is right.
And picking the next ...
|
Two simple ASP questions
13 Jun 2006 17:54:56 -0700
Two simple ASP questions:
1. If I am iterating through a recordset, and then for each record
iterating through the fields one or more times (using a For Each...Next
loop), am I assured that the order in which I iterate through the
fields will remain unchanged throughout the iteration of the records?
Example ...
|
|
|
find empty sring in sql server
Tue, 13 Jun 2006 11:59:02 -0700
ok i kinda feel dumb here but i have a CHAR column in SQL server who's values
could be alpha, Null (by default),or blank.
I cant seem to test for the blank. i tried ' ' and " " but itd oes not
work. In Query analizer this works:
select wo_user_alpha_1 from EMORDLIN_SQL where wo_user_alpha_1 =' '
But i ...
|
How to prefill the Form?
Tue, 13 Jun 2006 07:55:02 -0700
Hi,
interesting puzzle that has me a bit stumped. I have an ASP detail page that
shows an image of a product , checkboxes and a submit button. The quanity of
checkboxes on the page is determined by the value of DB lookup to a table
that has a column called MaxHoles. So for instance if the product has three ...
|
Checkbox Validation and dynamic name set
13 Jun 2006 06:46:34 -0700
Hello experts,
I need to write validation for dynamic checkboxes that have been
constructed using the following syntax.
response.write "<input type=checkbox Name=""Question" &
objRS("Question_ID") & """ Value=""" & objTxt("Sub_Text") & """>" &
objTxt("Text") & "<br>" & chr(13)
Can anyone provide a vail ...
|