all groups > inetserver asp general > august 2003 > threads for wednesday august 6
Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
Help ASP newbie with webhits query
Posted by Colin Bruce at 8/6/2003 9:56:08 PM
I have been asked by my office to set up a Intranet site using ASP. (I know
VB6, so it must be simple!).
The basics are done, including using MS indexing to provide a search
facility.
They now want it to show a section of the document with the searched for
text highlighted.
After long se... more >>
Connect to Access db from VC#
Posted by Mohammed AlQuraishi at 8/6/2003 9:01:04 PM
Hi all,
I'm trying to connect to an MS Access database using ADO.NET and C#, but I'm
getting the dreaded "Microsoft Jet database engine cannot open the file 'x'.
It is already opened exclusively by another user, or you need permission to
view its data."
Any ideas as to why? I set up a conne... more >>
I need pussy
Posted by Brown Boy at 8/6/2003 6:46:05 PM
Email me at grr@cyberseo.com... more >>
Free Shopping Cart using ASP?
Posted by JimL at 8/6/2003 4:53:27 PM
Anybody recommend a free ASP shopping cart?
JimL
... more >>
One last try. Error when using #include file=
Posted by billzimmerman NO[at]SPAM gospellight.com at 8/6/2003 4:41:21 PM
I have perhaps not explained myself clearly, so I'll try it this way.
In the code below, where it says "I'd like to include my navigation
bar here" is the place I'd like to insert a navigation bar from a page
I have called navbar.asp
For some reason, when I insert the <! #include file="navbar.... more >>
Partially refresh the page
Posted by Doru Roman at 8/6/2003 3:58:55 PM
Hi,
What I want to achieve is:
when changing the value in a drop down box to display something as
a text inside an area without refreshing the whole page
--
Thank you,
Doru
... more >>
Setup requirements for Visual studio.net 2003 to run propplerly??
Posted by Rene Muench at 8/6/2003 3:38:28 PM
Hi everyone,
Newbie is wondering after he has up graded to Visual studio.net 2003, if
Visual studio.net 2003 requires a different setup??
Most of the test application aren't working anymore.
I get very often error message stating that probably the required components
are not installed on the lo... more >>
integrated Windows authentication
Posted by Scott Klein at 8/6/2003 3:35:36 PM
Firstly, I'm running IIS 6.0 on Windows SErver 2003 that is also a DC.
I have an asp page (default.asp) I am trying to access as my hom page for my
site. I am trying to use Windows authentication.
When I select only "integrated Windows authentication" I get prompted for
user information and... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Security context question
Posted by Kevin Jackson at 8/6/2003 3:15:27 PM
If I turn off anonymous access to an ASP page and then use "Integrated
Authentication" in a Intranet environment, I expected the user context to be
the user who is accessing the page. It doesn't seem to be the case.
I'm using a component (ASPUpload) to move a file to a share point on another
... more >>
Stored Proc - quickest recordset?
Posted by jason at 8/6/2003 2:46:35 PM
What is the simplest way to open up a stored query in Access - I'v got this
far but I need to open: qry_Listings
set cnn = Server.CreateObject("ADODB.Connection")
strCon = "Provider=Microsoft.Jet.OLEDB.4.0; Data Source=" &
Server.MapPath("../database/listings.mdb") '//This one is for Acces... more >>
Passing with checkboxes.
Posted by renie83 NO[at]SPAM lycos.com at 8/6/2003 1:29:31 PM
What I have are two pages. One is a form with some input boxes and
check boxes on it. It is posting to a different script page that
inserts into a database and sends the fields through email. My problem
is sending the information which is checked through to the next page.
Each of my checkboxes i... more >>
Remove multiple selected items listbox
Posted by darren at 8/6/2003 1:14:05 PM
How, using asp.net (vb.net), can I remove multiple
selected items from a listbox. Everything I try does not
seem to work. Thanks in advance. ... more >>
Help me sort a two - d array
Posted by Pejo at 8/6/2003 12:18:14 PM
I need help sorting a multidimensional array.
I have an array myarray(column_no, row_no) it has 5 columns for this
example I have used 4 rows but there will usually be a couple of hundred.
Assuming yhey look something like below
myArray(0,1) = 1.6
myArray(1,1) =71544
myArray(2,1) =c... more >>
MS Access Memo Field and ASP
Posted by Jim Plante at 8/6/2003 11:54:30 AM
I have a memo field in a MS Access table. The contents of the field may look
like this:
1. This is number one
2. This is number 2
3. Skipping lines is fun if your #3
But when I write it out to my web page using my ASP code {something like:
rsJobs.Fields("notes") }
it looks like this o... more >>
form issues
Posted by middletree at 8/6/2003 11:41:48 AM
I have an issue that may or may not be appropriate here, as it has to do
with client-side code. Does MS have a better forum than this one for this?
(Microsoft forum would be best. I don't have access to Usenet here at work)
Here's the problem:
Yesterday, I posted a dilemma I am facing, and g... more >>
Saving a file as excel
Posted by jawahar rajan at 8/6/2003 6:39:38 AM
?????????????????????????????????????????????????????????????????????????=
?????????????????????????????????????????????????????????????????????????=
?????????????????????????????????????????????????????????????????????????=
????????????????????????????????????????????????????????????????????????... more >>
how to close a javascript window when asp script end
Posted by navinsm2 NO[at]SPAM rediffmail.com at 8/6/2003 6:13:43 AM
i open the file download.asp from another main.asp page using
window.open
what the problem is when i clikc on the hyperlink it prompts me the
ie save dialog box
taht fine.
but when the script ends in download.asp i wanna close the
download.asp .asp window open in background..
but that not... more >>
|