View Complete Post
Hi All,
ÃÂ
I am using Sharepoint 2007 (MOSS).
I want to hide/remove "Alert Me" action menu item from Custom List/Document Library for my Sharepoint site.
any help will be appreciated.
Thanks...
I uninstalled a SQL SERVER tool suite which left over a menu in SSMS (on main menubar). I can click on the menu and menu items, but they do not work and get a prompt:
--------------------------- Microsoft SQL Server Management Studio --------------------------- The Add-in supporting this command could not be loaded. Do you wish to remove the command? If you choose yes, you can re-create the command by reinstalling the Add-in. --------------------------- Yes No ---------------------------
How can I remove the menu?
I'm fairly new to SharePoint 2010 so don't take this as a more difficult question than it probably is. The way I'm organizing my site is to hide current navigation (left menu) and have only the global navigation (top menu) with drop downs. The only active links that I am showing are links to lists within my subsites. I don't want users to be able to click on subsite links that seem to appear automatically in my top navigation.
I understand that I can turn off "show subsites" in Site Settings --> Navigation, but even with these boxes not checked, I still get links to my subsites showing up in the global navigation (top) menu.
Ideally I just want the drop down menus and their links to to show, not the subsite names which I can't seem to turn off. Any assistance is appreciated!
Hello All,
I have a .net windows form application in C#.
I am using a menus for my application in the menu i want to add the separator (not in submenus,).
for that i have added a item in menustrip and given the text as "|" for separator but the problem is that when i am hovering the mouse on that separator then that is becoming highlighted.
So pls tell me how to remove highlighting or how to add the separator in different way then that.
Hi,
I want to make Rolebase menu in MVC such that if user doesnot have permission for some action then that Action name shouldnot be shown in the Menu.
I have used the code in the url(http://forums.asp.net/t/1566328.aspx) in my MVC application.My application is a Discussion Forum(in MVC) same functionality as in this forum forums.asp.net
I have used Controllers for post, thread etc.In each controller there are some actions that are using [Authorize(Roles)] attribute
but this coding does not count those Actions in Controllers having Authorize attribute according to the url http://forums.asp.net/t/1566328.aspx
In the code, Authorize attribute is applied to Controller class, but my requirement is of Applying Authorize attribute to some actions in controller so that some are available for all users and some links are available rolewise.Now what is the solution for that?
Regards
Hello all, first ever post here :)
Hope you guys can help me out, this drives me crazy...
So I got 2 updatepanels on my page. In one there is a Timer which updates for example a label. In the other one there is a dropdownextender. Everytime the timer ticks while the dropdown menu is displayed the menu disapears. I attached the sample code below....any insights on this? And yes, the dropdown and the label need to be in two seperate updatepanels....
Many thanks
thomas
----------------
<form id="form1" runat="server"> <asp:ToolkitScriptManager ID="ScriptManager1" runat="server" /> <asp:UpdatePanel ID="UpdatePanel1" runat="server" UpdateMode="Conditional"> <ContentTemplate> <asp:Timer ID="Timer1" runat="server" OnTick="Timer1_Tick" Interval="4000" /> <asp:Label ID="Label1" runat="server" Text="Label"></asp:Label> </ContentTemplate> </asp:UpdatePanel> <asp:UpdatePanel ID="UpdatePanel2" runat="server"> <ContentTemplate> <asp:DropDo
I need to deliver source code to client and my boss need to remove all the comments and #region sections from the whole web site source code.
So is there any functionality available in visual studio 2010 or may be in an other 3rd party tool available to do so, which can remove all the #region from all over the source code ?
Otherwise my developers has to do donkey work.... :(( and I don't wish it.
Any help or tips/tricks would be appreciated.
Thanks
Hi
I've created a SetupWizard, but can't get it to show the Icon for the shortcut on desktop and program menu. The installation goes fine without any errors, the only problem is the icon.
I've made a shortcut of my exe file in the Application Folder and dragged the shortcut to the Desktop folder, then on the shortcut properties, I assigned it an icon picture located in Application Folder.
Any suggestions will be very much appreciated.
E
I have a web application that is actually installed as a component of a third party site. In some configurations, I need to remove certain connection strings and re-add them. I'm replacing this web.config section with a xml file that includes the following:
<connectionStrings> <remove name="MyOverridenConnection"/> <add connectionString="Integrated Security=SSPI;Persist Security Info=False;Initial Catalog=MyDb;Data Source=MyServer" name="MyOverridenConnection" providerName="System.Data.SqlClient"/> </connectionStrings>
For some reason the remove tag is left out during the substitution and I end up with the following in the installed config:
<connectionStrings> <add connectionString="Integrated Security=SSPI;Persist Security Info=False;Initial Catalog=MyDb;Data Source=MyServer" name="MyOverridenConnection" providerName="System.Data.SqlClient"/> </connectionStrings>
Is there any way to issue removes in replaced sec
HI all,
May i use the collapse and expand feature (like tree menu) at Report iam using the Report viewer Control for displaying the Report on my Asp.net Page .
I have number records and each record have detail as i clicked or expand the record then details will be shown is it possible with report viewer control If any one have experince before please share the ideas.
Best Regards
i have a string like this sravani/, asdfff/, lsdsf/i want to remove last character '/' in the above string...which function can i use?pls help me....
Hello Friends,
I have been using asp.net menu control that is programmatically binded at runtime and has n child node levels. Now i want to use CssAdapterMenu instead because the menu control contains more than 1000 menuItems(in the near future it can also be more 2000 menuItems) and has very slow response in IE 6 or IE 7.
Now my question is how should i change the classic asp.net menu to CssAdapterMenu. What should be the steps? Any samples example of n child node levels would be helpful
Thanks.
I am using asp.net menu using cssadapter. How Can I change this the menu show menu using mouse click
http://www.asp.net/cssadapters/
Hall of Fame Twitter Terms of Service Privacy Policy Contact Us Archives Tell A Friend