Sign in
Home
Library
Wiki
Learn
Gallery
Downloads
Support
Forums
Blogs
Resources For IT Professionals
United States (English)
Россия (Pусский)
中国(简体中文)
Brasil (Português)
Get this Tag RSS feed
Translate this page
Powered by
Microsoft® Translator
Popular Tags
Active Directory
AD
AD DS
AD FS
adfs
ASP.NET
azure
BizTalk
BizTalk Server
BizTalk Server 2010
C#
Candidate for deletion
certification
cloud
core docs
de-DE
EAA
Ed Price
Ed's Stub Pages
en-US
ESA
es-ES
Excel
Exchange
Exchange 2010
Exchange Server 2010
fa-IR
Fernando Lugao Veltem
FIM
FIM 2010
forefront
forums
fr-FR
Gokan Ozcifci
has code
has comment
has comments
has image
has Images
has Other Languages
has See Also
Has Table
Has TOC
Horizon_Net
How To
Hyper-V
id-ID
IIS
Italian Wiki Articles
it-IT
ja-JP
Jordano Mazzoni
Link Collection
Luciano Lima
Luigi Bruno
Lync Server 2010
MCTS
MIISILMFIM MACAULAY
Multi Language Wiki Articles
needs work
operations manager
Portal
Português Brasil
PowerShell
Private Cloud
pt-BR
security
SharePoint
SharePoint 2010
SharePoint 2013
Small Basic
solucionando problemas
spam
SQL Server
SQL Server 2012
stub
System Center
System Center 2012
TechNet Wiki Featured Article
tonyso
Translated into Japanese
troubleshooting
tr-TR
UAG
vídeo
Video
Virtualization
VMM
Wiki
Windows
Windows 7
Windows 8
Windows Azure
Windows Server
Windows Server 2003
Windows Server 2008
Windows Server 2008 R2
Windows Server 2012
yottun8
اکتیو دایرکتوری
Browse by Tags
>
TechNet Articles
>
All Tags
>
ASP.NET
Tagged Content List
Wiki Page:
E-Book Gallery for Microsoft Technologies
Milton Lynd
Download content for ASP.NET, Office, SQL Server, Windows Azure, SharePoint Server and other Microsoft technologies in e-book formats. Reference, guide, and step-by-step information are all available. All the e-books are free. New books will be posted as they become available. To view...
on
23 May 2013
Wiki Page:
Returning Json Results from Mvc Controllers without JsonResult
Muthukrishnan Ramasamy
Some of the developers may not like returning JsonResult, because it may hide the actual data type we intend to return. They may like to return an object which should be automatically converted to JSON by the controller. The default ASP.NET controller will not do this. We have a work around to fix...
on
23 May 2013
Wiki Page:
Migrate ASP.NET Applications to IIS 7 Integrated Mode
Carsten Siemens
Introduction There has been a lot of discussion on how to make your application compatible with IIS 7 Integrated mode. To know how to make your application compatible with IIS7 integrated mode, you first need to understand what the integrated mode is and why we want to use it. IIS7 released...
on
13 May 2013
Wiki Page:
Getting Started: Windows Workflow Foundation and ASP.NET
Carsten Siemens
Windows Workflow Foundation is a great technology for creating workflows. It can be used in combination with different technologies, for example SharePoint, WCF, etc. In this article we will combine the Windows Workflow Foundation with ASP.NET. Table of Contents The Scenario File - New - Project...
on
7 May 2013
Wiki Page:
Penyesuaian Tampilan pada Browser Mobile dengan ASP.NET MVC (id-ID)
Carsten Siemens
Internet tidak hanya diakses orang melalui komputer desktop, kini banyak orang akses Internet melalui piranti genggam ( handphone ). Oleh sebab itu, untuk membuat aplikasi Internet, perlu dipertimbangkan supaya dapat ditampilkan dan diakses dengan baik melalui browser desktop maupun piranti genggam...
on
29 Apr 2013
Wiki Page:
Exam 70-564 - Pro: Designing and Developing ASP.NET Applications Using the Microsoft .NET Framework 3.5
Richard Mueller
Table of Contents Overview Skills Measured Preparation Materials Community Related Forum Posts Overview Language(s): English Audience(s): Developers Technology: Microsoft Visual Studio 2008 Type: Proctored Exam Audience Profile Questions...
on
26 Apr 2013
Wiki Page:
ASP.NET MVC
Yogesh Mulay - MCTS
Table of Contents What is ASP.NET MVC? ASP.NET MVC 4 New Features Top Links ASP.NET MVC 2 Other Languages Deutsch (en-US) Português (pt-BR) Bahasa Indonesia (id-ID) What is ASP.NET MVC? ASP.NET MVC is a part of the ASP.NET Web application framework. It is one of the two different programming...
on
22 Apr 2013
Wiki Page:
Pengenalan SignalR (id-ID)
Ahmad Masykur
Overview / Survival Guide ASP.NET SignalR adalah pustaka untuk pengembang ASP.NET untuk menambahkan fungsionalitas web real-time dalam aplikasi. Fungsionalitas web real-time adalah kemampuan kode di sisi server untuk mendorong isi/pesan ke client yang tersambung secara real-time. SignalR...
on
21 Apr 2013
Wiki Page:
Using AJAX AutoCompleteExtender with Web Services
Richard Mueller
Hi Techies, This is my very first post to the asp.net wiki and hope to have many post in the future. Today I will demonstrate you on how to populate a text box with suggested values when user types a character in text box using a AJAX Auto Complete Extender. This demonstrate uses web service...
on
14 Apr 2013
Wiki Page:
Performance Improvement Checklist for Asp.Net/ MOSS Applications
Richard Mueller
Here is the active checklist i have prepared for enchaining web application performance .. 1 e-Commerce web site Turn off Session State, if not required Disable View State of a Page if possible ...
on
10 Apr 2013
Wiki Page:
Get Physical Name of an ASP Page from a URL
Carsten Siemens
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...
on
6 Apr 2013
Wiki Page:
Миграция Приложении ASP.NET На IIS 7 Интегрированном Режиме (ru-RU)
Ed Price - MSFT
Введение Было не мало дискуссий о том, как сделать ваше приложение совместимым с IIS 7 в интегрированном режиме (Integrated Mode). Чтобы знать это, необходимо сначала понять, что такое интегрированный режим и почему мы хотим...
on
25 Feb 2013
Wiki Page:
ASP.NET MVC: How to Start Unit Testing
Ed Price - MSFT
Table of Contents Why Unit Testing? How to start Unit Testing? See Also Other Languages Deutsch (de-DE) Why Unit Testing? Why should you write Unit Tests? Here are some points which are mostly mentioned if somebody argues against Unit Tests It is time-consuming It interrupts your...
on
25 Feb 2013
Wiki Page:
ASP.NET Ajax Technology in New Version Browser (IE9)
Yagmoth555
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"...
on
23 Feb 2013
Wiki Page:
Authentification in ASP.NET Animated with a Progress Bar
Yagmoth555
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"...
on
23 Feb 2013
Wiki Page:
How to Make Server Controls Browser Compatible Using ASP.NET
Yagmoth555
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...
on
20 Feb 2013
Wiki Page:
How to Use ASP.NET with SQL Server
Ed Price - MSFT
Intended audience : Web developers who are not familiar with SQL Server, yet want to learn how to use a SQL Server database with their ASP.NET web sites . The links below are external links and provide information and guidance on creating dynamic, data driven applications using SQL Server and ASP...
on
19 Feb 2013
Wiki Page:
ASP.NET - Print Only the Content Inside of Div
Yagmoth555
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...
on
19 Feb 2013
Wiki Page:
ASP.NET - Panel Controls
Dhaval247
The Panel control works as a container for other controls on the page. It controls the appearance and visibility of the controls it contains. It also allows generating controls programmatically. The basic syntax for the Panel control is as follows: <asp:Panel ID= "Panel1"...
on
19 Feb 2013
Wiki Page:
ASP.NET - Multi Views
Dhaval247
MultiView and View controls allow you to divide the content of a page into different groups, displaying only one group at a time. Each View control manages one group of content and all the View controls are held together in a MultiView control. The MultiView control is responsible for displaying...
on
18 Feb 2013
Wiki Page:
ASP.NET - Ad Rotator
Dhaval247
The AdRotator control randomly selects banner graphics from a list, which is specified in an external XML schedule file. This external XML schedule file is called the advertisement file. The AdRotator control allows you to specify the advertisement file and the type of window that the link should...
on
18 Feb 2013
Wiki Page:
ASP.NET - File Uploading
Dhaval247
ASP.Net has two controls that allow the users to upload files to the web server. Once the server receives the posted file data, the application can save it, check it or ignore it. The following controls allow the file uploading: HtmlInputFile - an HTML server control FileUpload - and ASP...
on
18 Feb 2013
Wiki Page:
Como usar Membership Provider para ASP.NET en aplicaciones WINFORM (es-ES)
Ed Price - MSFT
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...
on
15 Feb 2013
Wiki Page:
Cómo usar ASP.NET con SQL Server (es-ES)
Ed Price - MSFT
Destinatarios : Los desarrolladores web que no están familiarizados con SQL Server, que aún desean aprender a utilizar una base de datos SQL Server con ASP. NET . Los siguientes enlaces son enlaces externos y proporcionan información y orientación sobre cómo crear...
on
15 Feb 2013
Wiki Page:
Keep session alive in asp.net application
Mohammad Nizamuddin
Friends, many times we get requirements to increase the session timeout expiry time on the application server, so what we do basically we go in web.config file and set session time out to some time period, by default its 20 mins, but remember sometime you increase time period in web.config file and...
on
9 Feb 2013
Page 1 of 5 (124 items)
1
2
3
4
5
Can't find it? Write it!
Post an Article