Jasinski Technical Wiki

Navigation

Home Page
Index
All Pages

Quick Search
»
Advanced Search »

Contributor Links

Create a new Page
Administration
File Management
Login/Logout
Your Profile

Other Wiki Sections

Software

PoweredBy

Search Engine

Here you can search through the pages of this Namespace, their attachments and the files uploaded to the system.
Note: the results will only display the items you have permissions to read.



Filter by Category

























































This search, performed through 3.59 MB (635 documents, 14093 words), completed in 0.0 seconds and yielded 11 results.

Consuming Custom Controls in ASP.NET — 28.0%

To use a custom control on an ASPX page, you have one of two options. You can either register the control on a page-by-page basis, or register the control's namespace for the entire website. Page-Based Registration User Control (ASCX file) Use use a custom control on just one page, you would include a Register tag at the top of the file, similar to the following. The Src attribute specifies the location of the custom control ASCX file, and the TagPrefix and TagName attributes specify what you would use in the [...]

Registry Entries to Create Context Menu for DLL and OCX Files — 16.0%

[...] REGEDIT4 [HKEY_CLASSES_ROOT\dllfile\Shell] [HKEY_CLASSES_ROOT\dllfile\Shell\Register] [HKEY_CLASSES_ROOT\dllfile\Shell\Register\command] @="RegSvr32 \"%1\"" [HKEY_CLASSES_ROOT\dllfile\Shell\Unregister] [HKEY_CLASSES_ROOT\dllfile\Shell\Unregister\command] @="RegSvr32 /u \"%1\"" [HKEY_CLASSES_ROOT\dllfile\Shell\View Dependencies] [HKEY_CLASSES_ROOT\dllfile\Shell\View Dependencies\command] @="C:\\PROGRA~1\\MICROS~4\\Common\\Tools\\DEPENDS.EXE [...]

Angular Notes — 16.0%

[...] MyApp = angular.module('MyAppName', ['ngResource']); 3. Add the data-ng-app attribute to "register" your app within the HTML code <html data-ng-app='MyAppName'> Angular Variables $compile — service $element $first — used with loops? $filter — provides access to filter defined in your Angular app $http $index — loop index $last — used with loops? $location $middle — used with loops? $$phase $q — service $resource $rootScope $routes $routeProvider — used for configuring routes. Requires the [...]

Angular Walkthrough — 8.0%

[...] } } 3. Within your WebApiConfig.cs file (found within the App_Start folder) change the code for the Register method to the following. public static void Register(HttpConfiguration [...]

Security Overview - Sitecore — 8.0%

[...] Page_Load(object sender, EventArgs e) { /*--- Set the navigation url for the Register hyperlink ---*/ var registerHyperLink = (HyperLink)uxLogin.FindControl("RegisterHyperLink"); registerHyperLink.NavigateUrl = "~/Register.aspx?ReturnUrl=" [...]

Chapter 02: Using Master Pages, Themes, and Caching - MCTS Exam 70-515 — 4.0%

[...] Server notifications are used with the value CommandNotification, a SqlDependency class is used to register for query notifications with the SQL Server [...]

Implementing a Report Viewer Page - ASP.NET MVC — 4.0%

[...] AutoEventWireup="true" CodeBehind="ReportViewer.aspx.cs" Inherits="My.Namespace.Reports.ReportViewer" %> <%@ Register assembly="Microsoft.ReportViewer.WebForms, [...]

Custom Configuration Sections Example - .NET Framework — 4.0%

[...] Create your custom configuration class, inheriting from System.Configuration.ConfigurationSection . 3. "Register" the custom section in your config file 4. [...]

Enforcing Required Fields in a PDF Form - ASP.NET and ActivePDF — 4.0%

[...] PdfDocumentSettings.EnforceRequired option of the PdfWebControl.CreateDocument method. Code Solution ASPX Code <%@ Register Assembly="APPortalUI" Namespace="APPortalUI.Web.UI" [...]

Extending Built-In Web Controls - ASP.NET — 4.0%

[...] In the Web.Config file, add the following entry. This allows you to bypass the adding of the <%@ Register %> tag at the top of each page where you [...]

Creating a COM object in .NET — 4.0%

[...] GacUtilFolder \Gacutil.exe" -i "C:\Program Files\ MyDeploymentFolder \ MyCompany . MyNamespace .dll" rem Register the new version "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\RegAsm.exe" [...]

ScrewTurn Wiki version 3.0.1.400. Some of the icons created by FamFamFam. Except where noted, all contents Copyright © 1999-2024, Patrick Jasinski.