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.
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 [...]
[...] 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 [...]
[...] 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 [...]
[...] } } 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 [...]
[...] 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=" [...]
[...] Server notifications are used with the value CommandNotification, a SqlDependency class is used to register for query notifications with the SQL Server [...]
[...] AutoEventWireup="true" CodeBehind="ReportViewer.aspx.cs" Inherits="My.Namespace.Reports.ReportViewer" %> <%@ Register assembly="Microsoft.ReportViewer.WebForms, [...]
[...] Create your custom configuration class, inheriting from System.Configuration.ConfigurationSection . 3. "Register" the custom section in your config file 4. [...]
[...] PdfDocumentSettings.EnforceRequired option of the PdfWebControl.CreateDocument method. Code Solution ASPX Code <%@ Register Assembly="APPortalUI" Namespace="APPortalUI.Web.UI" [...]
[...] 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 [...]
[...] 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.