A
Amy Snyder
This is my firt .NET project so please bear with me.
I have a form of checkboxes and all I want to do is loop through them
all after the page has been submitted and have their values added to a
string. This was pretty simple using classic ASP but I can't seem to do
it using .NET.
I thought it was as simple as iterating through Page.Controls, but it is
not. Can anyone provide code (VB script) to help
I have a form of checkboxes and all I want to do is loop through them
all after the page has been submitted and have their values added to a
string. This was pretty simple using classic ASP but I can't seem to do
it using .NET.
I thought it was as simple as iterating through Page.Controls, but it is
not. Can anyone provide code (VB script) to help