|
it
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Active Server Pages (ASP) Programming Discussionmicrosoft.public.inetserver.asp.general
GridView and Word Wrap in ASP.Net 2
Greg G. -
11 Mar 2006 5:35 PM - 5 messages
I've messed with this for hours and cannot seem to find a solution. I have a GridView control in a page, the columns have a set width, which IE doesn't strictly obey, but the aggravating thing is the ...
ASP And Visual Basic Interview questions and answers
forsoftwareprofessionals -
11 Mar 2006 3:04 PM - 1 message
I have listed over 100 ASP and Visual Basic interview questions and
answers in my website [url][link]] So please have a look and make use of it.
--
forsoftwareprofessionals
------------------------------------------------------------------------
Posted via [link]
------------------------------------------------------------------------ ...
Passing File names between different files!!!
riteshjain82 -
11 Mar 2006 9:22 AM - 13 messages
Let me explain my problem: I have a form called which collects user data in a form in 'default.asp'. It has a link for a file 'upload.asp' where user can browse files from his local system. When the user clicks on ATTACH ...
Re: Offline Develop for CDO send mail.
Genesis -
11 Mar 2006 5:15 AM - 2 messages
Hi, I also want to know that how i can check mails using CDO offline, where
mails will be placed in which folder. I have IIS and SMTP
installed...mail program is also working using CDO..but don't know
where it is stored locally. ...
Sometimes syntax errors are detected
sam.s.kong -
11 Mar 2006 12:41 AM - 1 message
Hi! When I create or modify an asp file, obvious systax errors are not detected. For example: Sub MySub Response.Write "Hello" End It should end with "End Sub". But the server displays an error message like "Cannot display page". ...
Special Character Font Problem
scott -
11 Mar 2006 12:02 AM - 7 messages
I'm trying to use the ascii code for a "down arrow" which is "↓" It displays fine in my DESIGN VIEW within FrontPage, but when I preview it with my browser, it doesn't show. Is there a trick to force ascii codes to render correctly in a browser? It's ...
Displaying complex one to many relationship
Mike Brind -
10 Mar 2006 9:59 PM - 3 messages
<Mental block> I want to display a kind of two-tier one-to-many relationship, for which, in the olden days, I would have used a series of nested loops and multiple calls to the db. Here's the trimmed down code so far: ...
CheckBox inside a Repeater?
HockeyFan -
10 Mar 2006 8:23 PM - 2 messages
I'm still learning .Net and have an ASP.Net app that I'm working on. On this particular page, I need to put a bunch of checkboxes on the side of the page, and the text for each is derived from the database. So I can't ...
tabstip control problem
Sriram -
10 Mar 2006 7:48 PM - 3 messages
hi, i am using asp .net 1.1 and ie6. i having problem with tabstrip control displaying pages. i am trying to use a page with 4 tabs. for the first 2 tabs the corresponding pageviews gets loaded. but for the last 2 tabs the pageviews ...
Character set problem
CreateObject -
10 Mar 2006 5:30 PM - 5 messages
I am using mySQL with ASP. I have a trouble with Turkish characters as I am tring to get and display data from mySQL database. However, I can see whole Turkish characters exactly when I use phpMyAdmin. I used the following tags on HTML but I couldn't achieve to display Turkish ...
DSN-Less Connection Help
SIMON GARE -
10 Mar 2006 11:21 AM - 2 messages
Can anyone help me create a dsn less connection to the sql server 2005 db from the connection.asp file below please, <% ' FileName="Connection_odbc_conn_dsn.htm" ' Type="ADO" ' DesigntimeType="ADO" ' HTTP="true" ' Catalog="" ' Schema="" Dim MM_TobiasNET_STRING MM_TobiasNET_STRING = "dsn=TobiasNET;uid=sa;pwd=*******;" ...
Zooming image..
ZyRaIN -
10 Mar 2006 7:53 AM - 4 messages
Hi Guys, Totally new to this html / javascript thing so haven't got a clue how I'm gonna to this - but hope to get some help here. I've got a page with 2 frames one called "left" another one called ...
ASP hast stopped running on Windows 2000 Server
Richard Lawson -
10 Mar 2006 4:52 AM - 2 messages
My Windows 2000 server has suddenly stopped running ASP pages. I can't find anything wrong. Rich ...
How can I change a FOR EACH loop to a DO WHILE loop?
AutoShutdown -
10 Mar 2006 3:40 AM - 4 messages
How can I change a FOR EACH loop to a DO WHILE loop? I have this code... For Each objFile In objFolder.Files response.write objFile.Name ...
ASP.NET Problem with return to home page
Charlie J -
10 Mar 2006 12:40 AM - 3 messages
I have a real stumper. I added a server side table to a home page that has two other server side tables on it that have been working great. In Visual Studio everything works great. When I put the page on the production server, ...
session timeout
isaac2004 -
9 Mar 2006 10:28 PM - 15 messages
how would go about making a session timeout expire with a method like you can expire a cookie by going Date() - 1 ...
How to control the size(width of a combo box generated in asp?)
Jack -
9 Mar 2006 9:29 PM - 9 messages
Hi, I have a asp page where multiple rows for a client is generated using asp. Some of these are combo boxes and some are text and are coming from a recordset. Now, the following is the code to geneated one of those combo ...
BECOME A DOT.COM MILLIONAIRE WITH ONLY $5.99Cents or $1K.
ISRAEL FAGBEMI -
9 Mar 2006 8:44 PM - 1 message
...
ASP/VBScript to randomly select name from csv?
Scott Gordo -
9 Mar 2006 8:28 PM - 3 messages
<!--Newbie warning--> I've got a csv file with names, addresses, emails, etc. I've been asked to randomly select a name from a csv file. I've found plenty of RandNum examples, but I'm not sure how to apply it ...
Scripting.FileSystemObject
Sbroeff -
9 Mar 2006 3:34 PM - 2 messages
I would use the Scripting.FileSystemObject to find a file in a server, which I connect with a VPN connection. I'm not sure that the Scripting.FileSystemObject works with a folder, which is in another server, using an ASP page which is on my server. ...
Pull data based on Text box info
jimstruckster -
9 Mar 2006 2:51 PM - 3 messages
I'm looking to display information pulled from a database based on information the user puts into a text box. The user will enter their sales rep number and I want to hit a table and return their name as ...
2 IE Sessions Sharing The Same Per-Session Cookie!!
AnthonyC -
9 Mar 2006 2:25 PM - 2 messages
I am having a problem tracking down what I believe to be a problem with
the way cookies are being used on our website application. When user log onto the application, an in-memory (per-session) cookie
is created to hold the session key for the user. This unique key is
assigned as part of the business layer logon process, and never changes
while the user is logged on. The call to the business component returns
this unique key if the logon was successful, and the cookie is set up
as follows: ...
xmlHTTP not getting the response
as4532 -
9 Mar 2006 1:14 PM - 3 messages
Hi all, I am trying to access information present in a page ( e.g. info.dll?about) using xmlHTTP on the server side. I get the result in a variable and parse through the content using string functions in ...
ASP And Visual Basic Interview questions and answers
forsoftwareprofessionals -
9 Mar 2006 11:43 AM - 1 message
ASP And Visual Basic Interview questions and answers I have listed over 100 ASP and Visual Basic interview questions and
answers in my website [url][link]] So please have a look and make use of it.
--
forsoftwareprofessionals
------------------------------------------------------------------------
Posted via [link]
------------------------------------------------------------------------ ...
HEX 2 DEC?
Guy Cohen -
9 Mar 2006 11:03 AM - 2 messages
How do I convert a hexa number to decimal in asp? No CDec like vb? Guy ...
asp task getting difficult!
djdnaresh -
9 Mar 2006 6:28 AM - 1 message
hi, if anyone can help! i want to print a string (that i retrieve from database field), that contains say 60 lines, then i want to insert a page break and a common header for each page. is that possible! ...
asp task getting difficult!
djdnaresh -
9 Mar 2006 6:28 AM - 4 messages
hi, if anyone can help! i want to print a string (that i retrieve from database field), that contains say 60 lines, then i want to insert a page break and a common header for each page. is that possible! ...
Getting ASP working on new GoDaddy account
David Horowitz -
9 Mar 2006 4:59 AM - 2 messages
Hi folks, Just set up Dedicated Server Hosting with GoDaddy. I put a very simple ASP page in the home web directory and try to load it and get a very generic error. A simple HTML file works fine. Obviously it's a permissions issue or ...
Drop-Down Display vs. Value
bryan.com@gmail.com -
9 Mar 2006 2:43 AM - 6 messages
There must be a way. I'm making a selection from a drop-down list that had an ID number as the value and displays a text field. After submitting the data to the database I am sending an email and would like to include the value ...
Impersonating a user in x64
CJM -
8 Mar 2006 5:25 PM - 7 messages
I use the following technique to impersonate a user in ASP, in order to query active directory: [link] Although the article indicates that this technique is supported by IIS4 & ...
format display of rss.xml with asp ??
btopenworld -
8 Mar 2006 4:42 PM - 3 messages
I've looked over the last 2000 posts for info on incorportating an RSS feed on a web page using ASP to control the display - especially which elements are shown and how many items are shown. I found a free ASP script that I hoped would do the job - and when its ...
format display rss.xml with asp
btopenworld -
8 Mar 2006 4:38 PM - 1 message
I've looked over the last 2000 posts for info on incorportating an RSS feed on a web page using ASP to control the display - especially which elements are shown and how many items are shown. I found a free ASP script that I hoped would do the job >>> ...
Memory-Working Set vs Virtual Size
Larry Bud -
8 Mar 2006 4:28 PM - 2 messages
Wondering what I should be looking at when looking for a memory leak.. Using Process Explorer by SysInternals, and they have a Working Set and a Virtual Size memory column. Which one should I be looking at? ...
Include file mystery
Astra -
8 Mar 2006 4:17 PM - 3 messages
Hi All I use include files a lot in ASP, but I was wondering if these files aren't actually part of ASP at all and you can use them in other web-based files. Is this possible? Thanks Robbie ...
ASP upload best practice question / help
AlexT -
8 Mar 2006 3:39 PM - 7 messages
Folks Please bear with me - I'm not a real ASP pro... I need some advice about the following problem: I have "inherited" of a working ASP site which is hosted on a collocated IIS machine. At some point the site offers the possibility for any user to fill a ...
create object & DAO
js -
8 Mar 2006 5:19 AM - 4 messages
hi, how to create dao.tabledef object in asp: I need to convert the following code into asp: Dim tdf As DAO.TableDef Dim db As DAO.Database Dim fld As DAO.Field Set db = OpenDatabase("C:\Mydb.mdb") Set tdf = db.TableDefs("Table1") ...
help with database driven cart
isaac2004 -
7 Mar 2006 11:48 PM - 4 messages
hello i am making a spoof online book store site for a class and I was wondering how i could fix a problem i am having. I have two tables, one the cart and the other a table with book descriptions. what i am trying ...
ASP to Existing Excel Template
Brent Bortnick -
7 Mar 2006 9:26 PM - 3 messages
Hello, Is it possible to send data from ASP and put it into a existing template? i don't want to create an excel document I only want to send one piece of information from ASP to the Exisiting Template. ...
ASP get redirect URL
tgh003 -
7 Mar 2006 9:00 PM - 1 message
Here is what I need to do to interface with a freight company: I pass a url w/ query parameters using MSXML2 like so: ------ Set http = Server.CreateObject("MSXML2.XMLHTTP") http.Open "GET", "[link]", ...
ASP and SQL Injection prevention
Simon Wigzell -
7 Mar 2006 7:51 PM - 2 messages
Is it possible to "intercept" all calls to conn.execute and have them go to a checking routine that will either let the command go through or terminate it if it contains some illegal instructions? My clients company has had its ...
Asp Calendar
Jeff -
7 Mar 2006 2:24 PM - 6 messages
I know this has probably been requested many times, but I didn't see it. With the site I have been working on, and asking for help with certain things with, I am now looking for an asp calendar that is database driven. ...
passing null value as parameter in update stored procedure
David Shorthouse -
7 Mar 2006 11:09 AM - 2 messages
Hey folks, I am attempting to pass null as the input value from a series of textboxes if the user does not input a value prior to submit. To try and do this, I am using a vbscript function on this asp as follows: ...
Submitting a form that checks entyered data is not in an exclusion list
mphillips -
7 Mar 2006 10:40 AM - 4 messages
I have an ASP form that users enter a number into. The form then posts the number with a hidden login and password to a web address which opens in a new window. However, I want make sure that the number they ...
Passing QueryString URL as a paremeter in QueryString
Adeel Ahmad -
7 Mar 2006 10:29 AM - 2 messages
Hi, The subject sounds confusing but here is what i want to do. I have a button on my page which says OnClick="javascript:window.open('reports\\Container.asp?pageURL=Report1.asp?intCurrentPage=1&blnRetrieveFlag=1&Show=1',TasksRPT');" ...
validating the string in ASP
asimrafi -
7 Mar 2006 4:48 AM - 1 message
Thanks everybody for helping me a lot. I am belongs to ASIA. Due to time
difference I check the post late. But I think the replies to my posts
are sufficient to help me. Thanks again Everybody asimrafi75[at]gmail[dot]com
--
asimrafi
------------------------------------------------------------------------
Posted via [link]
------------------------------------------------------------------------ ...
We Pay 50%--100% Returns Monthly For 1 yearr on investment. You need to know this!
INCOME---DAILY -
7 Mar 2006 2:52 AM - 1 message
...
http://spaces.msn.com/dvdbarato/
toñooo -
6 Mar 2006 10:54 PM - 1 message
<HTML> <HEAD> <META NAME="GENERATOR" Content="Microsoft DHTML Editing Control"> <TITLE></TITLE> </HEAD> <BODY> <P>verbatim <A href="[link]">[link] princo traxdata benq tdk imation ...
Java Script and ASP
dbabin -
6 Mar 2006 10:13 PM - 8 messages
I have a java script function enableServerList() {document.getElementById("ddlServers").disabled=false } function disableServerList() {document.getElementById("ddlServers").disabled=true } This greys out a drop down list as expected. The problem is, when I ...
ASP 2.0 and SQL Server 2005, attaching a .mdf
Greg P -
6 Mar 2006 6:54 PM - 5 messages
I know this is a long post, please bear with me. I have been working on this all weekend to no avail although I have done a good amount of research (see most pertinent links that I've looked at below). Please help me get ...
creating an rss.xml file dynamically has issues
Astra -
6 Mar 2006 2:25 PM - 3 messages
Hi All Creating an rss.xml file dynamically via ASP/ADO/DB, but find errors in the file. Don't think it's an ASP prob to be honest. Think its more to do with the fact that the ampersands are accepted in the file. Do I take it that you ...
How to send the uploaded file's name???
riteshjain82 -
6 Mar 2006 1:56 PM - 5 messages
Hi, Please go through this: I am having a file (default.asp) on which i am taking many details from a user before mailing it to someone. I have also provided the user with a facility of uploading files on a server. I am uploading files from a ...
validating the string in ASP
asimrafi -
6 Mar 2006 6:47 AM - 11 messages
Hi! i m new to this forum and need some help in ASP how can i validate a string so that it have only the characters of ASCII 32 to 91 and 93 to 122 ? Also if the string contains the ...
only test- solo test
toñooo -
5 Mar 2006 11:32 AM - 1 message
<HTML> <HEAD> <META NAME="GENERATOR" Content="Microsoft DHTML Editing Control"> <TITLE></TITLE> </HEAD> <BODY> <P> </P> </BODY> </HTML> ...
|
|||||||||||||||||||||||