Home All Groups Group Topic Archive Search About



Active Server Pages (ASP) Programming Discussion

microsoft.public.inetserver.asp.general
Score Getting fragment from URL
michael - 29 Sep 2007 1:50 AM - 4 messages
I have a series of pages I want to put a link on that will allow them to go back to the page they entered from (the referring URL).  The problem is that to return to the previous page correctly I need the ...
Score Retreiving image from access DB and displaying in an ASP page
i.sobha - 28 Sep 2007 10:44 AM - 2 messages
Hi, I tried retreiving an image from an access data base and display it to the asp page . The code is shown below. But the same is not working. Can someone provide me with some valuable inputs. Save the belo code in an asp ShowPicture.asp ...
Score ASP.Net
Sonali Sonavane - 28 Sep 2007 6:17 AM - 3 messages
Hi,    I want to open powerpoint presentation file and then want to display all slides of that presentation on my form. Or can i open slidesorterview using ASP.Net? Thank You, Sonali *** Sent via Developersdex [link] *** ...
Score treeview event
nb - 27 Sep 2007 8:18 PM - 2 messages
I have a asp.net treeview inside an updatepanel and I need to capture the right mouse click event. I have a context menu that will become visible on the right mouse click and I need to know what node was ...
Score Turn locahost into com
Mark Goldin - 27 Sep 2007 5:57 PM - 16 messages
Is it possible (for testing purposes) turn a locahost into somename.com? Thanks ...
Score Push server
Mark Goldin - 27 Sep 2007 3:06 PM - 6 messages
Can I create a push server using ASP technology? Thanks ...
Score Sharing Login Credentials in ASP
rehanfarha@gmail.com - 27 Sep 2007 6:01 AM - 2 messages
Hi All We have two applications say A and B and both are deployed on different servers. If user has to access B application then user has to login in A application and then user will be redirected to B. ...
Score Writing to a asp text field
Gary - 27 Sep 2007 5:00 AM - 4 messages
I hope I can explain this.  I have an asp form that uploads files from the user computer to a server.  I want to save some data to some hidden text controls while some of the asp code is running.  However, I can't seem to ...
Score Simulate form post from Server Side
BarryX - 26 Sep 2007 10:16 AM - 11 messages
Hi, How do I simulate this from the server side: <form name="SearchForm" method="POST" id="SearchForm" action="http://SOMEURL/Search.ASP?Parm1=1&Parm2=2"> I have generally been posting data using: Set xml = Server.CreateObject("Microsoft.XMLHTTP") ...
Score Session bug
Lasse Edsvik - 25 Sep 2007 5:51 PM - 3 messages
Hello I have a problem with running classic asp on a windows 2003 server. For some reason it doesnt remove the sessions. I reload page and it removes some, reload again and it removes a few more, very odd... Any ideas? :S im clueless ...
Score ATTN: Bob Barrows - Execute Stored Procedure question
Drew - 25 Sep 2007 5:45 PM - 2 messages
Bob pointed me in the right direction yesterday with his response to my question "Operation is not allowed when the object is closed with Insert Stored Procedure", but now I am having problems with his suggestion, In that thread, Bob says, ...
Score How to Handle Many Page Links in a Search?
VUNETdotUS - 25 Sep 2007 2:54 PM - 7 messages
Search results on my site started to show a large number of page links. I never had to deal with it before but it is time now. I am trying to come up with a good logic / idea how to display a large ...
Score Cannot pass session variable
hon123456 - 25 Sep 2007 2:20 PM - 4 messages
Dear all,             I have a session variable session("loginid) which can be passed from A.asp to B.asp. Then In B.asp I have a hyperlink to C.asp ...
Score link for sql server group
vinodkus - 25 Sep 2007 11:46 AM - 2 messages
HI any body can give me a link for sql server group. Thanks in advance ...
Score program for delete file online in asp
vinodkus - 25 Sep 2007 11:19 AM - 2 messages
dear sir/madam   HI can any body give me a  program for delete a online file in asp. Actually I have created a program for mail attachment. For attaching the file first of all I have to upload the file in a directory but ...
Score HELP! -- previous page in VB and ASP 3.0
segis bata - 24 Sep 2007 7:09 PM - 5 messages
Hello all, I'm writing you because I have a question for you all: how can I capture the previous page from an ASP file? I need to add the URL (with parameters if possible) of the previous page to ...
Score Operation is not allowed when the object is closed with Insert stored procedure
Drew - 24 Sep 2007 5:21 PM - 3 messages
I have some insert stored procedures that I am having problems with.  The ASP looks like this, 'Execute SP to insert into Task table sql = "DECLARE @Count int " &_   "DECLARE @TaskID varchar(20) " &_   "DECLARE @Description varchar(255) " &_ ...
Score UPDATE sql HELP needed
David - 24 Sep 2007 4:27 PM - 2 messages
Hi, I have a form which displays all records for an ID NUMBER as an edit page, where the user can edit 1 or 2 fields per record listed. I wanted to let the user have the ability to edit any number of records ...
Score Loading an ActiveX DLL is superslow
Jaime Palli - 23 Sep 2007 9:05 AM - 6 messages
I have developed a Visual Basic 6.0 ActiveX DLL to help to interact with some ASP pages. I have copied the compiled DLL in C:\INETPUB\WWWROOT in my XP Pro machine. After making some configuracion changes for solving the problems with the ...
Next »