Forum: ASP.NET May 12th, 2006 |
| Replies: 4 Views: 42,613 it's okay. i just relised that i had been going about this the wrong way. i am able to use the request.form("id") instead of redirect and request.
-np. |
Forum: ASP.NET May 12th, 2006 |
| Replies: 4 Views: 42,613 I am having the same problem with a slight difference. I hope someone can help.
In my aspx page I have the following:
<script>
sub blah()
For intloop = 0 To (intFieldCount - 1)
Dim... |