![]() |
![]() |
![]() |
|
![]() |
#1 |
Aprendiendo ![]() Ingreso: noviembre-2010
Ubicación: viaja a los rincones que significan algo para ti, allí donde ocurrieron las cosas importantes
Mensajes: 88
Sexo: ![]() País: Signo: ![]()
Agradecido: +165
|
![]()
#region dyanamic checkboxes
//Function to generate the dyanamic checkboxes private void AddCheckboxes(string strCheckboxText) { try { if(PnlTimeExpence.HasControls()) { return; } for(int intControlIndex=0;intControlIndex=5;intControlInde x++) { chkList1 =new CheckBox(); chkList1.Text = strCheckboxText; chkList1.ID="Chk"+intControlIndex; chkList1.Font.Name = "Verdana"; chkList1.Font.Size = 9; PnlControl.Controls.Add(chkList1); PnlControl.Controls.Add(new LiteralControl("<;br>;")); } } catch(Exception exp) { throw new Exception(exp.Message); } } #endregion |
![]() |
(0 miembros y 1 visitantes) | |
|
|