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 Chriss Miller 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: Joulius
  • Content: Threads
  • Order by date
  1. Joulius

    RRAS problem

    I'm having difficulties setting up a RRAS with NAT services. I've read the tutorial from microsoft.com and I've searched the net for my problem but I haven't found a solution for it. This is the scenario: - (A) 1 PPP adapter WAN connection (DHCP enabled - dynamic IP alocation from ISP) - metric...
  2. Joulius

    TTL value

    I have a problem with my ISP. The TTL received from gateway is 1, so when I try to create an Internet Connection Sharing for another computer, the TTL value is decreased, becoming 0, so all packets will be droped for that second computer. I was wondering is there is a setting or a registry key...
  3. Joulius

    Regular Expression

    I'm having troubles finding the regular expression to use. I'll need this in a windows application (C#). I have a string with the following format: text1_page_xx[,xx],_text2 where "_" denotes a space and xx a number. Example: This is some text page 1, and the text goes on or Another boring...
  4. Joulius

    How to store arrays into sessions?

    Hi there! I'm using Apache/1.3.14 (Win32) + PHP Version 4.3.2-RC1 locally. I have a page that reads 2 files from 2 folders and stores them into arrays. Now, I want to pass that sessions to another page and display the arrays. Here's the code from first page: <? session_start()...
  5. Joulius

    Adding custom client script events

    I've been playing lately with DataGrid binding and i wanted to make a button that will open another page and display me something based on an ID (data from database). The main problem was that i've used <asp:ButtonColumn ButtonType=&quot;LinkButton&quot;...> and i searched to add a custom...
  6. Joulius

    framework 1.1 upgrade problems

    I have recently instaled VS NET with FrameWork 1.0 and i've tryed to upgrade it to work with 1.1 but everytime i look in VS i see Framework 1.0, therefor i cannot use the new features available with 1.1 also the big problem for me it's that i cannot debug my applications. I have windows 2003...
  7. Joulius

    Clear Sessions

    I have an application that uses several Session.Item objects to keep track of logged user's prefferances. Once the user uses the &quot;logout&quot; option, the page is redirected to a logout.aspx page that contains this code inside the page_load sub : Session.RemoveAll()...
  8. Joulius

    Dynamic Download Problem

    I have a small ASP.NET project with an Access DataBase. On one page I have a dynamic table created and populated from the access database. On every table row I have created buttons that once they are clicked, a specific file should be downloaded. I must add that the file(s) are .zip format. In...

Part and Inventory Search

Back
Top