Welcome Guest Search | Active Topics | Sign In | Register

ImageZoom programmatically setting LoadingPanelID Options
intermas
Posted: Thursday, September 3, 2009 5:34:51 PM
Rank: Advanced Member
Groups: Member

Joined: 8/22/2009
Posts: 30
I have tried to set programmatically LoadingPanelID for ImageZoom but it didn't work.

Is it possible to do that?
eo_support
Posted: Thursday, September 3, 2009 8:10:14 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,194
Hi,

Theoratically every property you can set in .aspx you can set with code because ASP.NET always compiles your .aspx to code first. So there should be no case where a property can not be set with code.

Thanks!
intermas
Posted: Thursday, September 3, 2009 9:41:05 PM
Rank: Advanced Member
Groups: Member

Joined: 8/22/2009
Posts: 30
eo_support wrote:
Hi,

Theoratically every property you can set in .aspx you can set with code because ASP.NET always compiles your .aspx to code first. So there should be no case where a property can not be set with code.

Thanks!


Yes, but this is the case where I have dynamically added ImageZoom control and set LoadingPanelID programmatically, and it didn't work.
It is possible that when adding dynamically it doesn't work.
eo_support
Posted: Thursday, September 3, 2009 10:01:56 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,194
It is the same. Once ASP.NET page compiler compiles your .aspx into code, everything is dynamically created. There is no difference from the control point of view. Everything is always done dynamically with code.


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.