Tagged Questions
1
vote
1answer
181 views
aspx page in module and ghosted web parts
I am making a webtemplate. This webtemplate activates a hidden feature which contains a module, deploying the default.aspx page.
The module looks like this:
<?xml version="1.0" ...
2
votes
3answers
1k views
Problems adding webparts to a page in the correct order
I would think there's something supersimple I'm missing, but I can't find where I'm going wrong.
I have a feature deploying a default.aspx page with two CQWP webparts. I use the AllUsersWebPart ...
2
votes
1answer
744 views
Create Web part programatically VS 2010
we are to create several web parts after a site is provisioned with WSP. I can either create wp from scratch on feature action. Or save a set of WP in gallery and create an instance out of that when ...