Browse by Tags

Tagged Content List
  • Wiki Page: E-Book Gallery for Microsoft Technologies

    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...
  • Wiki Page: Returning Json Results from Mvc Controllers without JsonResult

    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...
  • Wiki Page: Migrate ASP.NET Applications to IIS 7 Integrated Mode

    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...
  • Wiki Page: Getting Started: Windows Workflow Foundation and ASP.NET

    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...
  • Wiki Page: Penyesuaian Tampilan pada Browser Mobile dengan ASP.NET MVC (id-ID)

    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...
  • Wiki Page: Exam 70-564 - Pro: Designing and Developing ASP.NET Applications Using the Microsoft .NET Framework 3.5

    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...
  • Wiki Page: ASP.NET MVC

    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...
  • Wiki Page: Pengenalan SignalR (id-ID)

    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...
  • Wiki Page: Using AJAX AutoCompleteExtender with Web Services

    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...
  • Wiki Page: Performance Improvement Checklist for Asp.Net/ MOSS Applications

    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 ...
  • 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 MVC: How to Start Unit Testing

    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...
  • 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: How to Use ASP.NET with SQL Server

    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...
  • 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: ASP.NET - Panel Controls

    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"...
  • Wiki Page: ASP.NET - Multi Views

    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...
  • Wiki Page: ASP.NET - Ad Rotator

    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...
  • Wiki Page: ASP.NET - File Uploading

    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...
  • 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: Cómo usar ASP.NET con SQL Server (es-ES)

    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...
  • Wiki Page: Keep session alive in asp.net application

    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...
Page 1 of 5 (124 items) 12345
Can't find it? Write it!