eramgarden
Programmer
Howcome this isnt working in ASP.Net??
count=Request.Form("chk_sections"
.Count
Request.Form("chk_sections"
has values (A, B, C, D). They are checkboxes that are checked in the previous page.
I get an error : 'Count' is not a member of 'String'.
Then how can I count how many check boxes were checked??
count=Request.Form("chk_sections"
Request.Form("chk_sections"
I get an error : 'Count' is not a member of 'String'.
Then how can I count how many check boxes were checked??