网站首页  词典首页

请输入您要查询的英文单词:

 

单词 code-behind
释义

code-behind

  • 网络程式码后置;代码隐藏;代码分离
1.
程式码后置
若是程式码后置 (Code-Behind) 网页,请在 [方案总管] 中以滑鼠右键按一下网页的名称,然后按一下 [检视程式码]。安全性注 …
msdn.microsoft.com
2.
代码隐藏
代码隐藏code-behind)文件的扩展名为.xaml.cs,它包含了xaml中未定义的部分,通过关键字partial让编译器把它和xaml定 …
blog.csdn.net
3.
代码分离
不存在代码分离code-behind)。(不推荐对现实中的例子采用这种方法,因为这样所有表示逻辑和应用逻辑都将是单个文件…
blog.csdn.net
4.
代码后置
Comuper Term 10000 - 翻译学习资料区 大家论坛 ... code-Base 代码基底 code-behind 代码后置 code-behind file 代码后置的 …
club.topsage.com
5.
后置代码
视图在默认情况下不会包含后置代码code-behind)文件 基于据很多人的建议,我们打算做一些修改,使MVC视图文件在默 …
www.bitscn.com
6.
支持代码分离技术
支持代码分离技术code-behind),支持event-based API,还拥有在运行状态融合其他多种报表行为的能力。很多开发人员长 …
www.componentcn.com
7.
程式码后置模式
...,该章节也包含ASP.NET 2.0所提供的新型态程式码后置模式(Code-Behind)的详细讨论,我们在这边先看程式码的撰写。
aspnetrock.blogspot.com

例句

释义:
1.
Then specify the value of that attribute as the name of the event handler method that you defined in the code-behind file of the XAML page.
接著将该属性的值指定为您在XAML页面的程式码后置档案中所定义的事件处理常式方法的名称。
technet.microsoft.com
2.
If the code is in a separate class file, this file is referred to as the code-behind file.
如果代码在单独的类文件中,则该文件称为“代码隐藏”文件。
msdn2.microsoft.com
3.
ask: thank for the quick answer. . . it's only just a curiosity to see the code behind this thing. . . So how can i reverse it?
问:谢谢这么快回答,出于好奇,我想看看那些代码,我可以反编译吗?
bbs.f1dy.com
4.
In the code-behind model, the example used in the preceding section for the single-file page would be in two parts.
在代码隐藏模型中,前面部分中使用的单文件页示例分成两个部分。
msdn2.microsoft.com
5.
For instance, the concept of "code-behind" could decrease significantly with a shift to modern MDD techniques.
例如,随着向现代MDD技术的转变,“代码分离”的概念会大大减少。
www.infoq.com
6.
This sample demonstrates the implementation of a set of commands that unify some of the code behind menus , toolbars, and other objects .
此示例演示一组命令的实现,这些命令将菜单、工具栏和其他对象后台的一些代码统一起来。
www.bing.com
7.
Attribute specifies the name of the class within the code-behind file that corresponds to the page.
属性指定与页面对应的代码隐藏文件中类的名称。
msdn2.microsoft.com
8.
Inherits attribute to specify the name of a code-behind class from which the application class will inherit.
属性指定该应用程序类将从其继承的代码隐藏类的名称。
msdn2.microsoft.com
9.
To resolve this condition, the Web service must be defined within a single class definition in a separate code file or "code-behind" file.
若要解决此问题,必须在单独的代码文件或“代码隐藏”文件中的单个类定义中定义Web服务。
msdn2.microsoft.com
10.
You can define a control in the code-behind file as long as you make it protected or public.
可以在代码隐藏文件中定义控件,但要使其成为受保护或公共控件。
technet.microsoft.com
1.
The event handlers you write in the code behind must be instance methods and cannot be static methods.
您在程式码后置中撰写的事件处理常式必须是执行个体方法,而不能是静态方法。
technet.microsoft.com
2.
Specifies a path to a base class for a control and its associated code-behind class.
指定控件基类及其相关联的代码隐藏类的路径。
msdn2.microsoft.com
3.
The following code example uses the single-file code model and may not work correctly if copied directly into a code-behind file.
下面的代码示例使用单文件代码模型,如果将它直接复制到代码隐藏文件中,可能不能正常工作。
msdn2.microsoft.com
4.
Change to code "behind" the facade has no effect on code that uses it.
变到了代码的“后面”,facade不会影响到使用它的代码。
www.ibm.com
5.
You can edit the server code for the page when you are working with a single-file page (as opposed to a page with a code-behind file).
在处理单文件页(相对具有代码隐藏文件的页而言)时,可编辑该页的服务器代码。
technet.microsoft.com
6.
The code for the button click event, which goes in the code-behind file, is contained in the next code example.
按钮单击事件的代码(位于代码隐藏文件中)包含在下一个代码示例中。
msdn2.microsoft.com
7.
The code behind the Menu commands (Play, Pause, and Stop) looks like the following code example.
Menu命令(Play、Pause和Stop)的后台代码如下代码示例所示。
msdn2.microsoft.com
8.
What the Object list displays depends on whether you are using a code-behind page model or single-file page model for your Web page.
“对象”列表所显示的内容取决于您的网页使用的是代码隐藏页模型还是单文件页模型。
msdn2.microsoft.com
9.
Gets a list of file-name extensions used for dynamic code-behind files.
获取用于动态代码隐藏文件的文件扩展名列表。
msdn2.microsoft.com
10.
The class or classes that the compiler creates depends on whether the page uses the single-file model or the code-behind model.
编译器将根据页是使用单文件模型还是代码隐藏模型来创建一个或多个类。
msdn2.microsoft.com
1.
Not all. NET programming languages allow you to create code-behind files for ASP. NET Web pages.
并非所有的.NET编程语言都可用于为ASP.NET网页创建代码隐藏文件。
msdn2.microsoft.com
2.
A significant difference between previous versions of Visual Web Developer and this release is in how code-behind pages work.
在VisualWebDeveloper的以前版本和本版本之间,一个显著差别是代码隐藏页的工作原理。
msdn2.microsoft.com
3.
Your application can define the method for the filter's evaluation either in a separate assembly or in the code-behind page.
您的应用程序可在单独的程序集中或在代码隐藏页中定义筛选器的鉴别方法。
msdn2.microsoft.com
4.
In the code-behind file for your custom control, locate the constructor for your custom control.
在自定义控件的代码隐藏文件中,找到自定义控件的构造函数。
technet.microsoft.com
5.
Creates a method in the code behind for a user's XAML file and enables appending statements to the method.
在程式码后置中为使用者的XAML档建立方法,并且让方法可以附加陈述式。
technet.microsoft.com
6.
The code-behind file for a page is not a complete class definition.
页的代码隐藏文件不是一个完整类定义。
msdn2.microsoft.com
7.
Visually track the progress of an ASP. NET code-behind server application from a client Web application.
从客户端Web应用程序直观地跟踪在服务器应用程序之后的ASP.NET代码的进展。
msdn2.microsoft.com
8.
Note that, similar to the code-behind file for the Web page, the code-behind file for the user control uses a class and not a partial class.
注意,与网页的代码隐藏文件类似,用户控件的代码隐藏文件使用类而不是分部类。
msdn2.microsoft.com
9.
In simple terms, the code-behind file contains the event-handling code for your page.
简单地说,代码隐藏文件包含页的事件处理代码。
msdn2.microsoft.com
10.
Let's start by looking at the code behind the UI we have been examining.
首先我们看看前面见过的UI背后的代码。
www.ibm.com
1.
In the new model, you can create the page layout without needing to have access to the code-behind page.
在新模型中,无需访问代码隐藏页即可创建页面布局。
msdn2.microsoft.com
2.
If you are using a code-behind page model, implement the ICallbackEventHandler interface for your partial class.
如果使用的是代码隐藏页模型,则可以实现分部类的ICallbackEventHandler接口。
msdn2.microsoft.com
3.
It constructs the page and builds all the Java code behind the scenes that we would otherwise have to write.
它构造页面并且构建所有的Java代码,如果这些代码不是被生成的话,就需要自己来写。
www.ibm.com
4.
As noted, the new code-behind model does not require explicit instance variables in the code-behind page.
如前所述,新的代码隐藏模型在代码隐藏页中不需要显式实例变量。
msdn2.microsoft.com
5.
By default, Visual Web Developer uses the page name as the basis for the class name in the code-behind file.
默认情况下,VisualWebDeveloper使用页名称作为代码隐藏文件中的类名称的基础。
msdn2.microsoft.com
6.
Optionally writing event handlers for the Activate, Deactivate and Paginated events in the code-behind file.
(可选)在代码隐藏文件中编写Activate、Deactivate和Paginated事件的事件处理程序。
msdn2.microsoft.com
7.
The Code Editor opens the code-behind page and inserts the appropriate event-handling method into the code-behind class.
代码编辑器会打开代码隐藏页,并将适当的事件处理方法插入该代码隐藏类。
msdn2.microsoft.com
8.
Code-behind is a term used to describe the code that is joined with markup-defined objects, when a XAML page is markup-compiled.
代码隐藏是一个术语,用于描述对XAML页进行标记编译时与标记定义的对象联接的代码。
technet.microsoft.com
9.
The code-behind model creates control instances and event bindings only for controls that are declared in markup.
代码隐藏模型将只为标记中声明的控件创建控件实例和事件绑定。
msdn2.microsoft.com
10.
The new code-behind model contains virtually no generated code beyond the class definition itself.
除了类定义本身外,新的代码隐藏模型几乎不包含任何生成的代码。
msdn2.microsoft.com
1.
Attribute to associate a code-behind source file with a user control.
属性一起使用,将代码隐藏源文件与用户控件相关联。
msdn2.microsoft.com
2.
Specifies whether the template supports code separation, or the code-behind page model, for web projects.
指定模板是否支持Web项目的代码分隔或代码隐藏页模型。
msdn2.microsoft.com
3.
Method declarations to handle these events are provided in the generated code behind the document.
在文档的后台生成代码中提供了处理这些事件的方法声明。
msdn2.microsoft.com
4.
In Visual Studio. NET version 2003, the default for writing code was the code-behind model.
在VisualStudio.NET2003版中,代码的默认编写方式为代码隐藏模型。
msdn2.microsoft.com
5.
Device filters that use methods in code-behind files are not declared in the application's Web. Config configuration file.
应用程序的Web.config配置文件中不声明使用代码隐藏文件中方法的设备筛选器。
msdn2.microsoft.com
6.
These classes will become the code behind the user controls that you will create later.
这些类将成为以后创建的用户控件的代码。
www.cnblogs.com
7.
Web pages that use the old code-behind model must be manually compiled.
使用旧的代码隐藏模型的网页必须手动进行编译。
msdn2.microsoft.com
8.
It also shows you some code behind the Concierge plug-in, which uses location data to bring you local attractions.
还为您展示了Concierge插件背后的一些代码,它使用位置数据来为您提供当地重要场所的信息。
www.ibm.com
9.
Code-behind pages offer a clean separation of the markup (user interface) and code.
代码隐藏页可以清楚地分隔标记(用户界面)和代码。
msdn2.microsoft.com
10.
You cannot use this directive to implement an interface in a code-behind file.
您不能使用该指令在代码隐藏文件中实现接口。
msdn2.microsoft.com
1.
Specifies the source file name of the code-behind class to dynamically compile when the page is requested.
指定在请求页时动态编译的代码隐藏类的源文件名称。
msdn2.microsoft.com
2.
You can include controls on a page without having to explicitly create instance variables for them in the code-behind class.
您可以在页中包含控件,而无需在代码隐藏类中为其显式创建实例变量。
msdn2.microsoft.com
3.
If the application exposes one or more Web service provider endpoints, this directory contains the code-behind files for those Web services.
如果应用程序公开一个或多个Web服务提供程序终结点,此目录将包含这些Web服务的代码隐藏文件。
msdn2.microsoft.com
4.
The rich editor creates HTML code behind the scenes while you concentrate on writing.
可视化编辑器在后台为您生成html代码,以便您能专心于写作。
translations.launchpad.net
5.
Generated entity files are added to the project as code behind files to their corresponding custom entity files.
生成的实体文件作为和他们相关的自定义实体文件的后置代码文件被添加到项目里
www.infoq.com
6.
Code-behind files that define Web services containing multiple bindings.
代码隐藏文件定义了包含多个绑定的Web服务。
msdn2.microsoft.com
7.
The code-behind file contains the complete class declarations in the default namespace.
代码隐藏文件包含默认命名空间中的完整类声明。
msdn2.microsoft.com
8.
It contains the code-behind class for the Web Forms page, containing event-handler code and the like.
它包含Web窗体页的代码隐藏类,此类包含事件处理程序代码及类似的内容。
msdn2.microsoft.com
9.
Attribute was used as an alternative way to link a code-behind file to a page.
属性是另一种将代码隐藏文件链接到页的方法。
msdn2.microsoft.com
10.
As you can see, by using the "code behind" approach, your code is very concise and maintainable.
如你所见,使用“代码分离”方法,你的代码会非常简明而易于维护。
www.infoq.com
1.
Multiple pages cannot reference the same CodeFile class, which is the associated code file for a page that use the code-behind model.
多个页不能引用同一个CodeFile类,此类是与使用代码隐藏模型的页关联的代码文件。
msdn2.microsoft.com
2.
Similar to the Web page's code-behind file, the user control's code-behind file now uses a partial class.
与网页的代码隐藏文件类似,该用户控件的代码隐藏文件现在使用一个分部类。
msdn2.microsoft.com
3.
Editors and designers usually have two views: a graphical design view and the code behind view or source view.
编辑器和设计器通常有两个视图:图形设计视图和代码隐藏视图或源视图。
technet.microsoft.com
4.
Used with the CodeFile attribute, which contains the path to the source file for the code-behind class.
与包含代码隐藏类源文件的路径的CodeFile属性一起使用。
msdn2.microsoft.com
5.
The new code-behind model uses a different inheritance model than the code-behind model from previous versions.
新的代码隐藏模型使用与之前版本的代码隐藏模型不同的继承模型。
msdn2.microsoft.com
6.
Bookmark some for later and more in-depth study and explore every aspect of the design and the code behind the site.
给一些标注上书签以备后用,然后深入研究和探索设计的各个方面和网站背后的代码。
www.bing.com
7.
You can design your document and write code behind it in the same environment.
您可以设计文档并在相同环境中编写文档后的代码。
msdn2.microsoft.com
8.
The class defined in the following example, SimpleControl, inherits the UserControl class and can be used as an ASP. NET code-behind class.
在下面的示例SimpleControl中定义的类继承UserControl类,并可用作ASP.NET代码隐藏类。
msdn2.microsoft.com
9.
Gets or sets a value that specifies a code-behind class that user controls inherit by default.
获取或设置一个值,该值指定用户控件在默认情况下继承的代码隐藏类。
msdn2.microsoft.com
10.
When you write code behind a worksheet or the workbook, your code is local to that object.
当编写工作表或工作簿的后台代码时,代码是该对象的本地代码。
msdn2.microsoft.com
1.
Specifies a path to the referenced code-behind file for the control.
指定所引用的控件代码隐藏文件的路径。
msdn2.microsoft.com
2.
These files are split into markup and source code, which includes code-behind files.
这些文件被拆分为标记和源代码,其中包括代码隐藏文件和包含在。
msdn2.microsoft.com
3.
Directives to code-behind pages that reference other pages or user controls.
指令添加到引用其他页或用户控件的代码隐藏页。
msdn2.microsoft.com
4.
For information about code-behind classes, see ASP. NET Page Class Overview.
有关代码隐藏类的信息,请参见ASP.NET页类概述。
msdn2.microsoft.com
5.
Make changes to your user control's code-behind file to match the following code example.
对用户控件的代码隐藏文件进行更改以匹配下面的代码示例。
msdn2.microsoft.com
6.
Member declarations for user controls are removed from the code-behind page.
从代码隐藏页中移除了用户控件的成员声明。
msdn2.microsoft.com
7.
Visual Studio 2005 changes the code-behind model to use partial classes, which allow a class to span multiple files.
VisualStudio2005将代码隐藏模型更改为使用分部类,这样允许一个类跨多个文件。
msdn2.microsoft.com
8.
The code-behind page adds client-side script to the page via the RegisterClientScriptBlock method.
代码隐藏页通过RegisterClientScriptBlock方法向该页添加客户端脚本。
msdn2.microsoft.com
9.
Make changes to your Web pages code-behind file to match the following code example.
对网页代码隐藏文件进行更改以匹配下面的代码示例。
msdn2.microsoft.com
10.
Defines a code-behind class for the application class to inherit.
定义供应用程序类继承的代码隐藏类。
msdn2.microsoft.com
1.
For more information about code-behind classes, see ASP. NET Web Page Code Model.
有关代码隐藏类的更多信息,请参见ASP.NET网页代码模型。
msdn2.microsoft.com
2.
Code-behind pages are just pages that inherit from the base System. Web. UI. Page class.
内含代码页面是指从基础System.Web.UI.Page类继承的页面。
msdn2.microsoft.com
3.
Now that the controls and their properties are added and set, you must place code behind them to make them function.
既然已经添加并设置了控件及其属性,必须将代码放在它们后面才能使它们起作用。
msdn2.microsoft.com
4.
Specifies a path to the referenced code-behind file for the page.
指定指向页引用的代码隐藏文件的路径。
msdn2.microsoft.com
5.
Also, the code-behind class is a normal class definition and not a partial class.
而且该代码隐藏类是一个普通类定义而不是分部类。
msdn2.microsoft.com
6.
The code-behind model now uses a partial class that provides a cleaner, more robust way to integrate code with the page.
代码隐藏模型现在使用分部类,该分部类提供更整洁、更健壮的方法来集成代码和页面。
msdn2.microsoft.com
7.
The code-behind file is opened and the cursor is positioned in the selected event handler.
随即将打开代码隐藏文件,并将光标定位在选定的事件处理程序中。
technet.microsoft.com
8.
To make the box disappear, you put some JavaScript code behind the close anchor tag.
为使广告框消失,您为close锚定标记编写了一些JavaScript代码。
www.ibm.com
9.
this class is a partial class of the code-behind class file.
此类是代码隐藏类文件的分部类。
technet.microsoft.com
10.
You can inspect the code behind the form or page to confirm the changes.
您可以检查窗体或页面的代码以确定更改。
msdn2.microsoft.com
1.
You can inspect the code behind the form or page to confirm the changes.
您可以检查窗体或页面的代码以确定更改。
msdn2.microsoft.com
2.
The code-behind file defined a complete class derived from the Page class.
代码隐藏文件定义了从Page类派生的完整类。
msdn2.microsoft.com
3.
The whole workbook is saved, except for UserForms, class modules, and "code behind sheets. "
除了UserForm、类模块、“工作表中的代码”外,整个工作薄均被保存。
support.microsoft.com
4.
ASP. NET 2. 0 Will compile your page on first request along with its code-behind files.
ASP.NET2.0将在发出第一次请求时连同代码隐藏文件一起编译该页。
msdn2.microsoft.com
5.
The new code-behind model makes it easier to separate development of the markup and the code.
新的代码隐藏模型简化了标记与代码的独立开发。
msdn2.microsoft.com
6.
Add method and event handlers to the code-behind page, as needed.
根据需要,向代码隐藏页中添加方法和事件处理程序。
msdn2.microsoft.com
7.
If you are doing quick prototyping, there is no need to always use the "code behind" technique.
如果你在做快速原型开发,不需要总是使用“代码分离”技术。
www.infoq.com
8.
Defines a code-behind class for the control to inherit.
定义供控件继承的代码隐藏类。
msdn2.microsoft.com
9.
The code-behind file is opened and the cursor is positioned in the event handler.
同时,还会打开代码隐藏文件,并将光标定位在事件处理程序中。
technet.microsoft.com
10.
The use of partial classes removes the need for control declarations and event wire-up code in your code-behind files.
分部类的使用消除了代码隐藏文件中对控件声明和事件连接代码的需要。
msdn2.microsoft.com
1.
Specifies a code-behind class for the page to inherit.
指定供页继承的代码隐藏类。
msdn2.microsoft.com
2.
The IntelliSense technology helps you create code in both code-behind and single-file pages, markup tags, page directives, and so on.
IntelliSense技术有助于在代码隐藏页、单文件页、标记、页指令等之中创建代码。
msdn2.microsoft.com
3.
Attribute to point to the renamed code-behind file.
属性更改为指向重命名的代码隐藏文件。
msdn2.microsoft.com
4.
This class is contained in the local. Wsdl file's code-behind file.
该类包含在本地.wsdl文件的代码隐藏文件中。
msdn2.microsoft.com
5.
The new page code-behind model is based on partial classes and allows greater separation of markup and code.
新的页代码隐藏模型基于分部类,并且允许更大程度的标记和代码分离。
msdn2.microsoft.com
6.
The Code Editor opens the code-behind file Service. Jsl.
代码编辑器打开代码隐藏文件Service.jsl。
msdn2.microsoft.com
7.
An improved code-behind model makes developing ASP. NET pages easier and more robust.
经过改善的代码隐藏模型使得开发ASP.NET页更容易也更可靠。
msdn2.microsoft.com
8.
This walkthrough assumes you are using code-behind files for all pages.
本演练假设您为所有页面使用代码隐藏文件。
msdn2.microsoft.com
9.
The new code-behind model in ASP. NET 2. 0 Allows even greater separation of markup and code than previous versions of ASP. NET.
与ASP.NET的早期版本相比,ASP.NET2.0中的新代码隐藏模型允许在更大程度上分离标记和代码。
msdn2.microsoft.com
10.
The code editor window opens to the code-behind page.
代码编辑器窗口打开并显示代码隐藏页。
msdn2.microsoft.com
1.
The code behind the news page is very simple.
新闻页面的代码非常简单。
www.ibm.com
2.
Derive from this class if you want to create a user control using the code-behind technique.
如果要使用代码隐藏技术创建用户控件,请从该类派生。
msdn2.microsoft.com
3.
Listing 1 shows the XUL code behind this system.
清单1显示了这个系统背后的XUL代码。
www.ibm.com
4.
In your code-behind files, you will use a partial class.
在代码隐藏文件中,您将使用分部类。
msdn2.microsoft.com
5.
Lets add outlets for our label and our button, so that we can access them from our code-behind.
我们来为之前添加的标签和按钮控件添加outlets,以便能在代码中访问它们。
www.infoq.com
6.
The inheritance model for code-behind pages is slightly more complex than that for single-file pages.
代码隐藏页的继承模型比单文件页的继承模型要稍微复杂一些。
technet.microsoft.com
7.
The new Web page code-behind model in ASP. NET version 2. 0 Is based on partial classes.
ASP.NET2.0版中新的网页代码隐藏模型基于分部类。
msdn2.microsoft.com
8.
For example, you might write ADO. NET code in the ASP. NET page's code-behind page or use the SqlDataSource control.
例如,可以在ASP.NET页的代码隐藏页中编写ADO.NET代码,或者使用SqlDataSource控件。
msdn2.microsoft.com
9.
The code behind for this file is all of two lines
这个文件后端的代码只有如下的两行
8see.net
10.
the code - behind page cannot be out of synch with the controls declared in the markup
代码隐藏页必然与标记中声明的控件同步。
www.ichacha.net
1.
The new code-behind model offers a number of advantages over the previous model, as follows
较之于以前的模型,新的代码隐藏模型具有如下优点
msdn2.microsoft.com
2.
For the Web page and user control example, the compile statement that compiles both code-behind files is
对于该网页和用户控件示例,同时编译这两个代码隐藏文件的编译语句为
msdn2.microsoft.com
3.
the code - behind file contains a partial class that inherits from a base page class
代码隐藏文件包含一个继承自基页类的分部类。
www.ichacha.net
4.
Advantages of the code-behind model include the following
代码隐藏模型的优点包括以下几点
msdn2.microsoft.com
5.
defines a code - behind class for the page to inherit
定义供页继承的代码隐藏类。
www.ichacha.net
6.
Release the code behind DLL or code by side files to the designer
把发布的代码放到DLL或者和设计者无关的文件
www.cnblogs.com
7.
Adding Code Behind the Worksheet
添加工作表后台代码
msdn2.microsoft.com
8.
The software code behind their website;
网站背后的程序代码。
www.bing.com
9.
Which will then prompt us for the event handler in our code-behind class to use
然后就会提示我们在我们的后台代码类中该使用的事件处理函数
www.cnblogs.com
10.
The following code example shows a code-behind file that contains the same
下面的代码示例演示一个与单文件页的示例包含相同
msdn2.microsoft.com
1.
Adding Code Behind the Workbook
添加工作簿后的代码
msdn2.microsoft.com
2.
Adding Code Behind the Document
添加文档背后的代码
msdn2.microsoft.com
3.
Changes in Code-Behind and Single-File Page Models
代码隐藏和单文件页模型中的更改
msdn2.microsoft.com
4.
The code behind the WSDL file is simple. The EmployeesDB. java
WSDL文件中的代码很简单。
www.ibm.com
5.
Improvements in the Code-Behind Model
代码隐藏模型的改进
msdn2.microsoft.com
6.
Adding Managed Code Behind a Form Region
添加窗体区域的隐藏托管代码
msdn2.microsoft.com
7.
Changes to the Code-Behind Model
代码隐藏模型的变化
msdn2.microsoft.com
8.
Errors Related to Changes in the Code-Behind Page Model
与代码隐藏页模型中的更改相关的错误
msdn2.microsoft.com
9.
If you define the method in the code-behind page, you must define it in the page that is derived from the
如果您在代码隐藏页中定义方法,则必须在从
msdn2.microsoft.com
10.
To convert a Web page and user control using the CodeBehind attribute to the ASP. NET 2. 0 Code-behind model
将使用CodeBehind属性的网页和用户控件转换到ASP.NET2.0代码隐藏模型
msdn2.microsoft.com
1.
Open the code-behind file and change the class from which it inherits from
打开代码隐藏文件并将该文件继承的类从
msdn2.microsoft.com
随便看

 

英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。

 

Copyright © 2004-2022 Newdu.com All Rights Reserved
更新时间:2025/3/1 10:54:03