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...
Right, I found out about Narrowing conversions, but i have a new problem and that is the fact that I get this error message...
Process '3892' was not found.
It can't find the windows process do you think this has something to do with permissions and users?
SWIV
I really appreciate your help...and I think I see what your trying to do but now I get this error
Overload resolution failed because no accessible 'AppActivate' can be called without a narrowing conversion:
mmmmmmmmm.....
any ideas?
SWIV
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...
Right...so I've downloaded the Java JRE and installed it and I have installed the FOP on my C: Drive (just for testing) now can I implement this on the fly from my VB code.
sash
Thanks for the advice I had read that this is what you needed...but this won't work in a windows environment will it? If it does how do I go about implementing it?
Swiv
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
Mark
Thanks for your help I didn't realise this was possible but It doesn't seem to work properly
i.e.
I have a linkbutton
<asp:LinkButton ID="Logoff" text="loggoff" OnClick="logoff_click" Runat="server" />
then in the Page_Load your little bit of text...
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.