Home All Groups Group Topic Archive Search About
Author
28 Jun 2006 4:18 PM
Ufit
I created user control  (myctrl.ascx) which is grid and images in it
When I do this code in vb

dim c as new myctrl
Panel1.Controls.Add(c)

I get nothing in the panel. Why?? What do i have to do to display that controls
in there?

Great thanks for help.

Ufit