473,322 Members | 1,526 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,322 software developers and data experts.

how to visible & dissable menu from code behind

Expand|Select|Wrap|Line Numbers
  1. stm_bm(["menu1f01", 900, "", "Menu/blank.gif", 0, "", "", 0, 0, 250, 100, 750, 1, 0, 0, "", "", 0, 0, 1, 2, "default", "hand", "", 1, 25], this);
  2. stm_bp("p0", [0, 4, 0, 0, 4, 2, 16, 7, 100, "", -2, "", -2, 50, 0, 0, "#999999", "transparent", "", 3, 0, 0, "#000000"]);
  3. stm_ai("p0i0", [0, "Home", "", "", -1, -1, 0, "VoiceOfCustomer.aspx", "_self", "", "", "Menu/home.png", "Menu/home.png", 16, 16, 0, "", "", 0, 0, 0, 0, 1, "#FFFFF7", 1, "#FFFFF7", 1, "", "", 3, 3, 0, 0, "#6699FF", "#FFFFF7", "#0066CC", "#6699FF", "bold 9pt 'Arial','Calibri'", "bold 9pt 'Arial','Calibri'", 0, 0, "", "", "", "", 0, 0, 0], 80, 0);
  4. stm_aix("p0i1", "p0i0", [0, "Reports", "", "", -1, -1, 0, "", "_self", "", "", "Menu/report.png", "Menu/report.png", 16, 16, 0, "", "", 7, 9]);
  5. stm_bp("p1", [1, 4, 0, 2, 5, 2, 16, 0, 100, "stEffect(\"rect\")", -2, "stEffect(\"rect\")", -2, 80, 2, 3, "#999999", "#FFFFFF", "", 3, 1, 1, "#CCCCCC"]);
  6. stm_aix("p1i0", "p0i0", [0, "VOC Raw Dump", "", "", -1, -1, 0, "RawDumpReport.aspx", "_self", "", "Raw Dump Report", "Menu/report2.png", "Menu/report2.png", 16, 16, 0, "", "", 0, 0, 0, 0, 1, "#FFFFF7", 1, "#FFFFF7", 1, "", "", 3, 3, 0, 0, "#FFFFFF", "#0066CC", "#000000", "#0066CC", "bold 8pt 'Arial','Calibri'", "bold 8pt 'Arial','Calibri'"]);
  7. stm_aix("p1i2", "p0i0", [0, "SL Raw Dump", "", "", -1, -1, 0, "SLRawDumpReport.aspx", "_self", "", "Sales Lead Raw Dump Report", "Menu/report2.png", "Menu/report2.png", 16, 16, 0, "", "", 0, 0, 0, 0, 1, "#FFFFF7", 1, "#FFFFF7", 1, "", "", 3, 3, 0, 0, "#FFFFFF", "#0066CC", "#000000", "#0066CC", "bold 8pt 'Arial','Calibri'", "bold 8pt 'Arial','Calibri'"]);
  8. stm_aix("p1i3", "p0i0", [0, "VAS Raw Dump", "", "", -1, -1, 0, "VASRawDumpReport.aspx", "_self", "", "VAS Portal Raw Dump Report", "Menu/report2.png", "Menu/report2.png", 16, 16, 0, "", "", 0, 0, 0, 0, 1, "#FFFFF7", 1, "#FFFFF7", 1, "", "", 3, 3, 0, 0, "#FFFFFF", "#0066CC", "#000000", "#0066CC", "bold 8pt 'Arial','Calibri'", "bold 8pt 'Arial','Calibri'"]);
  9. stm_aix("p1i4", "p0i0", [0, "VOC Agent Wise", "", "", -1, -1, 0, "AgentWiseSummary.aspx", "_self", "", "Agent Wise Summary", "Menu/report2.png", "Menu/report2.png", 16, 16, 0, "", "", 0, 0, 0, 0, 1, "#FFFFF7", 1, "#FFFFF7", 1, "", "", 3, 3, 0, 0, "#FFFFFF", "#0066CC", "#000000", "#0066CC", "bold 8pt 'Arial','Calibri'", "bold 8pt 'Arial','Calibri'"]);
  10. stm_aix("p1i5", "p0i0", [0, "ICF Raw Dump", "", "", -1, -1, 0, "ICFRawDumpReport.aspx", "_self", "", "ICF Raw Dump", "Menu/report2.png", "Menu/report2.png", 16, 16, 0, "", "", 0, 0, 0, 0, 1, "#FFFFF7", 1, "#FFFFF7", 1, "", "", 3, 3, 0, 0, "#FFFFFF", "#0066CC", "#000000", "#0066CC", "bold 8pt 'Arial','Calibri'", "bold 8pt 'Arial','Calibri'"]);
  11. stm_aix("p1i6", "p0i0", [0, "Mnp Raw Dump", "", "", -1, -1, 0, "MnpRawDumpReport.aspx", "_self", "", "Mnp Raw Dump", "Menu/report2.png", "Menu/report2.png", 16, 16, 0, "", "", 0, 0, 0, 0, 1, "#FFFFF7", 1, "#FFFFF7", 1, "", "", 3, 3, 0, 0, "#FFFFFF", "#0066CC", "#000000", "#0066CC", "bold 8pt 'Arial','Calibri'", "bold 8pt 'Arial','Calibri'"]);
Sep 24 '13 #1
0 1098

Sign in to post your reply or Sign up for a free account.

Similar topics

2
by: Steven K | last post by:
Hello, I am trying to learn how to use Code Behind. Essentially, the example of Block 1 and Block 2 are the same. The difference is that in Block 1 I explicitly set the parameter value to...
5
by: Andrei Pociu | last post by:
I have a major doubt about outputting text in ASP .NET when using code behind. I know most of the output you gain from a code behind file (.aspx.cs) is outputted to the Webform (.aspx) using...
2
by: Newbie \(C#,Asp.net\) | last post by:
Hi I have two simple questions that I make sure that I have underestood them 1) what is the main difference between inline coding and code behind besides that code behind is part of DLL and is...
6
by: Paolo Pignatelli | last post by:
I have an aspx code behind page that goes something like this in the HTML view: <asp:HyperLink id=HyperLink1 runat="server" NavigateUrl='<%#"mailto:" &amp;...
17
by: tshad | last post by:
Many (if not most) have said that code-behind is best if working in teams - which does seem logical. How do you deal with the flow of the work? I have someone who is good at designing, but...
3
by: Adam Knight | last post by:
Hi, Can I use variables declared in a code behind file in a .aspx file? If so, what needs to be done to make these variables available?
2
by: Randall Parker | last post by:
One can set individual controls in Code Behind by giving the controls ID names and then declaring corresponding objects for them in Code Behind and then setting Visible = false or true for each...
2
by: David Thielen | last post by:
Hi; I want to do a master page that has a constant header across the top that is tabs for all of the main menu items. I want the tab for the page presently on to be a different color so you know...
2
by: kvicky | last post by:
can anybody tell how to get a form show up in Code behind in C#. If I type something I want a form to show up so that I can enter some values and use those values in my code. Can I do this...
13
by: Mich | last post by:
Hi, 1) i defined a html line in the aspx file like this but it's still visible:: <hr id="hr1" visible="false" /> So i defined it like this and now it's hidden: <hr id="hr1"...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.