M
mike
what should i have to write in this code section?
#### is what i want to write
do i have to use foreach to for
if options is TextBox array
i used to enumbera....... but i don't remember...what is this??
foreach (TextBox option in options)
{
if (option.Text.Length > 0)
{
int poll = kkk[ ##### ].PollId;
}
}
#### is what i want to write
do i have to use foreach to for
if options is TextBox array
i used to enumbera....... but i don't remember...what is this??
foreach (TextBox option in options)
{
if (option.Text.Length > 0)
{
int poll = kkk[ ##### ].PollId;
}
}