The master tag has no wiki summary.
2
votes
2answers
1k views
WPF Observablecollection master detail scenario
any help with this would be great.
I have a model
public class Master
{
...
public Detail[] Details {get; set;}
}
I am populating my view model from a WCF service which returns my ...
0
votes
1answer
859 views
WPF Master -Detail Binding XElement
I have a XElement that has the following structure
<document num="1">
<pages>
<page />
<page />
</pages>
</document/>
I have one Listbox named ...
0
votes
1answer
313 views
Adding a detail record in a master-detail window view
I'll preface with "Brand new to Cocoa" -- I have a master/detail page on my app: Students that may have one or several contacts (i.e. parents, relatives, etc). I have a Student entity and a Contact ...
1
vote
1answer
3k views
Using GIT with GIT GUI - Master and Branching
I am trying out GIT, and using the GIT GUI (from msysgit) with it.
I am trying to make a new branch, but somehow it keeps taking over the master branch. The master branch still appears, but not as ...
0
votes
1answer
1k views
postback via MasterPage - ASP.Net, c#
I have a master page and have included a search text box.
User is on default.aspx
user enters a search value in the search text box, which is part of master page.
Via javascript the form, in MP, ...
-1
votes
1answer
454 views
How to get controls on page in master detail page?
Hi
I have master page & its content page. I want to get the textboxes situated on Content page. How can i get them in C# code behind of Content page?
2
votes
2answers
265 views
Ninject and Master Page injection
First off, I'm using Ninject 2.0
I have my master page which I would like to inject into but I'm not quite sure how. What I tried was created a class that derives from System.Web.Mvc.ViewMasterPage ...
0
votes
2answers
167 views
How do I pull from my “public” git server to bring my broken local “master” up to date?
I have a bit of a predicament. Basically I have a local "master" git repository. Every few hours, I 'git push' my changes to a server from which I then pull to my client machines. Well, being the ...
0
votes
1answer
1k views
where is onet.xml?
i create the site collection by central administration , i want see its ONET.XML. where is that exist ?
Also as per my knowledge the master page declaration is declare in onet.xml right ? i want to ...
1
vote
2answers
585 views
asp.net visibility of an element in master page
I need to set visibility for an option called SVN in a navigation bar for a web form as false.
this is its code in the master page....
if (page.CurrentUser.Permissions.SVN()) ...
2
votes
1answer
245 views
2 accounts reference 2 different master pages?
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 ...
0
votes
3answers
352 views
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 ...
0
votes
3answers
507 views
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#?
5
votes
1answer
2k views
ASP.NET MVC - Set Master View accordingly with Controller
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 ...
51
votes
4answers
8k views
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?
0
votes
2answers
219 views
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 ...
2
votes
1answer
310 views
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 ...
0
votes
3answers
242 views
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 ...
0
votes
3answers
8k views
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
0
votes
2answers
1k views
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 ...
8
votes
2answers
3k views
create a git symbolic ref in remote repository
In my remote bare repository the HEAD is pointing to "refs/heads/master" and I want it to point to "refs/heads/other".
I am not able to go to remote repository directory and run git symbolic-ref. Is ...
0
votes
1answer
476 views
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 ...
0
votes
4answers
594 views
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 ...
0
votes
4answers
2k views
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 ...
1
vote
1answer
2k views
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.
0
votes
3answers
8k views
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 ...
2
votes
5answers
447 views
Master Pages - Design question
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 ...
20
votes
13answers
6k views
Is the Scrum Master also a developer on your team? [closed]
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 ...