master

Is the Scrum Master also a developer on your team?

I think that Scrum Master role is not a full time job for most mature scrum teams. A team that is running together for a few month can be fine with a Scrum Master that is also a team member since they know and understand the methodology and most of their concerns/questions were answered. Even at Jeff Sutherland's company, Patient Keepe...

Master Pages - Design question

Hi, Would you guys think that a master page should be part of the company's framework or it should be part of each application? Or perhaps the company's framework should only have a interface to provide the least functionality to all master pages ? Currenlty we face two problems: Firstly, the original idea was to have a common layout f...

Get MasterPage Hiddenfield Value From a User Class

Is there a way to get a value I am storing in a Master Page hidden field from a User Class which I created and placed in the App_Code folder of my ASP.Net 2.0 Application? Some examples would preferably in VB.Net is highly appreciated. Thanks. To give further details, assume the following: MasterPage.Master MasterPage.Master.vb MyPa...

Asp.net Master Page control dynamically through code behind

I am having 2 Master Pages and I want to Switch Master page depending on the site, so I want to handle switching the master in code behind. ...

Custom authorization in ASP.NET with child pages

I'm doing a custom authentication method that uses a light session object to hold a user's authorization details. Now I want each page (mainly child pages of masters) to be able to tell whether a user should have access to the page. Should I create a page class and derive the child pages from that? What's the best way for the applicat...

How to use dynamic master page in ASP.NET MVC RC 1.0

I don't know how to using dynamic master page in ASP.NET MVC RC 1.0. Please help! ...

Why can't my Theme.Master find its Site.css?

<link href="Site.css" rel="stylesheet" type="text/css" /> This works fine from Theme.Master (Views/Themes/Blue/Theme.Master) on my local machine, but not from the hosted provider of its final home. The Theme.Master can find the css if the css is in the Content folder, in any subfolders of the Content folder, but not if the css is in th...

MOSS - Nested Master Page Problem

I have created a child master which references a parent master. I have deployed this as a feature and stapled the feature to many site definitions. When I turn on the feature, both my parent and child masters are rendering correctly - everything is as it should be. However, when I open up SharePoint designer and customize child.master...

Access Master Page Control...

I am using a UserControl Which is present in the Master Page. I need to access a Master page control in the UserControl. I need your suggestions. The Scenario is A label is present in the Master Page. Based upon selections in the usercontrol i need to modify the masterpage label. The UserControl is present in the Master page itself not...

content page class method calling from master page class

I have a public method in my content page class, I want to call this method from master page class Thanks ...

cross domain "cookie-ing" the master site is not my own

I currently have an apartment database website I pay for "http://www.apartmentdata.com/?SITEID=38207" This is the beginning of the search process. I am making my own custom site and I want it to have links that go directly to apartments, or any page past the initial search page. None of these will open unless the initial search page is o...

master-slave design problem

By design,all read should be from slave,and update on master, but consider the following situation: there is a column water_mark in table_a, and I need to read from table_b whose column time_mark is larger than column water_mark of table_a, If I read from slave,then update the column water_mark to "now()" in master, what if there ...

LED master file

In LED (LatexEditor), how to mark a file (main_file.tex), containg includes of other files, as "main" ? If I right-click, I don't find this option in the menu. And if I make a copy named main_file.tex.latexmain, it doesn't work. ...

asp.net avoid duplicate code in header just to have different page

I have the following goal: I Have a list of top menu links on my website Home * Links * Quotes * Photos The only difference is that whenever you are on a particular page, I want that page to just be text (not a href link) and the others to be links (to show that this is the page you are on): i got this working but it seems very bad w...

Putting uncommitted changes at Master to a new branch by Git

How can you put uncommitted changes to a branch TEST when I am at the branch master? ...

ASP.NET MVC - Set Master View accordingly with Controller

Hello There, By any chance, is there any easy way to set a default MasterView for all the actions inside a specific controller? For example If I have the HomeController I want all the actions inside it to inherit the Site.Master as default, but If I am inside AccountsController I want all the action to inherit the Admin.Master and so o...

Multi-Master Replication with MySQL Cluster

Hi All, I have configred mysql cluster management node and data nodes and mysqld on two server's. Everything is working fine but when i shutdown my first management server then all the nodes get disconnected. Here's the Cofig.ini [NDBD DEFAULT] NoOfReplicas=2 # Number of replicas DataMemory=3500M # How much memory to allocate f...

What is the base class of master page & User Control in asp.net c#?

What is the base class of master page & User Control in asp.net c#? ...

HTTPs jquery div in master page

I am using Asp.net Masterpagse. I am using a slide down div that asks user to log in or register. I would like to HTTPS this div area of the page and not the whole page. This area shows up in all pages since its part of the master page. Does anyone know if this is possible IF so, can you direct me to samples and sample code? Thank yo...

2 accounts reference 2 different master pages???

Hi everyone! This is puzzling me for awhile. I am developing a SharePoint MOSS 2007 site. I have one set of accounts, who have no issues accessing the site and using correct master page. When I use the second set of Windows user accounts, they use completely different master page for unknown to me reason. There is no logical separation ...