Welcome to Neudesic Blogs Sign in | Join | Help

February 2006 - Posts

Programmatically adding a Web Part in ASP.NET 2.0

Programmatically adding a Web Part to a WebPartZone is pretty straightforward: WebPartManager1.AddWebPart(simpleWebPart, zone1, 0); What matters is when the AddWebPart method is called. On a POST the Web Parts control set gets saved to the
posted by David Barkol | 8 Comments