Issues Persisting Design time changes to page source

J

jebecker

I have a Control which I'm designing the LiteGrid which has two properties
"Columns" and "Actions". These properties are in turn Collections of
sub-items.

in the end the aspx source should look like:
<pr:LiteGrid runat="server" id="lgDemo">
<Columns>
<pr:Column ... />
<pr:Column ... />
</Columns>
<Actions>
<pr:Action ... />
<pr:Action ... />
</Actions>
</pr:LiteGrid>

However when I modify these collections via the designer, the changes show
up in the design-time rendering but fail to get persisted to the aspx page.
How can I force VS.Net 2k5 to persist changes back to the source?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,754
Messages
2,569,527
Members
45,000
Latest member
MurrayKeync

Latest Threads

Top