Definitions
from Wiktionary, Creative Commons Attribution/Share-Alike License.
- noun computing, programming A technique in
web design (specifically Microsoft ASP.NET) in which theweb page andback-end source code are stored in separatefiles , allowingweb designers andprogrammers to work independently.
Etymologies
Sorry, no etymologies found.
Examples
-
This is called the code-behind, and it's the underlying code of your application.
-
NET style page/code-behind level of separation between MXML and Actionscript.
-
The page parser will parse the page and determine if the page uses code-behind or includes in-line script.
-
You could build your own host, but I choose to host the services in IIS via a normal .svc file and associated code-behind class file.
-
In the code-behind MainPage.xaml.cs we can query the feed and bind it to the
-
Not only will it be far more complex, but only code-behind will be able to remove the item from the collection.
-
For instance, I double-click the button to add some code-behind, and Visual Studio pops up the code editor to allow me to add some code.
-
In the code-behind page for the PhotoDetailsPage, the following method handles the OnNavigatedTo event:
-
Both FileList and DirectoryTree have some code-behind, as it's easier to code that way.
-
The DirectoryTree/FileList itself, no code-behind except
Comments
Log in or sign up to get involved in the conversation. It's quick and easy.