Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx_beginners thread: Trying to delete what's on a web page


Message #1 by "Joseph Janick" <joseph_janick@u...> on Tue, 7 Jan 2003 22:18:31
My latest project involves adding table data to a row, with an option to 
remove it thru the use of a linkbutton.  I know how to add the data, but I 
have yet to figure out how to delete it.  Arrays aren't involved, nor 
datagrids, just tables.  Ideas, anyone?
Message #2 by "Joseph Janick" <joseph_janick@u...> on Wed, 8 Jan 2003 16:48:48
> My latest project involves adding table data to a row, with an option to 
r> emove it thru the use of a linkbutton.  I know how to add the data, but 
I 
h> ave yet to figure out how to delete it.  Arrays aren't involved, nor 
d> atagrids, just tables.  Ideas, anyone?

Essentially, I have an HTML table w/ linkbuttons for either adding or 
removing rows of data from it.  My add link works fine but I don't know 
how to get the remove link to work yet.  Hope that makes it more clear.

  Return to Index