Browse by Tags

Tagged Content List
  • Wiki Page: Get Physical Name of an ASP Page from a URL

    Sometimes we need to get the physical name (from the bar address of url) of an asp.net page to pass it by value or to loop throw project pages programmatically. In that purpose we use a function to split the URL's string Public Function cutString( ByVal url As String ) As...
  • Wiki Page: Миграция Приложении ASP.NET На IIS 7 Интегрированном Режиме (ru-RU)

    Введение Было не мало дискуссий о том, как сделать ваше приложение совместимым с IIS 7 в интегрированном режиме (Integrated Mode). Чтобы знать это, необходимо сначала понять, что такое интегрированный режим и почему мы хотим...
  • Wiki Page: ASP.NET Ajax Technology in New Version Browser (IE9)

    Using an old version of Ajax can be not compatible with Internet Explorer 9. i.e: problem with popup windows Adding the line below in a master page, for example, fixes that problem <%@ Master Language="VB" CodeFile="MasterPage.master.vb" Inherits="MasterPage"...
  • Wiki Page: Authentification in ASP.NET Animated with a Progress Bar

    Its an easy way in order to login into webpages using the login control in asp.net and the membership provider animated with a progress bar. In the Parsing Xml side, we add a login control and an update progress bar < asp:ScriptManager ID = "ScriptManager1" runat = "server"...
  • Wiki Page: How to Make Server Controls Browser Compatible Using ASP.NET

    Introduction In modern web development, we need to check the browser compatibility for our web pages. This can include changing the css styles for design issues. Using ASP.NET we can check the browser compatibility without writing a single line of code for the server controls. Let's check out...
  • Wiki Page: ASP.NET - Print Only the Content Inside of Div

    Requirement: Print only the content inside of Div in ASP.NET. Solution : For printing the page, there is a Javascript function: window.print(). However, it will print the whole page. If you need to print only the content of Div, then you have a few options available, but the maximum is either...
  • Wiki Page: Como usar Membership Provider para ASP.NET en aplicaciones WINFORM (es-ES)

    Podemos usar el conocido membership provider de ASP.NET en nuestras aplicaciones winform. Cual es el goal? El membership de ASP.NET es realmente una vía completa par administrar usuarios y roles (Create,Edit,Delete, reglas de acceso a formularios, reglas de acceso a paginas ). Como...
  • Wiki Page: Update Gridview with Checkbox Column(ASP.NET)

    Suppose That we have a gridview containing a chekcbox and binded to a table that contain a bit column . How we can edit that Gridview and insert changes in the checkbox column. Parse XML of the Gridview : < asp:GridView ID = "GridView1" runat = "server" onrowcancelingedit...
  • Wiki Page: Introduction to ASP.NET Web API

    In the new version of ASP.NET you can use something called ASP.NET Web API. This allows you to expose your data in many different formats, such as XML or JSON . The idea is to provide a REST API where you use HTTP for real. Meaning that you use GET/POST/PUT/DELETE . These work pretty straight forward...
  • Wiki Page: ASP.NET MVC – Autenticação básica (pt-BR)

    O ASP.NET MVC nos permite restringir o acesso aos nossos Controllers/Views de modo que, apenas os usuários que forem autenticados no sistema possam acessar tais recursos. Vamos imaginar o projeto com a seguinte estrutura: Na imagem acima podemos observar uma estrutura básica de...
  • Wiki Page: ASP.NET Session State Provider when using AppFabric caching

    This section applies when using the AppFabric caching session state provider from an ASP.NET page. As a Web farm administrator, you will need to ensure the configuration files on each Web server for applications using AppFabric caching properly point to all the cache cluster servers. This is done by...
  • Wiki Page: Windows Azure Active Directory Solutions For Developers

    Page Template - use it when adding new pages to keep with consistency in content presentation. Table of Contents Application Architecture Scenarios Authorization Scenarios Cloud Scenarios Delegation Scenarios Deployment Scenarios MS Technologies and Products Scenarios Security Scenarios Troubleshooting...
  • Wiki Page: ASP.NET MVC - Validando os parâmetros na requisição de uma URL (pt-BR)

    Sabemos que em toda requisição para uma Action os parâmetros sempre são enviados juntos através da URL. Não seria ótimo poder validar estes parâmetros para não permitir que informações inválidas ou fora de padrão cheguem as nossas Actions? Considerando a seguinte URL em MVC http://localhost:9040...
  • Wiki Page: Running SignalR on Mono

    If you are one of those people, just like I am, that still use Linux for hosting despite that you love and only do .NET development; this is something extremely awesome. Ever since I started using SignalR I’ve wanted to host it on my own servers but all of them run on Linux with Mono and Apache. When...
  • Wiki Page: ASP.NET Portal

    Add links to any ASP.NET articles on TechNet Wiki. ASP.NET MVC ASP.NET MVC Web Application With Federated Authentication How to Use ASP.NET with SQL Server Migrate ASP.NET Applications to IIS 7 Integrated Mode Developing an application using Oracle 10g under Visual Studio 2010 ...
  • Wiki Page: How to Use a Membership Provider of ASP.NET in WINFORM Application

    We can use the known membership provider of ASP.NET in our winform application. What is the goal? The membership of ASP.NET is a really complete way to manage users and roles (Create,Edit,Delete, access rules to forms like access rules to pages ). How do we implement it? First we create...
  • Wiki Page: طريقة العرض اللانهائية للبيانات مثل جوجل أو بينج (ar-SA)

    السلام عليكم ورحمة الله وبركاته من أكثر الأشياء التي لا أحبها حقيقة هي مفهوم الصفحات (Paging)المتعددة لعرض البيانات ولذلك كنت أبحث منذ مدة عن طريقة عرض أفضل حتى وجدت محرك البحث بينج والذي قدم مفهوم جميل جدا خاصة عند إستعراض الصورة وهي أن عدد معين من الصور يتم عرضه في الصفحة ثم إذا قم بالنزول لأسفل...
  • Wiki Page: Upload Ajax Dinâmico

    Caro(a) Leitor(a) hoje gostaria de falar de upload de dados do seu site para o servidor. Já foi falado isso em outros artigos, porém não era utilizando o Ajax Toolkit da Microsoft; pelo menos neste site. Hoje a Internet ficou mais rápida, o browser ficou mais dinâmico e cheio de funcionalidades que...
  • Wiki Page: How to connect to SAP Business Objects XI 4.0 using Web Services with ASP.NET and C#

    Hello all, this is my first article and I hope it can be useful. Introduction I'm in charge of create a Framework capable of retrieve information from SAP BO XI database in order to create an custom application that display information according to user connected. The first problem that...
  • Wiki Page: what microsoft promises to offer in .NET 5.0

    Introduction of New Features in C# 5.0 1. C# Evolution Matrix Microsoft just published a new version of C# : 5.0 beta with CLR version 4.5 (Visual Studio 11 beta). In order to get a big picture of the whole evolution of C# language, I summarized all the key features into a C# Evolution Matrix...
  • Wiki Page: WPF Xaml datagrid by Infragistics

    xamDataGrid is UI component for .NET WPF applications developed by Infragistics , which can provides rich UI grid interface for you data. you can bind this control to ObjectDataProvider and XmlDataProvider. Main Features of this control: You can bind this control with all WPF data providers...
  • Wiki Page: How to Design And Code A Complete ASP.NET CMS From Scratch: Introduction

    Table of Contents Introduction Requirements Table Of Contents Introduction Designing and coding a complete ASP.NET CMS from scratch may, at times, be the only choice we have for specialised sites. It can be near impossible to understand previously written CMSs to the extent needed to modify them...
  • Wiki Page: Understanding Garbage Collection from enterprise Perspective

    Advance Memory Management Caching objects Keep all the objects like view Model objects, Model objects, business objects, static objects etc.. in a centralized Cache. Disposing centralized cache can promote greater memory reductions. Microsoft provides built-in Cache in .NET runtime, but...
  • Wiki Page: IIS and Related Upload Limit Settings (en-AU)

    This article will attempt to pull the various settings that might restrict uploads into an IIS-based web server into an easy-to-check list. IIS (6.0 and above) uses HTTP.SYS as the kernel-mode HTTP listener, and frequently runs an application-layer framework like ASP or ASP.Net, as well as ISAPI...
  • Wiki Page: ASP.NET MVC - Trabalhando com vários Submits na mesma View (pt-BR)

    Vou demonstrar de uma forma bem simples como podemos trabalhar com mais de um botão do tipo Submit na mesma View, ressaltando que as requisições serão feitas para apenas uma Action. Basicamente você precisa apenas definir os botões que a página possuir...
Page 3 of 5 (125 items) 12345
Can't find it? Write it!