I had a application that using XML and ASPX. Some button or function i want to hide it, but it always effectiveness when the application is running, i haven't set refresh of the application, i have no idea why the code always effectiveness even the application
is running and no one touch it.
According to the information you gave, I am afraid that I cannot find out the reason about your problem.
Could you please tell me more details about how you are using the xml with .aspx?
Within understanding when the xml takes effect, we could reproduce the problem and try to solve it.
Best regards,
Sean
ASP.NET forums are moving to a new home on Microsoft Q&A, we encourage you to go to Microsoft Q&A for .NET for posting new questions and get involved today. Learn more >
None
0 Points
1 Post
ASPX,XML hiding function code always effectiveness
Feb 20, 2020 06:27 AM|Chrisip0307|LINK
I had a application that using XML and ASPX. Some button or function i want to hide it, but it always effectiveness when the application is running, i haven't set refresh of the application, i have no idea why the code always effectiveness even the application is running and no one touch it.
Please help me...
here are the coding:
<gxa>
<worktype>none</worktype>
<gxaitem title="Entry/Exit" monitor="1" type="frame">
<gxaitem id="monitor2tabs" title="Mimic" type="tabs">
<gxaitem firstchildsize="65%" sizetype="horizontal" id="entry_tab" title="Enty/Loading" type="container">
<gxaitem id="loadingweb" type="web" title="">
<web home="http://%%%server%%%/xray/checkin2/loading.aspx?HideScanButton=true&AutoWaitingOnly=true&ReadOnly=true&PageTitle=Loading"/>
</gxaitem>
<gxaitem id="EntryMimic" type="Mimic" title="Overview Mimic">
<mimic mimicfile="..\Mimics\EntryExitMimic\HZMB-Entry.cargomimic"/>
</gxaitem>
</gxaitem>
<gxaitem firstchildsize="65%" sizetype="horizontal" id="entry_tab" title="Exit/Checkout" type="container">
<gxaitem id="checkinweb" type="web" title="">
<web home="http://%%%server%%%/xray/Manifest_not_busy.aspx"/>
</gxaitem>
<gxaitem id="EntryMimic" type="Mimic" title="Overview Mimic">
<mimic mimicfile="..\Mimics\EntryExitMimic\HZMB-Exit.cargomimic"/>
</gxaitem>
</gxaitem>
</gxaitem>
</gxaitem>
The red mark is the problem of effectiveness.
anyone can help me please?
Contributor
3020 Points
889 Posts
Re: ASPX,XML hiding function code always effectiveness
Feb 21, 2020 11:28 AM|Sean Fang|LINK
Hi, Chrisip0307,
According to the information you gave, I am afraid that I cannot find out the reason about your problem.
Could you please tell me more details about how you are using the xml with .aspx?
Within understanding when the xml takes effect, we could reproduce the problem and try to solve it.
Best regards,
Sean