Forum: ASP Mar 28th, 2009 |
| Replies: 2 Views: 958 you will need to probably use javascript for that..
alternatively... give your submit buttons diferent values and retrieve them on a "splitter" page..
request("sumbit1") etc :P |
Forum: ASP Mar 10th, 2005 |
| Replies: 10 Views: 45,565 move the <table> and </Table> tags outsidt the loop. loop only from <tr> and </tr> (same table but looped table rows) i use this way makes it easier to debug later (tag colouring still works as well... |