Thanks.
The first thing I would try is replace this line...
with this...Code:rbtnSkill.ID = Convert.ToString(criterium[i].Skill) + " , " + c;
Code:rbtnSkill.ID = Convert.ToString(criterium[i].Skill) + c;
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 15 of 26
Threaded View
Tags for this Thread |
Click Here to Expand Forum to Full Width |