Tagged Questions
Code-Behind refers to code for your UI (Winform / ASP.Net page / etc) contained within a seperate class file, this allows seperation for of the UI and logic behind it.
13
votes
3answers
7k views
How to I access an attached property in code behind?
I have a rectangle in my XAML and want to change it's "Canvas.Left" property in code behind:
<UserControl x:Class="Second90.Page"
...
11
votes
6answers
745 views
Pragmatic use of code-behind in MVVM pattern
I'm trying to follow the MVVM pattern in a WPF application as good as I can, mainly to be able to create unit tests for my ViewModel logic.
In most cases data binding between ViewModel properties and ...
11
votes
4answers
6k views
WPF Bind to class member in code behind
Pretty simple question, but can't seem to find a complete answer on here...
I need to databind in xaml to a property of a class member in codebehind.
<Window x:Class="Main">
...
10
votes
5answers
27k views
The name 'controlname' does not exist in the current context
I have a web application that I'm working on (ASP.NET2.0 with C#, using VS2005). Everything was working fine, and all of a sudden I get the error:
Error 1 The name 'Label1' does not exist in the ...
9
votes
4answers
2k views
XAML without the .xaml.cs code behind files
I'm using WPF with the Model-View-ViewModel pattern. Thus, my code behind files (.xaml.cs) are all empty, except for the constructor with a call to InitializeComponent. Thus, for every .xaml file I ...
9
votes
7answers
3k views
Visual Studio 2008 losing intellisense for ASCX with CodeBehind (but works for CodeFile)?
I have the following definition at the top of my .ASCX file:
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="ArticleView.aspx.cs" Inherits="MyNameSpace.ArticleView" %>
In that ...
9
votes
5answers
10k views
ASP.net page without a code behind
I have an ASP.Net page with a C# code behind.
However, I've been asked to not use a code behind - so that it will be easier to deploy in SharePoint.
Is there a way to include the C# code in the ...
7
votes
4answers
342 views
WPF: Where does MVVM stop and code-behind begins?
I have created a Window which has a ListView to display a collection of persons. There are also 3 TextBoxes that are supposed to display person's first and last name, and an age. Finally, there's a ...
7
votes
4answers
2k views
Calling a jquery function from code behind in asp.net doesn't seem to work
I am calling a jquery function after inserting a record to database...
ScriptManager.RegisterClientScriptBlock(LbOk, typeof(LinkButton), "json",
"topBar('Successfully ...
6
votes
1answer
889 views
populate treeview from list of file paths in wpf
There are several examples of how to populate a tree view from a collection of file paths such as this or this other example. I cannot seem to find such example for WPF. I know I can integrate windows ...
6
votes
1answer
1k views
Set Page Output Cache VaryByCustom value programmatically
I want to use an Enum value for the types of VaryByCustom parameters I will support, is it possible to do this?
I tried setting it in the page itself
<%@ OutputCache Duration="600" ...
6
votes
2answers
375 views
Get VS2008 to “tree-indent” partial classes (like code-behind files)
I have created a multi plattform project, and everything works nicely, except one little things. When I add a specific plattform file, like:
ServiceImpl.cs
ServiceImpl.Desktop.cs
it does not show ...
6
votes
5answers
5k views
OnDataBinding vs Inline: pros, cons and overhead
I thought I would ask this question to see why many examples and people prefer to use inline databinding in the aspx code vs implementing an OnDataBinding event when using WebForms.
For any databound ...
5
votes
5answers
3k views
ASP.NET MVC - Code Behind of Master Pages
I am newbie for ASP.NET MVC 1.0. I am converting from a classic application built up with VS2008 .NET3.5. I created a master page, and the menu must be read from the database. Now the code that ...
5
votes
2answers
1k views
mvc no codebehind strongly typed viewdata headers not working
I add that to my header <%@ Page Language="C#" MasterPageFile="~/Views/Shared/Site.Master" Inherits="System.Web.Mvc.ViewPage" %> and am able to access ViewData and all its internals as well as ...
4
votes
5answers
654 views
programmatically measure string in asp.net
how do you get the size of a string? In windows forms its easy, i just use graphics object and then MeasureString function. In ASP.NET i am not sure how to do this.
4
votes
3answers
296 views
What is the ASP.NET equivalent to memcached in PHP?
Is there an equivalent in ASP.NET to memcached usage in PHP? Is there even a way I could use memcached from the VB code behind, or something like it?
4
votes
4answers
5k views
ASP.NET Dropdown List in Codebehind vs in ASPX page
I am generating a dropdown list in codebehind and cannot get the selectedindexchanged event to fire automatically. It works fine when put directly into the ASPX page, but I need it to be in the ...
4
votes
1answer
532 views
Is there a better way to access controls in an ITemplate than FindControl()?
When a control is added to an UpdatePanel, it can still be accessed from the code behind of the containing page. How is this achieved? Can custom control developers do the same?
In other words, if I ...
4
votes
1answer
1k views
WPF: Referencing app-wide resources in code-behind
I have made my own custom converter which given a string returns a Brush. Now I'm able to return constant brushes such as Brushes.Red etc., but I really want to use my own colors which I have defined ...
4
votes
4answers
7k views
asp.net programmatically add a span tag? Not Label control
How can I add a span tag from a code behind? Is there an equiv HtmlControl? I am currently doing it this way. I am building out rows to a table in an Itemplate implementation.
var headerCell = new ...
4
votes
2answers
4k views
Creating a Style in code behind
Does anyone know how to create a wpf Style in code behind, I can't find anything on the web or MSDN docs. I have tried this but it is not working:
Style s = new Style(typeof(TextBlock));
...
4
votes
4answers
700 views
Why are aspx code-behind files declared as partial classes?
Why is the code behind a partial class for aspx pages?
4
votes
7answers
18k views
Request.Url.Host and ApplicationPath in one call
Is there any way to get HttpContext.Current.Request.Url.Host and HttpContext.Current.Request.ApplicationPath in one call?
Something like "full application url"?
EDIT: Clarification - what I need is ...
4
votes
3answers
8k views
C# data binding doesn't update WPF
I'm trying to do a Data Binding in the C# code behind rather than the XAML. The XAML binding created in Expression Blend 2 to my CLR object works fine. My C# implementation only updates when the ...
3
votes
6answers
108 views
Code behind safety ASP.NET .CS
I'm new to web programming and have a question about code behind in ASP.NET C#. How safe is it from someone seeing what's in it? The reason I ask is the program I'm linking this website to requires me ...
3
votes
4answers
157 views
Calling the original Page_Load fuction from inline code
I like to Monkey patch a ASPX website so that I can add stuff to the Page_Load method within a compiled assembly.
My first thought was to add a script tag containing a second Page_Load method to the ...
3
votes
1answer
80 views
Visual Studio addin that combines the Xaml and code behind file titles
I am tired of chasing down the code behind or the Xaml file when they get separated in the visual Studio file title bar. I realize that there are keyboard shortcuts but I once was watching a tutorial ...
3
votes
3answers
482 views
Why to avoid the codebehind in WPF MVVM pattern?
At the article, WPF Apps With The Model-View-ViewModel Design Pattern, the author who is Josh Smith said:
In a well-designed MVVM architecture, the codebehind for most Views should be empty, or, at ...
3
votes
4answers
201 views
Opposite code behind in Flex
Why in Flex the code behind pattern is using the Actionscript class as a base class instead of using the MXML component for that?
I mean, instead of extending our AS3 code behind class, why we don't ...
3
votes
1answer
1k views
Simple LINQ and List error: WhereListIterator`1[Task]' to type 'System.Collections.Generic.List`1[Task]'
I'm having trouble understanding my error
Method:
public List<Task> GetAllTasks()
{
var AllTasks = from t in tasks
where t.Status.ToString() == "Completed" || ...
3
votes
5answers
2k views
Can two ASPX pages inherit the same code behind class?
I'm just starting out learning ASP.NET. From what I understand, ASP.NET differs from old school ASP in that the logic code for a page exists in as separate file rather then being embedded in the ASP ...
3
votes
1answer
1k views
How to merge cells in a column using code behind?
C#, ASP.NET, VS08, using HTML table.
I want to merge cells - rowspan and colspan spans it but does not merge it.
For a clear picture,
drag a HTML table control on the design view
select the cells ...
3
votes
2answers
222 views
.NET / C# String Reference in Code Behind Not Loading Updated Value
I seem to have run into a strange issue whereby a string reference is not loading an updated value.
In short, I've replaced a DLL file (App_Code.dll) that contains a bunch of page titles (think HTML ...
3
votes
4answers
188 views
Designing all pages completely in the codebehind?
Our current web portal at work was a port from a classic ASP codebase. Currently, all pages in our project extend a custom Page class called PortalPage. It handles login/logout, provides access to a ...
3
votes
1answer
558 views
xClassNotDerivedFromElement error when adding Code Behind to Resource Dictionary in silverlight
I need to add code behind class to Resource Dictionary as described in this question. (I know that this is not a good practise but it should work based on the comments for linked question) .I'm ...
3
votes
1answer
142 views
How can I get the x:Name of an object from code?
Given a reference to an object defined in XAML, is it possible to determine what (if any) x:Name the object has, or can I only do this by accessing the FrameworkElement.Name property (if the object is ...
3
votes
4answers
76 views
Is there a way to prevent an ASP.Net webapp from clearing out page variables on VB side?
I have a webapp in ASP.Net with a VB codebehind. I need a List variable I have declared to persist as long as the person is on the page, but currently any time a control posts back to the code, ...
3
votes
1answer
753 views
Binding Setter.Value from code
In XAML I can write something like this:
<Setter Property="PropertyName" Value="{Binding ...}" />
How would I do this in code? I've constructed bindings in code before, but I can't seem to ...
3
votes
3answers
592 views
Accidentally deleted the code behind for an Xaml file. How do I add the code behind again?
Instead of excluding it, by mistake, I deleted the .cs code behind file for an Xaml file. Now, I don't know how to add the code behind.
This Window is empty with no UI controls on it. "View Code" is ...
3
votes
2answers
365 views
Can MVVM Usercontrols have property defined in codebehind?
I have a WPF user control ...which is in MVVM. The user control(which contains a listview) need data from the page (where it is included). I have to set a property to get this data input. Will this ...
3
votes
3answers
83 views
What is the best practice for ouputting data from a collection on an ASP.net Page?
I've ported a page from classic ASP to ASP.net. Part of what happens in this page is that a collection of custom types is generated and then displayed via Response.Write() commands. I'd like to get ...
3
votes
1answer
1k views
ASP.Net 3.5/4.0 CodeBehind or CodeFile?
I read through the previous post: http://stackoverflow.com/questions/73022/codefile-vs-codebehind, but I'm still confused on which I should use. It sounds like CodeFile is the newer option that ...
3
votes
2answers
2k views
Accessing a resource via codebehind in WPF
I have a custom collection defined in my window resources as follows (in a Sketchflow app so the window is actually a UserControl):
<UserControl.Resources>
<ds:MyCollection x:Key="myKey" ...
3
votes
7answers
2k views
Cannot see named Silverlight control in code
In my first few hours with Silverlight 3, as an avid WPF user, I am greatly disappointed at the many things it doesn't support. This seems like an odd issue to me and it's so generic that I cannot ...
3
votes
5answers
412 views
What do people call aspx files to distinguish them from aspx.cs/aspx.vb code-behind files?
In the "code-behind" style of ASP.NET programming, you split your code into two different files, an .aspx file and an aspx.cs file. (That's for C#; for VB, it's aspx.vb instead.) Everyone seems ...
3
votes
4answers
176 views
Why isn't c++ offered as a code-behind language for asp.net?
I was curious why C++ isn't offered as a code-behind language for ASP.NET applications?
3
votes
2answers
1k views
How to add and bind a cs file to an ASCX/ASPX page that doesn't alrady have one?
I know silly question but i tried looking it up on Google with no luck.
3
votes
11answers
399 views
Unmaintainable code behind to the non-technical
How would you explain to a non-technical person why writing code (business-logic) behind the onclick event is a bad practice and leads to unmaintainable code?
Edited:
I have to explain management why ...
3
votes
3answers
2k views
ASP.NET 2.0 Compilation Error: Make sure that the class defined in this code file matches the 'inherits' attribute
Okay I'm completely stuck on this compilation error. It's a Web Site (not web app), .NET 2.0.
I have a file in this directory: welcome_teams
file name: default.aspx
Page Declaration:
<%@ Page ...