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.
[...] a stylistic parameter that can be influenced through CSS. This specification defines a list of properties and their corresponding values. reader the person for whom the document is rendered replaced element an element that the CSS formatter only knows the intrinsic dimensions of. In HTML, 'IMG', 'INPUT', 'TEXTAREA', 'SELECT' and 'OBJECT' elements can be examples of replaced elements. E.g., the content of the 'IMG' element is often replaced by the image that the SRC attribute points to. CSS1 does not define how the intrinsic [...]
{outline|| - | . - } Basics Project Properties Item Description Project Name the project as seen in both the Object Browser and code Help File Name Project Help Context ID Project Description the description as it appears in the Project References dialog, so it should be a user-friendly description. Application Title (Make tab) the title as it appears in the Task Manager Procedure Attributes Item Description Description as it appears in the Object Browser Help Context ID the help context ID for this procedure. [...]
[...] { System.DirectoryServices.PropertyCollection c = results[0].GetDirectoryEntry().Properties; uxNameLabel.Text = ToString(c["cn"].Value); uxPhoneNumberLabel.Text = ToString(c["telephoneNumber"].Value); uxEmailAddressLabel.Text = ToString(c["mail"].Value); uxSearchResultsBindingSource.DataSource = null; } else { uxNameLabel.Text = ""; uxPhoneNumberLabel.Text = ""; uxEmailAddressLabel.Text = ""; int imax = Math.Min(10, results.Count) [...]
[...] VB.TextBox set ctlText = Controls.Add("VB.TextBox", "ctlText1", Form1) ctlText.Visible = True ' Set other properties here... Class Instancing Taken from AppDev Advanced Visual Basic 5.0, Chapter 30 The Instancing property of a class module sets a value that specifies whether you can create instances of a public class outside a project, and if so, how it will behave. It is not available at run time. Instancing property Meaning MultiUse Instancing No matter how many clients ask for an instance of the class, only one is created. This reduces memory overhead, but can [...]
[...] dgPopularFAQs.DataBind() End Sub </script> <asp:datagrid id="dgPopularFAQs" runat="server" /> Display Properties Specifying DataGrid Formatting Options We have two options on how to specify formatting options for a DataGrid. The first option is to set the setting programmatically in the server-side script block. For example, to set the background color of the DataGrid to red you could use the following server-side code: <%@ Import Namespace="System.Drawing" %> < script runat="server"> sub Page_Load(sender as Object, e as EventArgs) ... DataGridID.BackColor [...]
[...] one that will work in all browsers), here is a work-around. When the Click Me button is clicked, the "dialog" is displayed and the "background" partially obscured until the OK button is clicked. Sample Implementation All files — the JavaScript, the CSS, the overlay.PNG, and the HTML file — are expected to be in the same directory. When the Click Me button is clicked, the dialog appears. The sm JavaScript function has the following parameters p1 = ID of the DIV for the "dialog" p2 = "dialog" [...]
[...] will allow operations such as moving or copying messages to occur faster at memory speeds rather than disk speeds. Use Express Mode of message delivery. This is faster than Recoverable Mode, but not recommended when failures cannot be tolerated or when a machine shutdown is possible when messages are in the queues. If using Recoverable Mode, adjust the timeout value. MSMQ won't write recoverable messages to disk when its queue manager can quickly confirm message delivery to the receiving app. The term "quickly" is defined by a short internal [...]
[...] Get all table-level properties dbo.usp_ExtendedProperties Get all column-level properties for a table dbo.usp_ExtendedProperties 'dbo','mytable' Get all properties for a column [...]
[...] Report Design Place a List control in the Report Body. This will contain all the other controls. Edit properties for the the List control via right click > Properties . Set the Data set name property, then click the Edit details group button. List Properties Dialog Edit the grouping to be first by a Document ID field [...]
Disk Cleanup 1. Open Windows Explorer. 2. Right-click the drive of interest and select Properties from the context [...]
[...] Root > Certificates (Local Computer) > Personal > Certificates Right-click the certificate and select Properties In the Properties dialog for the certificate, add an asterisk at the beginning of the Friendly Name field. Now when you select the certificate you will [...]
Internet Explorer 7 Navigate to the Internet Options dialog in one of two ways via Tools menu > Options via Control Panel > Internet Options Select the Programs tab Options Dialog for Internet Explorer 7 Firefox Navigate to the Tools menu > Options Select the Advanced section > General tab. Click the Check Now button. Options Dialog for Firefox Google Chrome Navigate [...]
[...] — this grants the user the right to execute the Content Editor application Security Assignment Dialog Although within Sitecore's Security Editor you can edit some permissions for items, you can't manage the full set of permissions except through the assignment dialog, which is opened via the Security > Assign button. Security > Assign button The Security Assignment dialog [...]
[...] interest, execute the following statement on the Principal server. BACKUP DATABASE [ DatabaseName ] TO DISK = 'C:\SQLMIRROR\ DatabaseName - CurrentDate:YYYY-MM-DD .bak 5. Backup all database logs For each database of interest, execute the following statement on the Principal server. BACKUP LOG [ DatabaseName ] TO DISK = N'C:\SQLMIRROR\ DatabaseName - CurrentDate:YYYY-MM-DD _LOG.bak' WITH NOFORMAT, NOINIT, NAME = N' DatabaseName -Transaction Log Backup', SKIP, NOREWIND, NOUNLOAD, STATS = 10 6. Copy backup files from principal to mirror [...]
[...] 10 unique GUIDs (for example, guid1 ). itemname The name provided by the user in the Add New Item dialog box. machinename The current computer name (for example, Computer01 ). projectname The name provided by the user in the New Project dialog box. registeredorganization The registry key value from HKLM\Software\Microsoft\Windows NT\CurrentVersion\RegisteredOrganization . rootnamespace The root namespace of the current project. This parameter is used to replace the namespace in an item being added to a project. safeitemname [...]
[...] Control TextMode property — SingleLine (default), MultiLine, or Password. Columns and Rows properties — used with MultiLine TextMode. MaxLength property — limits the number of characters accepted Wrap property — default = True. TextChanged event ChecBox Control TextAlign property — determines on which side of the checkbox the caption appears CheckedChanged event — Doesn't cause a postback unless AutoPostBack property is True. RadioButton Control GroupName property — the means to group RadioButton controls TextAlign [...]
[...] Range - SQL Server Configuration Settings in ASP.NET Core Configuring Authentication and Users - Mongo DB DateRange Class - C# DB Tools Desktop Text App Determining Geolocation (Latitude and Longitude Coordinates) from Google Maps Displaying UTC DateTime in Local Time Zone - ASP.NET and JavaScript Email Setup on Smartphones for Office 365 Enforcing Required Fields in a PDF Form - ASP.NET and ActivePDF Fast Bulk Data Load - SQL Server Find a Certificate by Certificate Hash or Thumbprint - C# Forms Authentication Behind a Load Balancer - ASP.NET Freeing Disk [...]
[...] Management Console opens (3) Navigate to File menu > Add/Remove Snap-In (4) In the Add or Remove Snap-Ins dialog, select "Certificates" in the left list (5) Click the Add button (6) Specify the "Computer Account" option > Next (7) Specify "Local computer" > Finish (8) On the "Add or Remove Snap-in" dialog, click OK (9) Navigate to Console Root > Certificates (Local Computer) > Personal > Certificates (10) Right-click the "Certificates" folder > All Tasks > Import (11) The "Local Machine" option should be selected and read-only. (12) Click Next [...]
[...] http://www.microsoft.com/download/en/details.aspx?id=7593 2. Run the setup. In the Installation Center dialog, click "Installation", then "New SQL Server stand-alone installation or add features to an existing installation" (the first "link"). Installation Center Dialog 3. When the installation wizard gets to the "Installation Type" step, choose "Perform a new installation of SQL Server 2008" . This is counter-intuitive, yet correct. Installation Type Dialog 4. Continue through the installation wizard [...]
[...] From a print preview of any of the reports, click the Print button. Print Button In the Print dialog, select the “PrimoPDF” printer Print Dialog In the PrimoPDF dialog, [...]
[...] "Outlook:\\" Specify a path in Outlook /folder Hide the Outlook Bar /profiles Open the Choose Profiles dialog box regardless of the setting on the Options tab (Tools menu) /profile "profile name" Use a specified profile /select "path/folder name" Have the specified folder visible /c ipm.note Create an e-mail message /c ipm.post Create a post /c ipm.appointment Create an appointment /c ipm.task Create a task /c ipm.contact Create a contact /c ipm.activity Create a journal entry /c ipm.stickynote Create a note /c message-class Create an item [...]
[...] When working with a DTO (data transfer object), it would be convenient if the DateTime and DateTime? properties would implement the above strategy in their [...]
[...] ConfigMgr Class ConnectionString Class - .NET Framework Consuming Custom Controls in ASP.NET CustomValidator Class DataTypeValidator Class - ASP.NET DeveloperPanel Class - ASP.NET FileUploadExtender Class - ASP.NET GridView Class - ASP.NET GridViewExtender Class - ASP.NET GridViewRowExtender Class Journal Class and Logging - ASP.NET MailServer Class MyGridViewRow Class - ASP.NET Numeral Class Paging Data and the PageSelector Control Parser Class Password Generator - ASP.NET QueryString Class RegularExpressionValidator Class - ASP.NET RequiredFieldValidator [...]
[...] different things via implementation of each Derived Class: each Derived Class implements the same set of properties and methods as the Base Class, but in different ways. The properties and methods in each Derived Class have the same names, types, and arguments as those of the Base Class, but they exhibit different behavior for each Derived Class. Coding a Base Class and Derived Classes 1. In the Base Class module, create all the method and property procedures, but leave them void [...]
[...] FacilityId IN (SELECT ID FROM @Values) end 3. In your report, navigate to the Data tab and edit properties for the dataset of interest. Edit Dataset Button 4. On the Parameters tab, for the appropriate parameter in your stored procedure, specify =JOIN(Parameters! MyReportParameter .Value,",") Dataset
[...] menu > Editor > Launch Conditions Prerequisites Solution Explorer > Installer Project > right-click > Properties > Prerequisites button Walk-Throughs Changing a Connection String Based on User Input 1. Include a "Textboxes" dialog in your User Interface. 2. Specify the following [...]
[...] http://us.f130.mail.yahoo.com/ym/Compose?To=%1 2. On the Control Panel , double click the Internet Options icon. This will open the Internet Properties dialog. [...]
[...] provides the following features. Screen Shot of the AttachmentSelector Control FileName and URL properties which are read/write. A UrlMaxLength property, which gets or sets the MaxLength property of the URL textbox. A RequiredField property, which is used for validation. An AllowUrlAndDocument property, which is also used for validation. If False and the user specified both a URL and a file to upload, the IsValid property returns False . If the user tries to upload a file, the file extension is validated against the AllowedFileExtensions setting in the web.config [...]
[...] each report where needed. In Visual Studio 2005, you do this by navigating to the Report menu > Report Properties > Code tab and pasting your code there. Report
[...] JavaScript in Internet Explorer, execute the following procedure. Navigate to the Internet Options dialog in one of two ways via Start Menu > Settings > Control Panel > Internet Options within IE via Tools > Options On the Security tab, select the proper zone, then click the Custom Level button. Internet Options Dialog Near the end of the Settings list, under Scripting > Active Scripting , choose [...]
ScrewTurn Wiki version 3.0.1.400. Some of the icons created by FamFamFam. Except where noted, all contents Copyright © 1999-2024, Patrick Jasinski.