HighTechTalks DotNet Forums  

Issues Persisting Design time changes to page source

ASP.net Building Controls microsoft.public.dotnet.framework.aspnet.buildingcontrols


Discuss Issues Persisting Design time changes to page source in the ASP.net Building Controls forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
jebecker (AT) _NO_SPAM_ (DOT) pointroll.com
 
Posts: n/a

Default Issues Persisting Design time changes to page source - 07-13-2006 , 05:54 PM






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?

Reply With Quote
  #2  
Old   
jebecker (AT) _NO_SPAM_ (DOT) pointroll.com
 
Posts: n/a

Default RE: Issues Persisting Design time changes to page source - 07-14-2006 , 10:38 AM






And now for some unknown reason it has started working. God only knows why.
"jebecker (AT) _NO_SPAM_ (DOT) pointroll.com" wrote:

Quote:
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?

Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.