Welcome Guest Search | Active Topics | Sign In | Register

Disable script generation by setting the eo controls -> Visible = "false" Options
xtremexploit
Posted: Monday, June 23, 2008 9:53:15 AM
Rank: Member
Groups: Member

Joined: 2/24/2008
Posts: 27
I have this

<eo:CallbackPanel ID="mainContentCallbackPanel" runat="server" Visible = "false" LoadingDialogID="loadingDialog"
OnExecute="MainContentCallbackPanel_Execute">
</eo:CallbackPanel>
<eo:Dialog TopMost="True" ID="loadingDialog" runat="server" BackShadeColor="Blue" Visible = "false" >
<ContentTemplate>
<table border="0">
<tr>
<td align="center">
<asp:Image ID="ajaxLoadingImage" runat="server" SkinID="ajaxLoadingImage" />
</td>
</tr>
</table>
</ContentTemplate>
</eo:Dialog>


And eo is generating the scripts (ashx) I need to set off the script generating the all eo controls are not visible...

help!
xtremexploit
Posted: Monday, June 23, 2008 10:06:36 AM
Rank: Member
Groups: Member

Joined: 2/24/2008
Posts: 27
Sorry.. yes.. it is working...


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.