Categories
|
Article Listing
Sort By:
With an AJAX Server control, some additional JavaScript is generated behind the scenes (in addition to the JS you write). This article looks at this generated JavaScript when an AJAX Server Control is used.
|
This article talks about using an AJAX Server Control from a web site. Registering the control and adding a ScriptManager are also discussed.
|
This test has questions about using an AJAX Server Control from a web site. Registering the control and adding a ScriptManager are also included.
|
This is a test on the various pieces of the code generated for an AJAX Server Control. This includes the class ScriptControl and the over-ridden methods GetScriptDescriptors() and GetScriptReferences().
|
This article explains the various pieces of the code generated for beginning an AJAX Server Control. The class ScriptControl and the over-ridden methods GetScriptDescriptors() and GetScriptReferences() are explained, among others.
|
When you add an HtmlControl to your custom control, sometimes you want to have a unique id given to that HTML element and sometimes you don’t care as much about it. This article looks at how to generate unique and previously known IDs (same at design time and runtime).
|
This article looks at where the TagPrefix cc1 comes from in the @Register directive. Also looks the ToolboxData attribute which serves as the template for the custom control declaration on a page.
|
You save the customizable public properties of a custom control in the ViewState. On the postback, you read those values and reset whatever the UI controls you want to reset. This article looks at a generic way of getting and saving the properties.
|
Page 1 : Article 1 to 8 of 8
|
|