Search results for query: *

  • Users: Juwar
  • Content: Threads
  • Order by date
  1. J

    Another Weird Behavior

    When I click my submit button, I notice during debug, it goes through my procedures twice! I've never seen this done before! What the heck is going on with this? Here is the code Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load If...
  2. J

    Single Tread Array Iteration

    Does anyone know how to do a single tread iteration. For example I have the following array: ("dog", "cat", "mouse", "bird") I need to go through the array in such a way that it picks up each object once through the first run and then return to the beginning again and pick up the first two...
  3. J

    Problems with vb.net in virtual directory

    I am creating a web application. However, this application will have a member section. what I did was created a folder under the main application, and named it "member". Then I configured this folder as a virtual directory. I went into IIS manager (windox xp) and did the required steps...
  4. J

    Error with Web.config files

    Hey guys, Have another problem. I posted a thread on how I can secure my member pages. It was suggested that I create a folder then place all my member pages in this folder, create a web config and deny users. I've done this and when I tried to access one of the member pages I got the...
  5. J

    A in depth tutorial please

    Can someone show me step by step how to make a membership site? I am only working with visual studio, vb.net and asp.net, MSAccess database. Actually I need someone to show me how to write code to create a secure site. I am trying to create a site where users must pay to subscribe and...
Back
Top