Code-behind refers to code for your UI (Windows Forms, ASP.NET page, etc.) contained within a separate class file. This allows separation of the UI and the logic behind it.

learn more… | top users | synonyms (1)

0
votes
2answers
34 views

Obtain selected value from dropdown in code behind

I have the follwing dropdown list and to get the selected value with javascript is easy enough. <select id="FirstDropDown" runat="server" onchange="ValidatePrimaryDropDown();" > ...
0
votes
2answers
43 views

Button in UpdatePanel triggers event, but the page doesn't update

Here's the markup: <asp:UpdatePanel ID="UpdatePanel1" runat="server"> <ContentTemplate> <div class="well well-large"> <form class="navbar-form ...
0
votes
0answers
10 views

getting data on code behind for modalpopup

I am getting hung up on this modalpopup extender thing...here is what i am doing...i have an accordion that lists customers in my database...when you expand the accordion, it shows all the notes and ...
0
votes
1answer
29 views

Why isn't my code-behind working properly?

Here's my code-behind file for a web form. I can't get certain arguments to work properly with my form. protected void btn_Submit_Click(object sender, EventArgs e) {//Enter arguments here... ...
0
votes
1answer
25 views

Iframe style code behind C#

I am trying to set each button to control the style of an iframe in c#. The HTML code is as follows style="border: 0px none; margin-left: -185px; height: 100%; margin-top: -533px; width: 100%;"> ...
0
votes
0answers
56 views

Dynamic fade effect (transparent) for ASP.NET Image WebForm in CodeBehind

I want to make a dynamic fade (transparent) effect for my image which is a WebForms UI element, which hosts at UpdatePanel. I've defined in ASPX such an UpdatePanel and other elements: <form ...
0
votes
1answer
16 views

In what file is the event-handler wiring stored in VS2010 WPF application

In Visual Studio 2010 Designer, if you press [F4] while the WPF MainWindow has focus, you get a Properties view. If you click on the Events tab, and then double-click "Loaded", a handler for the ...
0
votes
0answers
8 views

Is there a proper way to pass parameters to source URI in code behind?

When populating a Source property from code behind you have to pass an URI, with relative path. Usually you would just add something like this: myObject.Source = new ...
0
votes
0answers
46 views

Apply a style with JavaScript and call the click event

I have a JavaScript function to change the CSS class of an li element. I have placed a link button inside the li. I want to make the CSS change using jQuery, as well as trigger a click event on the ...
2
votes
3answers
42 views

aspx file does not contain a definition for function, definition in connected aspx.cs file

Answer given by Andrei (part that solved it for me in his comments on his answer) Trying to have a onclick for a button, but I'm getting 'ASP.views_home_index_aspx' does not contain a definition ...
0
votes
2answers
116 views

Calling Javascript function from code behind ASP.NET

I'm attempting to call a javascript method in its own file from code behind on a button click. aspx file protected void Next_Click(object sender, EventArgs e) { if (hidden.Value == "") { ...
0
votes
1answer
37 views

using selectcommand on code behind with gridview

I have a sqldatascource that I need to pass null values to it and then use the selectcommand specified by a stored procedure and then using the result query to populate a gridview on the page load ...
0
votes
1answer
74 views

Use jQuery in code behind - callback refreshes page

This sounds easy, but I've been struggling with it all morning. I have an asp.Net page and a corresponding code behind page. My user enters a new password and then the code behind page checks to see ...
0
votes
1answer
53 views

I need to change asp:buttons that are in a ListView from code behind

I have some buttons in list view and I need to change their CSS attributes through code behind so the color can be changed dynamically through functions. I get the following error: **Error 6 The ...
0
votes
0answers
40 views

Use different server controls for HTML elements with runat=“server”

By default, adding the [runat="server"] attribute to an HTML element will cause the element to be rendered using a codebehind class in System.Web.UI.HtmlControls. I.E. <span runat="server" ...
0
votes
1answer
38 views

The ConnectionString property has not been initialized sqlcommand yet code still works

I've always been a fan of "if it ain't broke dont fix it" but my code, although functioning, is throwing the connectionstring property has not been initialized message. similar posts suggest the ...
0
votes
1answer
41 views

Show/Hide table when checkbox is checked

Is there a way to show/hide a table when checkbox is checked? I've done it with JavaScript, but would like to know if it can be done from code behind. Protected Sub chkAccept1_CheckedChanged(sender ...
3
votes
2answers
106 views

Inline C# code vs Page_Load method

I am working on an ASP.NET Web Application. I have two files -> example.aspx and its code behind example.aspx.cs I am wondering what the difference is between putting inline C# code at the top of ...
0
votes
2answers
134 views

ASP.NET C# Button OnClick even not firing

I've absolutely exhausted Google and I can't find a solution to this problem. When click a button on my .aspx page, the corresponding function is not called from .aspx.cs file. I'll just post my code ...
0
votes
2answers
78 views

Calling code behind method from javascript?

I have method in code behind: protected void myMethod() { Literal1.Text = System.DateTime.Now.ToString(); } I need to call this method every second. I found that i should use ...
0
votes
1answer
42 views

asp.net reusing class methods from another codebehind aspx.cs

I have 2 aspx pages A and B which share the same logic on codebehind aspx.cs except for 1 method and i am thinking to reuse the code of A by letting class of B inherit the class of A in the codebehind ...
1
vote
1answer
80 views

VB.NET insert a variable from code behind into aspx img src

I'm trying to use a variable from my code behind as the src for an image. Here is what I have, but it isn't working. In my code behind at class level I have: Dim maxImage As String = ...
0
votes
1answer
75 views

acess signalr hub class methods from code behind

Is it possible to execute a public method declared in a signalr hub from the code behind of a webforms page? I have found examples of how to send a message to the client from the code behind using ...
0
votes
1answer
54 views

Listbox Not Tracking User Input

I've got a ListBox that is displaying a dynamic number of TextBoxes. The user will enter text into these boxes. When the Submit button is clicked, I need to be able to access the text the user has ...
0
votes
1answer
44 views

How do I get attached properties to work in code-behind

I'm trying to get attached properties to work in code behind, but I'm clearly missing something. As I understand it result should be "test", but it is string.Empty. The LogicalTreeHelper states that ...
-3
votes
2answers
61 views

I want to insert a record in DB and then need to return a row

I want to insert a record in DB and then need to return a row. I created the query but how to use that in .cs (C# code) This is my query @ledgerId numeric(18,0) , @voucherNo varchar(MAX) , ...
0
votes
1answer
73 views

ASP.NET codebehind changes do not show up

I am trying to make changes to the C# codebehind for an asp.net file. After compiling and publishing it in Visual Studio, none of the changes in aspx.cs appear, while changes to the aspx file do. I ...
0
votes
3answers
108 views

SetFocus to Control From Code Behind with JavaScript

I am trying to set focus to a page control (Textbox) by using the registerStartupScript method. However, I have been unsuccessful. Here is what I have tried: ...
0
votes
0answers
13 views

Have a content page use the Masterpage that is loading it

I have a website that uses 3 diffrent Masterpages. All of the Masterpages can call the same content page: About.aspx. Each Masterpage has a unique menu that has to be displayed, but all three menus ...
0
votes
0answers
54 views

asp.net code behind and javascript

I have two scripts called from two different onclick events in my codebehind. I guess it was working properly but now one of my function is not getting called. I am using following way for calling my ...
2
votes
1answer
76 views

Site using code behind files from the wrong directory?

What settings in ASP.NET determine where (as in which directorie(s)) a website will look for its code-behind files? I have two versions of an asp.net c# website, Live and Dev. Live site: ...
1
vote
2answers
88 views

I want to be able to draw lines in codebehind for webpage

I'm looking at being able to draw lines in code behind in C#, for a webpage created in Visual Studio. They will be just vertical lines but must be able to change size, depending on other variables. ...
0
votes
2answers
55 views

Array of class from code behind to xaml

I want to display in xaml data of class array defined in app.xaml.cs. Heres what i did. Class that holds the data. Person.cs public class Person : INotifyPropertyChanged { #region Constructors ...
1
vote
2answers
56 views

How the structure of the code behind file working in the web form? - .NET

I'm learing .NET and I'm wondering about the structure of the code behind file in web forms. The structure is always: using System; namespace TestWebApp1 { public partial class MyPage : ...
0
votes
1answer
88 views

dropdownlist in header template of repeater not working

I have set up what I think is the correct markup and code behind to put a dropdownlist in the header template of a repeater, yet for some reason, it's not working correctly. Initially I see the ...
1
vote
0answers
25 views

Extra comment lines in designer code-behind for custom component

I created a component in .NET and in the designer code-behind, there are three extra comment lines for the component after it is dragged+dropped onto a form. A normal MS component appears like this: ...
0
votes
0answers
76 views

gridview customvalidator in edititemtemplate

I am trying to validate two controls in the edititemtemplate of a gridview. Based on a selection in a dropdownlist. I would like to make sure that a textbox has a value. I have researched alot and ...
0
votes
1answer
53 views

ASP.NET MVC (razor) deployment

I have a bunch of ASP.NET MVC pages to deploy but find that deploying the dll can be risky in terms of breaking other controller code. Is there a way to build my code using codefile like I do in web ...
0
votes
0answers
19 views

Container information of asp.net web browser

I have an application that uses the asp.net webbrowser control. I have a timer and a statusStrip on that browser control that counts down until an auto refresh is done if I am sitting on a certain ...
0
votes
2answers
164 views

ASP.NET, C#, How to dynamically identify the properties or method of a user control and add value to them?

In want to add dynamically the properties or methods of a user control from the code behind like this: foreach (DataRow drModuleSettings in dsModuleSettings.Tables[0].Rows) { if ...
0
votes
1answer
171 views

ajax jquery return vaule to aspx page

I have an aspx page containing a jquery/ajax call to my .cs where a stored procedure is executed. The stored procedure returns an int value that I would like to pass back to the orginating form ...
0
votes
2answers
370 views

Close the browser when session expires? asp.net

I have an asp.net web page that has a 60 second idle-time window before the session will expire. Is there a way (either through asp, or c# code behind) to close the browser - or preferably just the ...
0
votes
0answers
126 views

WPF DataGrid Row Validation from code behind

I have datagrid and I have row validation like this and it works perfectly when data is imported. <wpfc4:RDataGrid.RowValidationRules> <wpfc4:LabelValidationRule ...
0
votes
2answers
226 views

FindControl returns NULL in GridView

I am trying to manipulate a DropDownList, which is in a field of a GridView, from code-behind in ASP.NET. I am doing this by adding the reference to a local DDL with the FindControl method. However, ...
0
votes
1answer
29 views

Context Menu is not displayed on first LeftClick

I have the followings: <telerik:RadButton Name="AddButton" DockPanel.Dock="Right" Content="Add" HorizontalAlignment="Right" Click="AddButton_OnClick" ...
0
votes
2answers
141 views

How to get the style of the element in code behind changed by JavaScript

I have a some ASP.NET table rows that are initially invisible. On a click I am running a Javascript function that is changing the style of the table rows showing it or hiding it. To show it : ...
0
votes
0answers
169 views

Animation in code-behind effects animation in xaml

I'm doing some animations in my wpf project. In XAML, I implemented some color animations like this: <Style TargetType="StackPanel" x:Key="navMenu" BasedOn="{StaticResource navMenuBase}"> ...
0
votes
1answer
17 views

Get the loaded instance of the code behind of ResourceDictionary

I've made a resource dictionayry for a user control and create a class that derived from ResourceDictionary that managed different eventsetters and handlers for controls contained in the resource ...
0
votes
2answers
636 views

how to access master page control from content page

I have a master page which contains a label for status messages. I need to set the status text from different .aspx pages. How can this be done from the content page? public partial class Site : ...
0
votes
0answers
128 views

Is it possible to create a file upload control from code behind

Is it possible to create a file upload control from code behind like: string strFilename="@C:\\sample.txt"; fileupload fu=new fileupload(); fu.postedfile=strFilename; Please help me on this.

1 2 3 4 5 20