Home All Groups Group Topic Archive Search About



Active Server Pages (ASP) Programming Discussion

microsoft.public.inetserver.asp.general
Score Help:can i get physical path of any web site in my asp page
bilalmk - 22 Apr 2006 3:12 PM - 2 messages
may i get the physical path of any page hosted on other server ...
Score Adding the same TreeNode to two nodes in a TreeView
Turban - 21 Apr 2006 10:00 PM - 2 messages
When I attempt to run the following code:     protected void NavigationTreeView_TreeNodePopulate(object sender, TreeNodeEventArgs e) {         TreeNode tn1 = new TreeNode("node1","node1");         TreeNode tn2 = new TreeNode("node2", "node2"); ...
Score ASP class help - For database & form with 120 fields
Dan - 21 Apr 2006 7:44 PM - 8 messages
(Using Classic ASP & MS Access) I have a page that has 120 fields on it (mostly checkboxes). I cannot split this into smaller pages. So what i want to do is write a class that handles this. in the code it ...
Score Dispaly Results, then highlight closest matched row ASP.NET/ADO.NE
Daniel Di Vita - 21 Apr 2006 5:34 PM - 3 messages
I have created an ASP.NET  page that allows the user to page through a result set. I need to expand on this. On that same page I a filed where the user can type in a search string. When they click a button ALL the results will be ...
Score ASP IIS Authentication
Anbu - 21 Apr 2006 1:59 PM - 1 message
Hi All, I'm using legacy ASP pages on IIS 6.0 to validate users through ADO Active Directory objects (AdsObject & AdsCommand). When I use the page from the server itself with "localhost"/page as servername, it executes fine. But if I call the site with ...
Score General questions about SQL db connection using ASP pages.
Brave - 21 Apr 2006 1:02 AM - 3 messages
Hi, I normally work with MS Access databases using ASP pages. I have been given the opprotunity to work on some available SQL server space, and wanted to ask a couple of questions. The following is a simple update query that I use. It is an ASP page that connects to an MS Access Db: ...
Score Datetime field in VB script
tumb - 20 Apr 2006 7:30 PM - 4 messages
Could someone show me an example to find the age of a person using VB script if we know the birthdate. Thanks in advance M -- tumb ------------------------------------------------------------------------ Posted via [link] ------------------------------------------------------------------------ ...
Score Please Help!!! Need to create a HTTP based webserver to download Files
ekmusafir69 - 20 Apr 2006 2:15 PM - 1 message
Hi All, Please help me folks. Our clients (approx 10K) download files weekly (pdf, exe, zip etc.) from my server after enterind user name and password. I need to make a ASP, SQL based file download system with following features. ...
Score For those who wanted the mailscript(ASP) (which sends all form data!)
mebeserk - 20 Apr 2006 10:00 AM - 2 messages
I've been searching for a while, didn't find a complete script that works under ASP... Well for those cracking there heads here it is =P This sample applies to SMTP <% Dim strBodyText For Each item In Request.Form ...
Score Role-based security for an ASP/ASP.NET mixed environment
nugget - 20 Apr 2006 1:10 AM - 8 messages
Role-based security for an ASP/ASP.NET mixed environment Hello: My co-worker and I have been charged with designing role-based security for our intranet.  The technologies we have to work with are ASP and ASP.NET.  This security design must support *both* technologies. ...
Score page title in a list of recently updated pages
nospam@plasticlegs.com - 19 Apr 2006 7:44 PM - 6 messages
Hi there, I'm using VBScript to display a list of the ten most recently updated pages on my web site.  Right now, the script lists the filenames and the date modified in a given directory. What I want to know is if there is any way to extract the page title ...
Score Debigging global.asa in VS 2005
kaczmar2 - 19 Apr 2006 7:15 PM - 3 messages
I am trying to set up a classic ASP project in Visual Studio 2005, and I am unsire of how to debug the global.asa file (I can debug a classic ASP file, though.): 1) Set a breakpoint on any ASP code line and run the debugger ...
Score Expert advise needed with a asp edit form
Jack - 19 Apr 2006 6:01 PM - 3 messages
Hi, I got a edit form in a asp application which allows multiple record edit from the same page. The edit screen works great to a point. I developed this application on my laptop(15"). However, when I loaded the application on our ...
Score display tables in mySQL database
Prof. Goofy - 19 Apr 2006 5:11 PM - 2 messages
hi all, i need to display all my tables from the mySQL database in a table on an ASP/Javascript page, each as a link, so that when clicked, it wil open the selected table for editing. unable to do it as ...
Score Retrieve last insert
mg - 19 Apr 2006 4:16 PM - 3 messages
Hello, I use a access database with asp and i insert one record. I want to know the Id of the record inserted. thanks for help. ...
Score General ASP question
Tom Edelbrok - 19 Apr 2006 3:45 PM - 3 messages
I'm reading the section "Postbacks and Round Trips" in the Visual Studio 2005 Help (I use VB.NET). Amongst other things, it says that as a result of a postback "On the Web server, the page runs again. The information that the ...
Score Text Value of DropDown box
Bhaskar Reddy - 19 Apr 2006 11:19 AM - 4 messages
Hi, I have a drop down  as below. <select id="drp1"> <option value="1">One</option> <option value="2">Two</option> </select> I need the text value of the drop down box. ...
Score Login Control Bug
Rick Gamble - 19 Apr 2006 10:59 AM - 2 messages
Has anyone experienced the following: The login control fails password validation from both the Web site administrator as well as from the control itself when the application containing it is run. The validation error message produced is: "Password length minimum: 7, ...
Score 'AS' keyword supported?
Sean S - Perth, WA - 19 Apr 2006 10:00 AM - 11 messages
Hi all, Is the keyword 'as' supported in ASP? I'm reasonably sure it's valid VBScript (code examples I've downloaded use it) but when I try to use it in ASP I get an error. Is it perhaps a version issue? ...
Score HELP FOR passing the parameters from 1.asp to 2.asp then to 2.html
SpiderSwamy - 19 Apr 2006 7:07 AM - 2 messages
Hi all, I want to pass the value of a field from 1.asp to 2.asp like SSO ID: 123456 this field is there in 1.asp and 2.asp do the form validation and SSO ID: field is there in the 2.html ...
Score MS Access Report to PDF
M P - 19 Apr 2006 6:34 AM - 6 messages
Hi! I am currently working on a project that will migrate MS Access DB and Front End to web-base solution to reduce MS Access installation. Previously, users are using MS Access as frontend to produce customized report. I am not sure ...
Score How long will Classic ASP be supported by Microsoft?
Blue Apricot - 19 Apr 2006 3:52 AM - 17 messages
X-No-Archive How long will Classic ASP be supported by Microsoft? Should I start learning ASP.NET?  Is it hard if you already know ASP? Blue Apricot ...
Score javascript to ASP - passing variable values
u0107 - 19 Apr 2006 1:23 AM - 6 messages
Hello all, I have an ASP generated form to maintain a back end Access Database. Some tables have Memo Type fields. On account of the limitations of the length of the URL String, I am unable to include user entered values of length greater than 2048 bytes in such memo fields in the URL. ...
Score Bizarre error in cmd.CreateParameter
Kevin Audleman - 18 Apr 2006 7:17 PM - 12 messages
I am trying to pass a text string into a stored procedure via a parameter, and am getting this baffling error while trying to create one of the parameters: adErrDataConversion 3421 You are using a value of the wrong type for ...
Score File protection
Greg - 18 Apr 2006 5:09 PM - 3 messages
I need to be able to secure files on my web server.  I am using asp to secure access to links and pages, for example: <%If Session("manager")=FALSE Then%> You are not authorized to view this page ...
Score just installed IIS on W2k -- new to asp..
Frances - 18 Apr 2006 2:57 PM - 15 messages
I just installed IIS in my W2k machine.. have hardly ever done any asp.. first thing I need to know is how do you change the port once it's intalled (since http://localhost is address for my Tomcat (JSP ...
Score dropdownlist not filling up?
Joris De Groote - 18 Apr 2006 10:50 AM - 3 messages
Hi, I have a dropdownlist that contains should contain several values from the database, I fill it up in de page_load() with this code (at the end of the message) The code also adds a standard value, 'Selecteer een type' that should be ...
Score Unable to run ASP Pages Locally
Sherwood - 17 Apr 2006 10:41 PM - 2 messages
Greetings, I am receiving the following error whenever I attempt to run any ASP from localhost: "The page cannot be displayed.  There is a problem with the page you are trying to reach and it cannot be displayed." At the bottom of the page is states the following: ...
Score Mob-ocracy and the Fall of the Republic
The Right Perspective - 17 Apr 2006 10:17 PM - 1 message
Are we fools? Or are we slaves? As in the film Gladiator, are we as a nation going from free men to slaves? Would we restore the Republic? Are we even still living in a Republic? Or a mob-ocracy? And where is our representation in ...
Score Timeout Error in ASP
Raj - 17 Apr 2006 8:37 PM - 4 messages
Hi, I'm getting the Timeout error in one of my ASP application. I'm calling a slight complex stored procedure which is taking bet 35 to 40 seconds when run in the backend which is not bad. But when it is called from the ASP code it ...
Score Reading MHT files from disk and displaying inline in iframe
Eyal Gursoy - 17 Apr 2006 4:12 PM - 2 messages
I am having problems displaying MHT files in IE (ver 6 sp1) by using the response.write method. I have red many talkbacks about this problem, but yet found an answer how resolve this problem, or a reliable post saying it is not possible due to ...
Score Strange Results w/ Form page POST Method
Bill - 17 Apr 2006 2:18 PM - 4 messages
I'm using the POST method to submit a simple form html page with yes/no and checkbox fields to an asp response page which stores the values in a new dim string, then uses it to build a new table using ADO. I'm ...
Score Embed htm file in asp?
Ivan Debono - 17 Apr 2006 9:22 AM - 6 messages
Hi, I have an asp file that as a URL variable. The variable contains the url to another htm file. How can I embed the htm file within the body of the asp file? Thanks, Ivan ...
Score Compute Date and Time
M P - 17 Apr 2006 6:01 AM - 2 messages
Hi! How can I compute time between two numbers? Time A:    16-Apr-2006 08:00:00 Time B:    17-Apr-2006 16:00:10 Answer: Days, Time, Sec (1 day, 8 hours, 0 mins, 10 secs) ...
Score frame concept in asp.net
swamyjithiru - 16 Apr 2006 7:19 PM - 1 message
hi all        can u help me in implementing the concept of frames in asp.net because i am in need to present my works in separate files with the help of frames ..thnx in advance ...
Score Multiple XMLHTTPREQUESTS and Queuing...
blueapricot416 - 16 Apr 2006 2:12 AM - 8 messages
Hello helpful computer people! I can't seem to get more than one request to fire simultaneously... and I have read there should be at least 2 possible (in IE) and more in Firefox. I made a demo based on this article/code "Handling Multiple ...
Next »