C
Craig Andrews
Hello,
How do I access HTML CheckBoxs in the codebehind section of an ASP.NET
program?
In the old Interdev days one would:
For i = 1 to Request.Form("CheckBox").Count
if Request.Form("CheckBox")(i)) > 0 then
End If
Next
That throws
Exception Details: System.NullReferenceException: Object reference not set
to an instance of an object.
Seems like a simple thing, but I'm obviously missing something.
Thanks in advance,
Craig
How do I access HTML CheckBoxs in the codebehind section of an ASP.NET
program?
In the old Interdev days one would:
For i = 1 to Request.Form("CheckBox").Count
if Request.Form("CheckBox")(i)) > 0 then
End If
Next
That throws
Exception Details: System.NullReferenceException: Object reference not set
to an instance of an object.
Seems like a simple thing, but I'm obviously missing something.
Thanks in advance,
Craig