Hi there,
I want to change the language which is used for menus and dialog boxes in a scriptable way
these are the settings I want to change:
control panel > country settings > advanced tab > language for programs not written in unicode language
I want to change these settings in a...
Hey All
Does anybody know how to Track Users
I know there are several solutions:
1) Session_OnStart Session_OnEnd
=> problem here: Session_OnEnd is never fired when User closes its window
Any solutions here? Alternatives?
2) Via IP
=> How can I list all connected IP's
With ASP?
thx...
Does anyone know how to retrieve
a client's physical memory size
without using WMI, so only using
Windows Scripting Host
somethiong like this:
Set Wshell = CreateObject("WScript.Shell")
Set OS = Wshell.Environment("Process")
Wscript.Echo OS("OS")
But then for...
Hi,
I have a caching problem
My page is an dynamic .ASP page, with content
that needs to be refreshed when the page is visited again
I have put the following in my head tag to make sure the page is not cached:
<META HTTP-EQUIV="PRAGMA" CONTENT="NO-CACHE">
<META...
Hi,
I have a caching problem
My page is an dynamic .ASP page, with content
that needs to be refreshed when the page is visited again
I have put the following in my head tag to make sure the page is not cached:
<META HTTP-EQUIV="PRAGMA" CONTENT="NO-CACHE">
<META...
hi,
I have page with a scrollbar,
the scrollbar positions itself standard at the top of the page,
but I want the scroll bar (onload) to be at the mid of my page (or at a certain line in my page)
Standard
text -
text ||| scrollbar at top
text |||
text |
text |
text |
text |...
I have installed ASP.net sdk, and redist
butI get an error message (when previewing)
Line 1: <%@ Page Language="C#" ContentType="text/html" ResponseEncoding="iso-8859-1" %>
Line 2: <%@ Register TagPrefix="MM" Namespace="DreamweaverCtrls"...
I have installed ASP.net sdk, and redist
butI get an error message (when priviewing)
Line 1: <%@ Page Language="C#" ContentType="text/html" ResponseEncoding="iso-8859-1" %>
Line 2: <%@ Register TagPrefix="MM" Namespace="DreamweaverCtrls"...
this may be a stupid question, but
when I enter recordset queries out of my access database in ASP and do a preview
I see my records just fine
tempurl is http://localhost/Easycom/TMPip4sdfd.asp
but when I do the same, but in ASP.NET, and I do a preview, I only see 'code'
tempurl is...
how can you submit values in repeatbehaviour into a table in different rows
ex.
after submitting values are submitted into a table (in my database)
row1 | discman, radio, cd-player, dvd
but I want it like this
row1 | discman
row2 | radio
row3 | cd-player
row4 | dvd
Toeter
how can you submit values in repeatbehaviour into a table in different rows
ex.
after submitting values are submitted into a table (in my database)
row1 | discman, radio, cd-player, dvd
but I want it like this
row1 | discman
row2 | radio
row3 | cd-player
row4 | dvd
Toeter
I have entered a submitbutton into a form in a table,
when I use live data to preview it looks fine, form within table fits fine....
but when I preview it with the browser, I see that the height of the form is higher than it actually has to be, so I see a submitbutton within the table but the...
My server behaviour (insert record) is not working within a frame page although it is working just fing when I use it in a no-frames asp page
what can be the reason for this?
thx, toeter
My Server Behaviour (Insert Record) is not working in a frame (when previewing the page it shows the 'code' instead of a form with a Submit Button) although if I use it in a no-frame asp page it is working just fine.
What can I do About this??
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.