|
|
|
|
|
|
| | Total Hits: 190 | Today: 0 | Author: Bean Software | Rating:  |
| |  ASP. NET 3.5 introduced two new data bound controls ListView & DataPager . ListView Web server control enables us to display the data from a data source and if a DataPager is attached then it enables paging in the ListView. ListView is a data bound control similar to DataList and DataRepeater controls but it provides edit, insert, and delete , sort operations on the data that it bounded like a GridView control. Unlike GridView control ListView gives the user full control over the rendering... |
| | Total Hits: 140 | Today: 0 | Author: Rockin J | Rating:  |
| |  This article will demonstrate how to use a Tree Menu Control. If you need to allow sub menu's, or a tree like structure, this is your best bet. You can view this control on your ToolBox in Visual Studio 2005. It is branched under [Navigation]. You will see some other menu controls such as SiteMapPath, and Menu.... |
| | Total Hits: 102 | Today: 0 | Author: Microsoft | Rating:  |
| |  When you perform a Garbage collection in your application, the managed usercontrol's memory resources are not reclaimed. The issue occurs in all up-level browsers on all versions of the .NET framework. The leaks are objects directly allocated in mscorwks.dll. IE ActiveX object activation presents additional challenges that complicate the bookkeeping that IE needs to do. Performing a garbage collection does not release the memory.... |
| | Total Hits: 81 | Today: 0 | Author: Microsoft | Rating:  |
| |  This step-by-step article describes how to sink managed events from Component Object Model (COM) clients that use unmanaged code when you write Microsoft Visual Studio .NET or Microsoft Visual Studio 2005 Windows controls. For example, you sink managed events from COM clients when you run a script in Microsoft Internet Explorer.... |
| | Total Hits: 102 | Today: 0 | Author: Todd Davis. | Rating:  |
| |  While working on a recent ASP.NET project, we came across an interesting problem. In several areas of the application, we wanted to allow the end user to enter formatted HTML text. There are several excellent web based HTML Editor components available on the web, some open source, some commercial. How do we decide which one to use, and if we sell the application to clients, how do we maintain proper licensing? The answer we came up with was to supply the HTML Editor via the provider model. This ... |
| | Total Hits: 97 | Today: 0 | Author: Xicoloko . | Rating:  |
| |  The Page class that is the base of every WebForm that you create doesn't have the Title property. Although ASP.NET doesn't have a built-in solution to programmatically change the Page Title there's a simple solution to this problem using a UserControl.... |
| | Total Hits: 349 | Today: 0 | Author: Purushottam Rathore | Rating:  |
| |  In this article you will see the coloring of list item's text in DropDownList at run time. There are the following steps for coloring of list item's text in DropDownList. Step 1: Open new web site in Microsoft Visual Studio 2005.... |
| | Total Hits: 244 | Today: 0 | Author: Jason N. Gaylord | Rating:  |
| |  Since ASP.NET 1.0, one of the most popular books (if not the most popular book) has been Stephen Walther's ASP.NET Unleashed. Recently, Sams Publishing has released ASP.NET 2.0 Unleashed, again written by Stephen. This review will discuss the good and the bad of the book.... |
| | Total Hits: 152 | Today: 0 | Author: Microsoft | Rating:  |
| |  This module presents a set of consolidated practices designed to address ASP.NET version 2.0 security issues. The answers and recommendations presented in this module are tight distillations designed to supplement the companion modules and additional guidance. The practices are organized by various categories that represent those areas where mistakes are most often made. This module includes an index of practices.... |
| | Total Hits: 104 | Today: 0 | Author: Scott Mitchell | Rating:  |
| |  This article illustrates how to accomplish a number of common tasks with the Microsoft ASP.NET 2.0 GridView control. Each task is accompanied by a description of the new concepts covered, and the complete working examples are available for download with this article.... |
| | Total Hits: 210 | Today: 0 | Author: Microsoft Corporation | Rating:  |
| |  This How To shows you how to configure and use Windows authentication in an ASP.NET Web application. It also shows various impersonation options available with Windows authentication and how to configure and use them with ASP.NET applications. This How To also explains how to use the various authorization mechanisms including file authorization, URL authorization, and role-based authorization with Windows authentication.... |
| | Total Hits: 191 | Today: 0 | Author: Microsoft Corporation | Rating:  |
| |  This How To shows you how to use the ASP.NET version 2.0 role manager. It shows how to configure the various role providers for use with your Web application, how to create new roles, how to add a user to a role, and how to use the role management API for roles-based authorization.... |
| | Total Hits: 134 | Today: 0 | Author: Microsoft Corporation | Rating:  |
| |  This How To shows you how to use the ASP.NET role manager to check user role membership in an Authorization Manager policy store. It also explains how to use Authorization Manager's authorization model of tasks and operations through COM interop. You can use Authorization Manager from ASP.NET to authorize Windows users.... |
| | Total Hits: 76 | Today: 0 | Author: Microsoft Corporation | Rating:  |
| |  This How To shows you how to securely configure and use forms authentication with ASP.NET 2.0 applications. Key factors to consider include properly securing the authentication ticket and securing the user identity store and access to that store. Failing to protect authentication tickets is a common vulnerability that can lead to unauthorized spoofing and impersonation, session hijacking, and elevation of privilege. Other common vulnerabilities include failing to secure the user store and failin... |
| | Total Hits: 85 | Today: 0 | Author: Microsoft Corporation | Rating:  |
| |  This How To shows you how to use custom health monitoring events to instrument your ASP.NET application to track security-related events and operations. ASP.NET version 2.0 provides health monitoring that includes instrumentation for many standard security-related and infrastructure events common to all ASP.NET applications. If you want to track additional security-related activity not covered by the standard events, or if you want to report on application-specific events, you need to create and... |
| | Total Hits: 80 | Today: 0 | Author: Microsoft Corporation | Rating:  |
| |  This How To shows how to use the Windows Data Protection application programming interface (DPAPI) protected configuration provider and the Aspnet_regiis.exe tool to encrypt sections of your configuration files. You can use the Aspnet_regiis.exe tool to encrypt sensitive data, such as connection strings, held in the Web.config and Machine.config files. The DPAPI protected configuration provider supports machine-level and user-level stores for key storage. The choice of store depends largely on w... |
| | Total Hits: 72 | Today: 0 | Author: Microsoft Corporation | Rating:  |
| |  This How To shows you how to create and configure a custom least-privileged service account to run an ASP.NET Web application. By default, an ASP.NET application on Microsoft Windows Server 2003 and IIS 6.0 runs using the built-in Network Service account. In production environments, you usually run your application using a custom service account. By using a custom service account, you help to isolate your application. You can audit and authorize your application separately from others, and your ... |
| | Total Hits: 89 | Today: 0 | Author: Microsoft Corporation | Rating:  |
| |  This How To shows you how to connect an ASP.NET application securely to Microsoft® SQL Server™ when database access authentication uses native SQL authentication. Windows authentication is the recommended way to connect to SQL Server because you avoid storing credentials in connection strings and you avoid passing passwords over the network to your database server. You can also use Microsoft Active Directory® directory service for unified account management and to enforce strong password policie... |
| | Total Hits: 10 | Today: 0 | Author: Microsoft Corporation | Rating:  |
| |  This How To shows how to configure the "<"machineKey">" element to control tamper proofing and encryption of ViewState, forms authentication tickets, and role cookies. ViewState is signed and tamper proof by default. You can request encryption for pages that contain sensitive items in their ViewState by using the ViewStateEncryptionMode attribute. Forms authentication and role cookies are signed and encrypted by default. You do not need to modify the default settings unless your application is i... |
| | Total Hits: 7 | Today: 0 | Author: Microsoft Corporation | Rating:  |
| |  This How To shows you how to select an appropriate trust level for your application, and where necessary, how to create a custom ASP.NET code access security policy file to define a custom trust level. You can use different code access security trust levels to incrementally limit your exposure to security attacks and provide extra degrees of application isolation. Code access security allows you to constrain your Web application by restricting the types of resources it can access and the types o... |
|
|
|
|
|
|