CodeVerge.Net Beta


   Explore    Item Entry    Members      Register  Login  
NEWSGROUP
.NET
Algorithms-Data Structures
Asp.Net
C Plus Plus
CSharp
Database
HTML
Javascript
Linq
Other
Regular Expressions
VB.Net
XML

Free Download:




Zone: > NEWSGROUP > Asp.Net Forum > general_asp.net.master_pages_themes_and_navigation_controls Tags:
Item Type: NewsGroup Date Entered: 3/11/2008 1:58:49 PM Date Modified: Subscribers: 0 Subscribe Alert
Rate It:
(NR, 0)
XPoints: N/A Replies: 1 Views: 24 Favorited: 0 Favorite
Can Reply:  No Members Can Edit: No Online: Yes
2 Items, 1 Pages 1 |< << Go >> >|
ChrisStan1983
Asp.Net User
'ASP._masterpage_master' does not contain a definition for 'TopMenuRepeater_ItemCommand'3/11/2008 1:58:49 PM

0/0

When i compile the code in visual studio from my web server it's a copy of  a perviously working web site i get this error message:

 

Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.

Compiler Error Message: CS0117: 'ASP._masterpage_master' does not contain a definition for 'TopMenuRepeater_ItemCommand'

Source Error

<ul>
<asp:Repeater ID="TopMenuRepeater" runat="server" DataSourceID="SiteMapDataSource" onitemcommand="TopMenuRepeater_ItemCommand">
<ItemTemplate>
<li>
<asp:HyperLink runat="server" ID="MenuLink" NavigateUrl='<%# Eval("Url") %>'><span><%# Eval("Title") %></span></asp:HyperLink></li>
</ItemTemplate>
</asp:Repeater>
<asp:SqlDataSource ID="SqlDataSource1" runat="server"></asp:SqlDataSource>
</ul>

this is a menu bar attribute that gets information from the first level of the sitemap file and displays it as a dynamic menu 

 i'm not sure what this means, i need to define the topMenuRepeater_item command where would i put this definition what would it look like.

all the data sources are defined within the DB master and should link to the correct sql source i have looked at an sql book and it seams to all be in order

i can just write code that will do the menu's job but i want to make this way work can you help

chris 

 

ramireddyindia
Asp.Net User
Re: 'ASP._masterpage_master' does not contain a definition for 'TopMenuRepeater_ItemCommand'3/11/2008 2:17:38 PM

0/0

remove this line from the abovecode onitemcommand="TopMenuRepeater_ItemCommand"

2 Items, 1 Pages 1 |< << Go >> >|


Free Download:





Search This Site:










dnn 3.0.8, how to use clientapi with c#

replacing links in a sting

treeview not expanding

conversion to asp.net 2.0

upgrade error from 3.2.0-->3.2.2 help!!!

buttons

logged in user email

how to change dotnetnuke.install.resources?

scrollbar on a datagrid

dnn 3.1.1 super user not working..

execute code on logout

anyone beta testing new speerio products for 3.x?

what happened to c# code in starter kits??

storing client files path problem

portal alias conundrums

how to create user manually(password format error)

error "unable to start debugging on the web server. logon failure: unknown user name or bad password. see help for more information."

2 level static horizontal menu w/ menu control

community starter kit

smtp setting ???

where are the dll's?

using legacy <form> tags in codebehind

context menu - tray icon

production authentication problems...

dynamic controls

would this be possible? (video related)

freetextbox integration

localize a datagrid

contacts and user defined modules in one

windows authentication - when can we expect?

 
All Times Are GMT