Ok
We have a website with 2 URLs i.e.
SupportedEmployment.net
SupportedEmployment.co.uk
and when people signin a cookie is set. However we are experiencing an odd problem I wonder if anyone has any ideas
Sometimes people are experiencing an IE 'Page cannot be displayed' message, that is...
Hi all
I have a chat room written for the IBuySPy Portal and I am using a Meta-Refresh to Reload to the page to query the Database
I want to use Smart Navigation to stop the blinking created by the page refresh however the refresh is Client Side. I know there is a Timer Class in .Net, does...
Dear all
I am trying to execute a .bat file from a ASP.NET Portal using VB.NET...here's the code
Dim dblRet as Double
dblRet = shell("C:\c2k\nma\portalvb\FormTemplates\test2.bat")
AppActivate (ToInt32(dblRet))
the problem I was getting was that the file simply wasn't being...
Hi I'm trying to execute a .bat file on the server and have tried everything but the thing will not run. I have tried...
dim proc as new Process()
proc.StartInfo.FileName = Server.MapPath( "..\FormTemplates\test2.bat" )
proc.Start()
proc.Kill()
and I have tried
Dim dblRet as...
Does anyone know to convert an XML document into a PDF either on the fly or any other way. Failing that an XML document into a Word document. Also we are running a windows based server.
cheers
swiv
When clicking a link we want to open a JavaScript style Popup window and execute a server-side function at the same time.
Have tried LinkButton but can't execute javascript window.open() from Server-Side and have tried hyperlink control but there is no onclick event to execute the required...
PLease please help
We need to check whether a variable has a value which is a multiple of 10. Sounds simple but can't think of a solution.Please can anyone help me....
swiv
PLease please help
We need to check whether a variable has a value which is a multiple of 10. Sounds simple but can't think of a solution.Please can anyone help me....
swiv
I'm trying to create a Chat Room. When the chat room.aspx loads I want a timer to keep refreshing every 5 seconds that calls a routine that calls the database for user text.
I've tried using
Sub Page_Load(etc...)
Dim aTimer As New System.Timers.Time(5000)
AddHandler t.Enabled, AddressOf...
Hi everyone
Is there a way to execute a function when a window is closed in VB.NET. I already know that there is a Page_Unload Methos but that doesn't exactly do what I wish it to do. This function fires when the page is done processing - and this happens after all the information has been sent...
Hi all
I'm a little new to all this so please bare with me.
However my problem is that I need to execuute a function when the user closes the window.
Now I appreciate that there is a Page_Unload Method but this only fires when all the other calls are made to the server...not really what I'm...
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.