by: F. GEIGER |
last post by:
Hi again,
I'd like to rename a page of a notebook. Deleting the page and adding a new
one is not really an option, because the page is filled with other controls
already. So I looked into...
|
by: Dave |
last post by:
I am moving a web to a new address. The old address will be shut down in
several weeks.
Is there a way to automatically redirect users who come to the old site in
these last few weeks to the...
|
by: Martin |
last post by:
Hi,
From Page1.asp, I use "Server.transfer" to "REDIRECT" to another asp page
(page2.asp),
in page2.asp I use Request.ServerVariables("URL") and
Request.ServerVariables("REFERER") to get the...
|
by: Bent Biker |
last post by:
This message occurs when browsing to the start of an asp.net program
that has been transferred to a machine with the dotnet framework 1.1,
IIS 5.1, XP/Pro, and SQL/Server. It is is operational on...
|
by: Dave |
last post by:
Hi,
I want to create a base Webform where I want to put code to check if the
logged on user is allowed to view the page.
I want to put this code in once place and have all secured webforms...
|
by: sasikumar |
last post by:
Can i hide page name (default.aspx) appearing in addressbar and status
bar of internet explorer or firefox. if yes please tell me vb.net code
for that.
|
by: Guru |
last post by:
I have a web application where people have to login to use the system.
I have my own login system and a database which stores login details.
ASP.NET pages are written with VB as code behind.
I am...
|
by: althafexcel |
last post by:
hi everyone
Im trying to include an external js in my aspx page under the head
tag, it doesn't load or it displays an object expected error whenver
the function from the .js is called. Actually...
|
by: =?Utf-8?B?ZG90TmV0RGF2ZQ==?= |
last post by:
I think you can actually get this from the Request object. It might be in the
ServerVariables collection.
David
--
======================================
David McCarter
www.dotNetTips.com...
|
by: Kemmylinns12 |
last post by:
Blockchain technology has emerged as a transformative force in the business world, offering unprecedented opportunities for innovation and efficiency. While initially associated with cryptocurrencies...
|
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: Rahul1995seven |
last post by:
Introduction:
In the realm of programming languages, Python has emerged as a powerhouse. With its simplicity, versatility, and robustness, Python has gained popularity among beginners and experts...
|
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: ezappsrUS |
last post by:
Hi,
I wonder if someone knows where I am going wrong below. I have a continuous form and two labels where only one would be visible depending on the checkbox being checked or not. Below is the...
|
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.
|