User Profile

Collapse

Profile Sidebar

Collapse
John Wall
John Wall
Last Activity: Dec 19 '10, 08:53 PM
Joined: Dec 2 '10
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • John Wall
    started a topic How to change a specific div in a loop

    How to change a specific div in a loop

    I'm trying to create a program where the user clicks on the first name in the table and the name hides and the word "delete" appears. My problem is the word "delete" only appears in the first row of first name. I want it to appear in the second row of first name if it was click, I want it to appear in the third row of first name if it was click, and etc.

    the div tags and table are within php to connect to my database...
    See more | Go to post

  • John Wall
    started a topic How to place text inside a table from ajax form
    in PHP

    How to place text inside a table from ajax form

    nvm i figured some of it
    See more | Go to post

  • How to use data from one form to others

    I'm trying to use this variable called Group that's created in my Login form to use in other form:
    Code:
    Public Class Login
    
    Private Sub btnLogin_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnLogin.Click
            Dim conn As New SqlClient.SqlConnection
            Dim command As New SqlClient.SqlCommand
            Dim adaptor As New SqlClient.SqlDataAdapter
            Dim dataset As
    ...
    See more | Go to post
No activity results to display
Show More
Working...