Dim html As StringBuilder = New StringBuilder
htmlTable.AppendLine("<input type='radio' name='radio1'> Male")
htmlTable.AppendLine("<input type='radio' name='radio1'> Female")
Litable.Text = html.ToString()
ผมสร้าง Radio Button โดย StringBuilder ครับ แต่ปัญหามันเกิดคือ เมื่อ PostBack Radio ที่ถูกเช็คไปแล้ว มันจะกลับเป็นไม่เช็คเลยครับ อยากทราบการแก้ปัญหา