by: BlackHawke |
last post by:
Our program, game program Andromeda Online (www.andromedaonline.net) uses
two programs- one to play the game, another to patch the game as updates
come out. Players actually launch the updater...
|
by: Poppy |
last post by:
I use the following line of code :
server.Execute("download.asp?file=" & request.QueryString("file"))
which results in :
"Invalid URL form or fully-qualified absolute URL was used. Use...
|
by: paul dallaire |
last post by:
HI! I want to execute a link witch is in JavaScript, How do we execute this
in asp server side if possible?
Basically I don't want anyone to see this link in the code view.
this is the link...
|
by: Chris Roberts |
last post by:
Hi,
I was wondering if anybody can help, I have a ASP.Net application and am
currently trying to get the Server.Execute method to work but I keep on
getting the following error "Exception of...
|
by: Sam |
last post by:
My problem is that when I am trying to use
Server.Execute("Somehandler.ashx") I am getting HttpException.
System.Web.HttpServerUtility.ExecuteInternal(IHttpHandler handler,
TextWriter writer,...
|
by: Oscar |
last post by:
What's the right coding to open another aspx page within server side vb.net
(not within the html) ?
In case I only code Server.Execute("page2.aspx") with a VB.net Subroutine,
the browser shows a...
|
by: gyung |
last post by:
Hi, this is my first post but I've been constantly referred to this site when I needed help. Anyway, this time I can't seem to find anything, so here goes.
This is part of my case statement, and I...
|
by: Tony Freixas |
last post by:
Hello,
I'm trying to create a wrapper for a program. I want to execute
program 'X' by running program 'Y', such that 'Y' appears to function
pretty much like 'X' both in the way command line...
|
by: RN1 |
last post by:
When a server encounters the line
Response.Redirect("abcd.asp")
in a ASP script, the server tells the browser that it has to be
redirected to another page (which is abcd.asp, in this case)....
|
by: antdb |
last post by:
Ⅰ. Advantage of AntDB: hyper-convergence + streaming processing engine
In the overall architecture, a new "hyper-convergence" concept was proposed, which integrated multiple engines and...
|
by: Arjunsri |
last post by:
I have a Redshift database that I need to use as an import data source. I have configured the DSN connection using the server, port, database, and credentials and received a successful connection...
|
by: WisdomUfot |
last post by:
It's an interesting question you've got about how Gmail hides the HTTP referrer when a link in an email is clicked. While I don't have the specific technical details, Gmail likely implements measures...
|
by: Matthew3360 |
last post by:
Hi,
I have been trying to connect to a local host using php curl. But I am finding it hard to do this. I am doing the curl get request from my web server and have made sure to enable curl. I get a...
|
by: Carina712 |
last post by:
Setting background colors for Excel documents can help to improve the visual appeal of the document and make it easier to read and understand. Background colors can be used to highlight important...
|
by: BLUEPANDA |
last post by:
At BluePanda Dev, we're passionate about building high-quality software and sharing our knowledge with the community. That's why we've created a SaaS starter kit that's not only easy to use but also...
|
by: Ricardo de Mila |
last post by:
Dear people, good afternoon...
I have a form in msAccess with lots of controls and a specific routine must be triggered if the mouse_down event happens in any control.
Than I need to discover what...
|
by: Johno34 |
last post by:
I have this click event on my form. It speaks to a Datasheet Subform
Private Sub Command260_Click()
Dim r As DAO.Recordset
Set r = Form_frmABCD.Form.RecordsetClone
r.MoveFirst
Do
If...
|
by: jack2019x |
last post by:
hello, Is there code or static lib for hook swapchain present?
I wanna hook dxgi swapchain present for dx11 and dx9.
|