Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: swiv
  • Content: Threads
  • Order by date
  1. swiv

    Cookies Dilema

    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...
  2. swiv

    Timer Help

    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...
  3. swiv

    Command Line problem....urgent!!!!

    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...
  4. swiv

    command line instruction...urgent!!!!

    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...
  5. swiv

    <b>XML to PDF????</b>

    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
  6. swiv

    More Chat Room help

    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...
  7. swiv

    Urgent: Simple pronblem with numbers

    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
  8. swiv

    URGENT: Simple Question about testing for integer

    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
  9. swiv

    Timer control please help

    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...
  10. swiv

    On Close Function...help

    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...
  11. swiv

    Executing Functions On Close

    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...

Part and Inventory Search

Back
Top