Posts Topics Forums Images
Search videos from message boards Videos Search messages from microblogs Microblogs Search messages from imdb.com Imdb Search messages from yuku.com Yuku Search messages from lefora.com (free forums) Lefora
My account: Login | Sign Up
Loading... 

Code behind | Topic profile

Topic profile page for Code behind. This page has aggregated data from forum posts, threads, listings, online discussions, newsgroups, messageboards, and other online sources which contain user generated content for the term: Code behind.
Topic "Code behind" was discussed 6,794 times on 407 sites in last 3 months
Search discussions, forums, images, videos, about "Code behind" on BoardReader!
 

BoardReader Trendy!

Topic 1:

Topic 2:

Topic 3:

Domain Profile
Domain:

Posting activity graph on code behind:

Posts by:  day  week  month 

 

code behind was discussed on the following sites:

Forums - ASP.NET Forums - 2,095 Forums - ASP.NET Forums - site profile
MSDN Forums MSDN Forums - 400 MSDN Forums - site profile
Forums de Developpez.com Forums de Developpez.com - 371 Forums de Developpez.com - site profile
Iron Speed - 337 Iron Speed - site profile
Forums : The Official Microsoft Silverlight Site Forums : The Official Microsoft Silverlight Site - 308 Forums : The Official Microsoft Silverlight Site - site profile

 

Related threads on code behind:

suseguyer @ kyleplacy Absolutely. Talking about the code behind...  Twitter / suseguyer - site profile suseguyer - forum profile  Go to this thread  @ kyleplacy Absolutely. Talking about the code behind the code with John Nichols. Excellent interactive presentation. #mbo09 7:31 AM Oct 21st from TwitterBerry
Programming with .NET - General NotfiyPropertyChanged in Code behind  Forums : The Official Microsoft Silverlight Site - site profile Programming with .NET - General - forum profile  Go to this thread  NotfiyPropertyChanged in Code behind
velvethammer READ! RT @ ScottK7 Can u trust climate models when code...  Twitter / velvethammer - site profile velvethammer - forum profile  Go to this thread  READ! RT @ ScottK7 Can u trust climate models when code behind them is horrendous worthy of dailywtf.com? http://bit.ly/7sWRLh #ClimateGate 8:03 PM Nov 25th from web
Programming with .NET - General Set grid column width with IsStar from code behind.  Forums : The Official Microsoft Silverlight Site - site profile Programming with .NET - General - forum profile  Go to this thread  Set grid column width with IsStar from code behind.
4mworld finally got clear idea of code behind of reporting tools...  Twitter / 4mworld - site profile 4mworld - forum profile  Go to this thread  finally got clear idea of code behind of reporting tools ;) 12:35 AM Jul 6th from web

Latest threads on code behind:

Started 1 day, 8 hours ago (2009-11-28 07:12:28)  by code child
Hi Iam Dynamically creating a HTML Select(Drop down list) in runtime through Javascript. The DDL values are AAA
Source: Forums - ASP.NET Forums More from this site Forums - ASP.NET Forums - site profile 
Forum:  Web Forms  Web Forms - forum profile
Thread:  Show this thread (4 posts) More from How to get Html Select(DDL) selected value text in code behind(C#...  Thread Thread info: How to get Html Select(DDL) selected value text in code behind(C#... Size: 1,053 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "How to get Html Select(DDL) selected value text in code behind(C#) :: Web Forms :: Forums - ASP.NET Forums"
Windows Presentation Foundation (WPF)
Started 2 days, 22 hours ago (2009-11-26 16:45:00)  by MauroGv
Hi, new question about WPF designer. In WindowsForms when you change the control name, the code is automatically updated. Now I've changed the control name in WPF but in code-behind the control remains unchanged. No tip appears down the control in the Designer to rename the rest of the code. Compiling the code naturally I receive the errors for the old control name. The same situation happens ...
Source: MSDN Forums More from this site MSDN Forums - site profile 
Forum:  Windows Presentation Foundation (WPF)  Windows Presentation Foundation (WPF) - forum profile
Thread:  Show this thread (5 posts) More from code-behind is not updated changing control name in designer  Thread Thread info: code-behind is not updated changing control name in designer Size: 540 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "code-behind is not updated changing control name in designer :: Windows Presentation Foundation (WPF) :: MSDN Forums"
velvethammer
Started 3 days, 11 hours ago (2009-11-26 04:03:00)  by velvethammer
Source: Twitter / velvethammer More from this site Twitter / velvethammer - site profile 
Forum:  velvethammer  velvethammer - forum profile
Thread:  Show this thread (1 post) More from READ! RT @ScottK7 Can u trust climate models when code behind them is
horrendous worthy of dailywtf.com? http://bit.ly/7sWRLh #ClimateGate  Thread Thread info: READ! RT @ScottK7 Can u trust climate models when code behind them is
horrendous worthy of dailywtf.com? http://bit.ly/7sWRLh #ClimateGate Size: 793 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "READ!  RT @ ScottK7  Can u trust climate models when code behind them is horrendous worthy of dailywtf.com?  http://bit.ly/7sWRLh   #ClimateGate... :: velvethammer :: Twitter / velvethammer"
Visual C# General
Started 4 days, 3 hours ago (2009-11-25 12:25:00)  by Ling Nina
Hi all, in my C# code behind, page_load , I wrote the following code: String jScript; jScript=" function changeBgColor()" +            " {  var td = document.getElementById('" + td + "'); "; jScript+="if (!td) throw 'td not found'; "; jScript += "td.Class='calendaritemtd-Weekend';  "; jScript+=" } "; Page.ClientScript.RegisterStartupScript(this.GetTy pe(), "changeColor", jScript);   ...
Source: MSDN Forums More from this site MSDN Forums - site profile 
Forum:  Visual C# General  Visual C# General - forum profile
Thread:  Show this thread (7 posts) More from call javascript function from C# code-behind  Thread Thread info: call javascript function from C# code-behind Size: 1,222 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "call javascript function from C# code-behind :: Visual C# General :: MSDN Forums"
Started 4 days, 8 hours ago (2009-11-25 07:12:00)  by qiling70
Hi All, why my javascript at runtime does not work? code as below in Page_load String jScript=" function msg(){ "; jScript=" function changeBgColor()" + " {  var td = document.getElementById('" + td + "'); "; jScript+="if (!td) throw 'td not found'; "; jScript += "td.Class='calendaritemtd-Weekend';  "; jScript += " } "; Page.RegisterClientScriptBlock("changeColor", jScript);  I ...
Source: Forums - ASP.NET Forums More from this site Forums - ASP.NET Forums - site profile 
Forum:  Client Side Web Development  Client Side Web Development - forum profile
Thread:  Show this thread (3 posts) More from why my javascript at runtime via code behind does not work  Thread Thread info: why my javascript at runtime via code behind does not work Size: 1,148 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "why my javascript at runtime via code behind does not work :: Client Side Web Development :: Forums - ASP.NET Forums"
Ramp Up
Started 4 days, 18 hours ago (2009-11-24 20:40:00)  by JanIgnacio
Hi all, I'm new to this forum, but I've been following the resources attached to this place, as I am trying to build my skills in C#, XAML, and Silverlight in general - attending PDC09 inspired me to really explore where Microsoft's tools can bring me as a developer, and I'm hoping I can find some support here as I continue learning :) Anyway, let me cut to the chase - I'm familiar with ...
Source: Microsoft Forums More from this site Microsoft Forums - site profile 
Forum:  Ramp Up  Ramp Up - forum profile
Thread:  Show this thread (2 posts) More from Declaring public property in XAML C# code-behind  Thread Thread info: Declaring public property in XAML C# code-behind Size: 1,321 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Declaring public property in XAML C# code-behind :: Ramp Up :: Microsoft Forums"
ASP.NET
Started 4 days, 23 hours ago (2009-11-24 15:30:00)  by blakemckenna
How do you call a new web page from the VB.Net code-behind file? I'm just not sure what object to use: I'm thinking it's the Response.Redirect("~/webpage.aspx") but not sure. If this is the case, I'm getting an error message: "Property evaluation failed!" on the highlighted line below: Code: Protected Sub Menu3_MenuItemClick(ByVal sender As Object, ByVal e As ...
Source: VBForums - Visual Basic and VB .NET Discussions an... More from this site VBForums - Visual Basic and VB .NET Discussions and More! - site profile 
Forum:  ASP.NET  ASP.NET - forum profile
Thread:  Show this thread (8 posts) More from [RESOLVED] Calling a new web page from code-behind file?  Thread Thread info: [RESOLVED] Calling a new web page from code-behind file? Size: 2,805 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "[RESOLVED] Calling a new web page from code-behind file? :: ASP.NET :: VBForums - Visual Basic and VB .NET Discussions an..."
Started 5 days, 5 hours ago (2009-11-24 09:35:29)  by colinejarvis
Hi, I have an error in my code behind which is as follows: using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; using System.Data.OleDb; public partial class CRMAddConNew : System.Web.UI.Page { protected void Page_Load(object sender, EventArgs e) { } protected void ...
Source: Forums - ASP.NET Forums More from this site Forums - ASP.NET Forums - site profile 
Forum:  Web Forms  Web Forms - forum profile
Thread:  Show this thread (4 posts) More from Code behind error Hidden Field  Thread Thread info: Code behind error Hidden Field Size: 1,925 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Code behind error Hidden Field :: Web Forms :: Forums - ASP.NET Forums"
Started 5 days, 10 hours ago (2009-11-24 04:32:42)  by xhenryLx
Dear All, I want to hard code a user name & password in the web config rather than application, my question is, how to get the web config user name & password in the code behind, in order to check the user & password in correct when I click the login button. So , what should I do in the login.aspx, how to get the user name and password..?? Thank you  ...
Source: Forums - ASP.NET Forums More from this site Forums - ASP.NET Forums - site profile 
Forum:  Security  Security - forum profile
Thread:  Show this thread (1 post) More from How to get the web config User name & password in code behind...  Thread Thread info: How to get the web config User name & password in code behind... Size: 909 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "How to get the web config User name & password in code behind for login ? :: Security :: Forums - ASP.NET Forums"
Started 5 days, 19 hours ago (2009-11-23 20:26:53)  by justindongqiang
I see we can use following javascript to call a soap service. just wondering if we can use code behind to do things like this using asp.net 3.5 with c#?          function btn_click (a, b)         {                 var xmlObj = new ActiveXObject("MsXml2.DOMDocument") ;                 var sXml  = "" ;                       sXml += "
Source: Forums - ASP.NET Forums More from this site Forums - ASP.NET Forums - site profile 
Forum:  XML Web Services  XML Web Services - forum profile
Thread:  Show this thread (5 posts) More from Call soap service c# code behind ?  Thread Thread info: Call soap service c# code behind ? Size: 5,338 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Call soap service c# code behind ? :: XML Web Services :: Forums - ASP.NET Forums"
 

Hot threads on code behind:

ASP.NET
Started 6 days, 4 hours ago (2009-11-23 11:00:00)  by ToddHileHoffer
So I am working a on a new application. It is rather small, but critical. The maintenance section of the program has about 3 users with about 15 users of the display. Anyway, I have a few pages that do simple CRUD operations via some stored procedures. Personally, I am content to use a datareader in the code behind to load the form with data that will be edited. However, I know some developers ...
Source: CodeProject: Discussion Boards. Free source code a... More from this site CodeProject: Discussion Boards. Free source code and programming help - site profile 
Forum:  ASP.NET  ASP.NET - forum profile
Thread:  Show this thread (3 posts) More from DataReader in the code behind.  Thread Thread info: DataReader in the code behind. Size: 556 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "DataReader in the code behind. :: ASP.NET :: CodeProject: Discussion Boards. Free source code a..."
kenzoid
Started 4 days ago (2009-11-25 15:22:08)  by kenzoid
Source: kenzoid - Identi.ca More from this site kenzoid - Identi.ca - site profile 
Forum:  kenzoid  kenzoid - forum profile
Thread:  Show this thread (1 post) More from #NL2 Behind the Code: Times APIs - Yahoo Developer Network Spotlight, Nick Thuesen - NYTimes.com http://bit.ly/5IvX3X  Thread Thread info: #NL2 Behind the Code: Times APIs - Yahoo Developer Network Spotlight, Nick Thuesen - NYTimes.com http://bit.ly/5IvX3X Size: 403 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "#  NL2   Behind the Code: Times APIs - Yahoo Developer Network Spotlight, Nick Thuesen -  NYTimes.com   http://bit.ly/5IvX3X :: kenzoid :: kenzoid - Identi.ca"
ASP.NET
Started 4 days, 2 hours ago (2009-11-25 12:47:00)  by gep13
Hey, Good stuff Gary
Source: VBForums - Visual Basic and VB .NET Discussions an... More from this site VBForums - Visual Basic and VB .NET Discussions and More! - site profile 
Forum:  ASP.NET  ASP.NET - forum profile
Thread:  Show this thread (8 posts) More from [RESOLVED] Calling a new web page from code-behind file?  Thread Thread info: [RESOLVED] Calling a new web page from code-behind file? Size: 141 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: [RESOLVED] Calling a new web page from code-behind file? :: ASP.NET :: VBForums - Visual Basic and VB .NET Discussions an..."
Visual C# General
Started 3 days, 4 hours ago (2009-11-26 10:34:00)  by Dhruv Patel
I just pointed out the event, there are other events also, like onmouseover, onblur. In Page_load, you can set the attribute of control like : lnkObj.Attributes["onmouseover"] = "javascript:changecolor(this)"; but, remember, you should bind it in if(!IsPostBack) block, or you can even add attribute on every page refresh. And additionally, if client side work is possible by just writing ...
Source: MSDN Forums More from this site MSDN Forums - site profile 
Forum:  Visual C# General  Visual C# General - forum profile
Thread:  Show this thread (7 posts) More from call javascript function from C# code-behind  Thread Thread info: call javascript function from C# code-behind Size: 559 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: call javascript function from C# code-behind :: Visual C# General :: MSDN Forums"
Started 5 days, 1 hour ago (2009-11-24 14:02:00)  by justindongqiang
thank you. i will have a look
Source: Forums - ASP.NET Forums More from this site Forums - ASP.NET Forums - site profile 
Forum:  XML Web Services  XML Web Services - forum profile
Thread:  Show this thread (5 posts) More from Call soap service c# code behind ?  Thread Thread info: Call soap service c# code behind ? Size: 147 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Call soap service c# code behind ? :: XML Web Services :: Forums - ASP.NET Forums"
Started 3 days, 6 hours ago (2009-11-26 09:03:04)  by Rawler
Bober Song - MSFT: Hi Rawler , From your description, I recommend you to study the ajax. http://www.asp.net/ajax/ I hope it is helpful to you.  thanks Bober, after lot of reading I just realized it is not possible to do this without calling a postback and even worse without doing all sub/function activated. I was too used to desktop environment, but now I'm thinking...
Source: Forums - ASP.NET Forums More from this site Forums - ASP.NET Forums - site profile 
Forum:  Getting Started  Getting Started - forum profile
Thread:  Show this thread (5 posts) More from confirm messages inside code-behind ?  Thread Thread info: confirm messages inside code-behind ? Size: 820 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: confirm messages inside code-behind ? :: Getting Started :: Forums - ASP.NET Forums"
Windows Presentation Foundation (WPF)
Started 5 days ago (2009-11-24 14:56:00)  by penny4yourthoughts
and also, so if i keep the resource dictionary there is no way to add a label in one of the control templates inside it and change its content in runtime? i m sorry for the multiple questions!
Source: MSDN Forums More from this site MSDN Forums - site profile 
Forum:  Windows Presentation Foundation (WPF)  Windows Presentation Foundation (WPF) - forum profile
Thread:  Show this thread (7 posts) More from Code behind file for Resource Dictionary  Thread Thread info: Code behind file for Resource Dictionary Size: 223 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Code behind file for Resource Dictionary :: Windows Presentation Foundation (WPF) :: MSDN Forums"
Windows Presentation Foundation (WPF)
Started 2 days, 6 hours ago (2009-11-27 09:24:00)  by MauroGv
Thanks both, OK. WPF Designer and code-behind are separeted for the Refactor. It's necessary Refactor the name in the code-behind and then changing manually in .xaml. Regards, Mauro
Source: MSDN Forums More from this site MSDN Forums - site profile 
Forum:  Windows Presentation Foundation (WPF)  Windows Presentation Foundation (WPF) - forum profile
Thread:  Show this thread (5 posts) More from code-behind is not updated changing control name in designer  Thread Thread info: code-behind is not updated changing control name in designer Size: 226 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: code-behind is not updated changing control name in designer :: Windows Presentation Foundation (WPF) :: MSDN Forums"
Started 5 days, 2 hours ago (2009-11-24 13:02:29)  by PeteNet
you need to cast as Label and use the Text property: string Leadid = ((Label)DetailsView5.FindControl("Label83")) .Text ;
Source: Forums - ASP.NET Forums More from this site Forums - ASP.NET Forums - site profile 
Forum:  Web Forms  Web Forms - forum profile
Thread:  Show this thread (4 posts) More from Code behind error Hidden Field  Thread Thread info: Code behind error Hidden Field Size: 241 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Code behind error Hidden Field :: Web Forms :: Forums - ASP.NET Forums"
Started 1 day, 5 hours ago (2009-11-28 10:07:28)  by suthish nair
How you generating the control, post your code. you can also generate sql statement by combining both columns and binding the value to control.
Source: Forums - ASP.NET Forums More from this site Forums - ASP.NET Forums - site profile 
Forum:  Web Forms  Web Forms - forum profile
Thread:  Show this thread (4 posts) More from How to get Html Select(DDL) selected value text in code behind(C#...  Thread Thread info: How to get Html Select(DDL) selected value text in code behind(C#... Size: 234 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: How to get Html Select(DDL) selected value text in code behind(C#) :: Web Forms :: Forums - ASP.NET Forums"
Windows Presentation Foundation (WPF)
Started 5 days, 7 hours ago (2009-11-24 08:18:00)  by Bruce.Zhou
You are welcome, glad to help. Best regards, Bruce Zhou MSDN Subscriber Support in Forum If you have any feedback on our support, please contact msdnmg@microsoft.com
Source: MSDN Forums More from this site MSDN Forums - site profile 
Forum:  Windows Presentation Foundation (WPF)  Windows Presentation Foundation (WPF) - forum profile
Thread:  Show this thread (10 posts) More from Using Code Behind Property as parameter in markup extension constructor  Thread Thread info: Using Code Behind Property as parameter in markup extension constructor Size: 303 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Using Code Behind Property as parameter in markup extension constructor :: Windows Presentation Foundation (WPF) :: MSDN Forums"