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...
User Profile
Collapse
-
How to change a specific div in a loop
-
-
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
No activity results to display
Show More