Egor Arov
August 29th, 2001, 05:48 AM
Hi All !
Anybody knows how to create DataGrid dynamically ?
Anybody knows how to create DataGrid dynamically ?
|
Click to See Complete Forum and Search --> : Dynamically created DataGrid Egor Arov August 29th, 2001, 05:48 AM Hi All ! Anybody knows how to create DataGrid dynamically ? BYaman August 29th, 2001, 10:01 AM Dim t as TextBox set t=me.controls.add("VB.TextBox",Text1) t.visible=true you can create a textbox with this code. I don't know grid class name. If you know use it. codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |