|
-
Jan 16th, 2004, 06:49 PM
#1
Thread Starter
Junior Member
Datagrid Programmatic
Hi everyone
I have to generate a bunch of datagrids. The # number of datagrids needed
will be told by a method.
That's why I have to build an array of datagrids
....
Datagrids[] grids = new Datagrids[numberofgrids];
// initialize grids ....
....
Everything works find. The only question I would like to know why after I
creat each datagrid programatically, I can not see it.
Did I miss something? Please instruct me.
Thanks
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|