How Do You Refresh Menu When Using SqlSiteMapProvider

Jun 23, 2005

I followed an article which was recently published by Jeff Prosise in his "Wicked Code" column in MSDN magazine and I was able to make it work.My problem is that I do not know how to refresh the menu. If I add new record in the sitemap table what needs to happen to refresh the menu.  

View 2 Replies


ADVERTISEMENT

SqlSiteMapProvider ConnectionStrings Help!

Apr 20, 2006

When I run my project it fails on SqlDependency.Start(_connect) with message:
An attempt to attach an auto-named database for file D:WINDOWSMicrosoft.NETFrameworkv2.0.50727ASPNETDB.MDF failed. A database with the same name exists, or specified file cannot be opened, or it is located on UNC share.
 
<?xml version="1.0"?>
<configuration> <appSettings/> <connectionStrings>   <add name="SiteMapConnectionString" connectionString="Data Source=.SQLEXPRESS;AttachDbFilename=|DataDirectory| est1.mdf;Integrated Security=True"   providerName="System.Data.SqlClient" /> </connectionStrings> <system.web>    <siteMap enabled="true" defaultProvider="AspNetSqlSiteMapProvider">   <providers>    <add name="AspNetSqlSiteMapProvider" type="SqlSiteMapProvider" securityTrimmingEnabled="true" connectionStringName="SiteMapConnectionString" sqlCacheDependency="CommandNotification"/>   </providers>  </siteMap>  <caching>   <sqlCacheDependency enabled="true"/>  </caching>  <compilation debug="true" strict="false" explicit="true"/>  <pages>   <namespaces>    <clear/>    <add namespace="System"/>    <add namespace="System.Collections"/>    <add namespace="System.Collections.Specialized"/>    <add namespace="System.Configuration"/>    <add namespace="System.Text"/>    <add namespace="System.Text.RegularExpressions"/>    <add namespace="System.Web"/>    <add namespace="System.Web.Caching"/>    <add namespace="System.Web.SessionState"/>    <add namespace="System.Web.Security"/>    <add namespace="System.Web.Profile"/>    <add namespace="System.Web.UI"/>    <add namespace="System.Web.UI.WebControls"/>    <add namespace="System.Web.UI.WebControls.WebParts"/>    <add namespace="System.Web.UI.HtmlControls"/>   </namespaces>  </pages>
  <authentication mode="Windows"/>   </system.web></configuration>

View 2 Replies View Related

Drop Down Menu

Jul 15, 2004

How do you create a php or html page with a drop down menu from a table a database? Please show any code or helpful links,

Thanks!

View 1 Replies View Related

SQL - A Menu System - Plz Help

Jul 20, 2005

Hi,As subj says. A simple menu is defined in a table. But how to extract it?Heres the deal:Table menu has these 3 columns: menuid parent menudescOk this should be easy right? Those menu-rows that has parent=0 is"toplevel". And so forth. An example:1 0 "Items"2 0 "Standings"3 0 "Test"4 2 "Liverpool"5 2 "AC Milan"6 1 "Itemno1"This menu should in layout come in this order:ItemsItemno1TestStandingsAC MilanLiverpoolThat is: Alphabetically sorted and with the children underneath the parents.Right? Yes - and selecting the menu and doing some gymnastics in ASP isntthat hard. But ASP must be the language that has the "crapiest" way ofhandling arrays...so a simple task is really messy. Creating a storedprocedure involes 2-3 temporary tables as I see it. Not vey elegant either.So my question is: Isnt there any way of selecting this order directly usingSQL?? Some nice clean and beautiful way?--Thanks,Summa

View 2 Replies View Related

Database Menu Structure

Sep 30, 2005

Hello,I am upgrading my (simple) cms from one menu layer to two layers. So i have two tables in de my DB- table_mainmenu- table_submenuThe submenu records are linked to the mainmenu records on the mainmenu id. So far so good. Heres my problem, i cant figure out how to change the order of the pages...!? What is the theory behind recording the stacking order of the menu items? How can i record this information in the DB?I just need the theory, i can figure out the details for myself. Thanks in advance!Corstiaanp.s. is the the right forum to post this?

View 4 Replies View Related

Get Distinct Value Of Menu From Table

Mar 29, 2014

How do I get a distinct value of menu from tables

Here is my script

select distinct menu, others, clientele,menuID from myrestaurant where username = 'mary' and batch = 238335

View 4 Replies View Related

Foreign Key As Drop Down Menu

Apr 5, 2006

hi all,

I have a table called suppliers where i type my suppliers details.
I have also a table called supp_corellation in which i have the proffesion of my suppliers.

there is one column in the table of suppliers which it takes data from the table supp_corellation . Is it possible to choose the values from a list instead of typing in my table (lets say drop down list)???

View 3 Replies View Related

Results From Sql To Drop Down Menu

Jun 12, 2006

Hi

is there any way of getting the values of a row in a table to be reflected as the values of a drop down menu?

View 2 Replies View Related

View SQL Agent Menu

Mar 13, 2008

Hello, I need permission to work with SQL jobs on particular sever, currently I'm not able to see SQL agent menu.

What permissions should i need to have to view SQL Agent Menu.

Please some one help in this.

Thanks,
Malathi.

View 3 Replies View Related

Dropdown Menu In Sql Reporting

Jan 22, 2007

Is it possible in SQL Reporting 2005 to have dropdown menu(eg..on mouseover list of static menu appears from which i can navigate to other rdl files while passing all parameters) ..



View 4 Replies View Related

SSMS Add New Item Not In Menu

Mar 5, 2008

I am now starting to create actual database projects in SSMS but the problem is that when I go to create add a new item by right-clicking on the project all i get is


Existing Item
New Connection
New Query

So, can anyone tell me how do I get the 'Add New Item' menu item to appear so I don't have do the riduculous way of creating a new query, then open another non-project script item from template explorer, then copy the contents from latter to former and then close the superfluous non-project script item.

View 5 Replies View Related

Would Like To Make A &#34;repeat List Menu&#34;

Apr 14, 2001

Instead of explaining my question here I've made a seperate
html page with a full explanation of my problem with pictures
and examples.

I've posted the question to this URL

http://miona.com/listmenus/

View 1 Replies View Related

Configure Distribution Menu Missing?

Sep 17, 2007

Hello,

I installed SQL Server 2005 Standard Edition and SQL Server Management Studio Express. I am trying to set up merge replication. When I right-click the Replication folder in Object Explorer, the Configure Distribution menu item is not there. Also missing is the New - Publication menu item. All I can do is add New Subscriptions. I am logged in as admin with full priveledges. Am I missing something? Thanks!

FYI: I am running Windows XP SP2 and have installed SQL Server 2005 SP2. Thanks again...

View 8 Replies View Related

Is It Possible To Have Pulldown Menu In SSRS 2005?

May 29, 2008



Hi Friends,

I have created a report using SSRS 2005, and I am able to call another reports by clicking a column (using jump to report) from my first report. I would like to know is it possible to have a pulldown menu by right clicking a column at runtime in SSRS 2005? Please let me know

Thanks & Regards,
Naveen J V

View 7 Replies View Related

SQL Server Logs Under Management Menu

Mar 9, 2006

Hey Geeks,



I have found in the SQL Server Logs under Management Menu that says something like this :

Login failed for user 'sa'. [CLIENT: 59.144.69.233], Time : 3/9/2006 3:41:53 PM

And for every second there is addition in the messages.

Why is it happening? Can anyone tell me?

Thanks in Advance.

Snehal

View 1 Replies View Related

Removing Start Menu Group

Dec 10, 2007

I'm packaging SQL 2005 Express as part of the installer for a custom program. The installer works fine and everything runs fine, but I don't want users to see the sql server > configuration tools start menu group and start playing around with settings.

Is there a command line option to not create the start menu group that anyone knows about, or another way to have the installer not create the icons?

Thanks,
Michael

View 1 Replies View Related

SSRS Inactive Menu Issue

Jul 20, 2007

Is anyone else having an issue with SSRS menus not being able to be clicked on?



When I roll the mouse over the menu item, it highlights, but when I click, nothing happens.

It affects the top menu items, and any right click menu.



This is an intermittent problem, but it does happen daily. I have to shut down VS to fix.



BobP

View 5 Replies View Related

How To Automatically Expand A Menu Item Using WPF And C#

Oct 30, 2007



Hi,

I have created a menu using code behind i.e from c#.

is there a property of menuitem, with which i can expand i particular menutiem.

following is my code:-
*****************************************************

Menu objmnu = new Menu();


MenuItem objmnu1 = new MenuItem();
objmnu1.header = "Root"
objmnu.Items.Add(objmnu1);


MenuItem objm1 = new MenuItem();
objm1.header = "Child1"
objmnu1.Items.Add(objm1);


MenuItem objm2 = new MenuItem();
objm2.header = "Child2"
objmnu1.Items.Add(objm2);


MenuItem objm21 = new MenuItem();
objm21.header = "Node1"
objm2.Items.Add(objm21);


MenuItem objm22 = new MenuItem();
objm22.header = "Node2"
objm2.Items.Add(objm22);
*****************************************************

what i want is on click of a button i want to expand "Child2" node.

i need help.

bye
Mohan Nautiyal



View 3 Replies View Related

Width On Multivalued Dropdown Menu

Nov 28, 2007

I have a multivalued drop down menu that isn't wide enough to display the entire label. It only displays about half of the label. The text it is trying to display should look like "Global Zone 1 - Global Zone 2 - Global Zone 3 - Global Zone 4", and the only visible text is "Global Zone 1 - Global Zone2". It does have a scroll bar at the bottom, but it is ridiculous.

When I set it to not be multivalued, the drop down menu grows to the size of my label. The menu has plenty of space to grow, it is only taking up a very small amount of the screen.

Is there any way to correct this issue?

Thanks

View 1 Replies View Related

Multiple Instances Of Menu Items

Dec 10, 2006

When using SQL Server Management Studio Express I get multiples of all the standard Windows menu items as well as in the dropdowns. I have also experienced this in the Visual Basic 2005 Exprerss edition IDE. What is causing this?

View 10 Replies View Related

Program Icons In Start Menu

Sep 16, 2006

Hello,

I´ve made a mistake on my part. I have deleted my complete program icons for "Microsoft SQL Server" in my start menu.

Is there a simple way to just renew all the icons in my start menu without reinstalling the complete sql server.

Thank you very much for any tips.

View 1 Replies View Related

Trying To Build A Query For A TreeView / Navigation Menu

Mar 5, 2007

Hi Everyone,I'm drawing a blank here and I am hoping someone can point me in the right direction. I have a table with the following columns (some omitted)IDGUIDPageNameParentPageID I want to build a hierarchical navigation system (2-tier). The conceptual problem that I am running into was getting this information from the same table. Initially I was going to use a nested repeater but I am thinking a treeview would be better. Anyway, the problem is the query. How would I start with something like this? Let's use the following as an exampleRows(ID '1', GUID '888....', PageName 'Page A', ParentPageID '-1')(ID '2', GUID '111....', PageName 'Page B', ParentPageID '-1')(ID '3', GUID '222....', PageName 'Page C', ParentPageID '-1')(ID '4', GUID '375....', PageName 'Page 1', ParentPageID '1')(ID '5', GUID '562....', PageName 'Page 2', ParentPageID '1')(ID '6', GUID '874....', PageName 'Page 3', ParentPageID '2')
(ID '7', GUID '388....', PageName 'Page 4', ParentPageID '3') So, I want to be able to build a query so that I can do the followingPage A    Page 1    Page 2Page B    Page 3Page C    Page 4 Any help would be greatly appreciated. Thanks!  

View 4 Replies View Related

SQL Server Entries Missing From Start Menu

Aug 10, 2006

I have a 2003 Server which has two Named Instances of SQL Server 2000.

I need to add a third Named Instance, but when I logged onto the Server this morning, I noticed that all of the
'Microsoft SQL Server' Entries are missing from the START/PROGRAMS menu !! Enterprise Manager, BOL... everything!! The SQL Server Service Manager is running and both of my Instances are up and running (this is a production box). I can launch Enterprise Manager from MMC.EXE in WINDOWSSystem32 folder... very weird!!!!

In my Add/Remove Programs, I see MS SQL Server listed Twice.. one time for each of the two named Instances.

Has anyone ever seen this before??? Do you think it's safe to run SQL Server Installation to Install a Third Instance on this box???

View 1 Replies View Related

Execute Stored Procedure Menu Not Appearing

Mar 29, 2007

Hi,

I have created an SQL Server instance in SQL Server Management Studio. I have a few databases, and stored procedures in them. When I right click on the stored procedure, I have the menu for "New Stored Procedure, Modify, Script Procedure as, and so on". But, I could not see the "Execute Stored Procedure" item.

Could any one help to find out what could be the problem and solve it?

Thanks,
Luke.

View 1 Replies View Related

Recursive Query For Tree Style Menu?

Mar 12, 2013

Information stored within the database is as follows, although the number of sub levels could easily grow :

PageID - Title - ParentID
1 - Title1 - 0
2 - Title2 - 0
3 - Title3 - 1
4 - Title4 - 1
5 - Title5 - 4

Required outcome :

[+] Title1
.....[+] Title3
.....[+] Title4
..........[+] Title5
[+] Title2

View 3 Replies View Related

Interesting SQL Query Requirement For &<SELECT&> Menu

Nov 7, 2005

Hi AllWondered if you could help me with the below query.I have 1 simple table called STOCKCATS that consists of 2 fields.These fields are called CATID and LEVEL.The contents of this table are as follows:CATID LEVELcat01 <nothing>cat02 <nothing>cat03 cat01cat04 <nothing>cat05 cat01cat06 cat02cat07 cat04etc.. etc...The way this table works is that I have an ASP page that allows the user tocreate a stock category at 2 levels, category level and sub-category level.When I file the entered data into the table, if the user has chosen tocreate a category level stock category then the LEVEL field is left blankand if they chose to create a sub-category level category then I post therelevant category level stock category code in the LEVEL field. Forexample, in the above list cat01 is a category level stock category andcat05 is a sub-category as it is a sub-category of cat01.My query is that I want to populate a simple HTML <SELECT> menu (using ASP),but instead of it being a straightforward 'select catid from stockcats orderby catid', I want to group this list into some kind of order, eg:instead of:cat01 <nothing> << I need to bring back this 2nd column so that I cando a simple IF THEN in asp to indent sub-catscat02 <nothing>cat03 cat01cat04 <nothing>cat05 cat01cat06 cat02cat07 cat04I would likecat01 <nothing> << dittocat03 cat01cat05 cat01cat02 <nothing>cat06 cat02cat04 <nothing>cat07 cat04Do you know if this is possible in pure SQL (I must confess that I'm usingMySQL, but I would have thought the SQL syntax would be the same if it ispossible) or a combo of ASP & SQL?ThanksRobbie

View 3 Replies View Related

How To Use The Deply Menu From Within The Project In Solution Explorer

Jan 21, 2008

I'm stuggling to find information on how to use the Deploy menu within a project in solution explorer. I would like to understand how to setup modify and delete the attributes that affect the actions of the Deploy menu. How to set different settings so that I can deploy to a test server ad then later change it so that I can deploy to a production server.

All help is welcome.
Thanks

View 1 Replies View Related

How Do I Hide Internet Explorer Menu And Tool Bar

Aug 21, 2007

How can I hide the Internet Explorer Menu and Tool Bar in SQL Reporting.

View 7 Replies View Related

Reports Option Does Not Show Up In The Context Menu

Dec 8, 2007



I have a a microsoft sql server installed on my xp::
9.00.3042.00 SP2 Developer Edition

not being able to get the "reports" option (for customer reports) in the context menu (rightclicking on a database name) does it have to do with the version of the sql server I am running?

I have been told otherwise and I have reinstalled sp2 twice..

any help will be appreciated.
I do have bunch of report definition language files that I would like to use in custom reports, but... story goes on.

thx

JohnE

View 2 Replies View Related

Removing The Open In Report Builder Menu?

Mar 26, 2008



Hi,

does it possible to compltely deactivate the "open in report builder" menu in sharepoint integrated mode?

thanks.

View 12 Replies View Related

To Get Drop Down Menu In VAriable Name Of RowCount Task

Mar 5, 2008

HI

I coulnd't Able to see Drop Down Menu of Any Variables in Variable Name of RowCount Task

Flow:

Aggregation Task--------> RowCount Task------------------->Flat FileConnection Task
|
|
In this Task Variable Name Column Doesn't Show Me Drop Down List
of Available variables.

View 1 Replies View Related

Component Not Showing Show Advanced Editor In Menu

Jun 28, 2006

Hi,
I've developed a couple of components now and I know I've seen this problem before but I can't remember how to solve it. My component is built, it has it's own (blank at the moment) UI and it seems to work fine except that there is no right click option to look at the advanced editor. The code is almost identical to another component I wrote that works just fine.
Any ideas anyone?
Thanks
Charlie.

View 1 Replies View Related

Expanding The Multi-Valued Parameter Dropdown Menu

Aug 14, 2007

Hello Everyone,
I am trying to expand the multi-valued parameter menu object so I can display the selection list in a more user-friendly format since the text is fairly long. If left at the default setting then I have to scroll to the right to see the complete string(s). For a single-select parameter I can just CAST the string to CHAR(100) and the menu object will expand. However, it seems that this approach is not working for multi-valued parameter menu objects.
Is this a bug in SSRS, and is there another way to accomplish this. Please let me know.

Thank You!!!

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved