Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
hi there , how to add the controls while the loading of the form . the number of each and every control will be dynamic. thanks in advance. bharath.s
write code when you want to add Adair
Dim Lbl(1 As Label Lbl1 = New Label() With Lbl1 .SendToBack() .AutoSize = True .Location = New System.Drawing.Point(iX, iY) .Text = finsSubjReg.dsStudCls.Tables(0).Rows(iCtr).Item("cls_type_code") End With Me.Controls.Add(Lbl1) raj