L
Lamine Darbouche
Please help;
I have the following code in classic ASP to populate a checkbox from a
database.
<input type=checkbox name=thread <%If thread = true then response.write "
checked " end if%>>
What is the equivalent of that in .NET
Many thanks in advance.
Regards
Lamine
I have the following code in classic ASP to populate a checkbox from a
database.
<input type=checkbox name=thread <%If thread = true then response.write "
checked " end if%>>
What is the equivalent of that in .NET
Many thanks in advance.
Regards
Lamine