Home / ASP.NET Wiki / Latest Wiki Articles & Revisions

Latest Wiki Articles and Revisions

<< First  < Prev   Page 1 of 25   Next >  Last >>  

ASP.NET MVC routing

MVC routing In ASP.NET MVC one of the main parts is routing. The routing is helps to map the particular view and particular controller. When we create an ASP.NET MVC application routing is preconfigured in web.config and Global.asax publicstaticvoidRegisterRoutes

Themes

Asp.net 2.0 came with a new feature called a theme. A theme is a collection of property settings that allow you to define the look of pages and controls, and then apply the look consistently across pages in a Web application, across an entire Web application

Themes in ASP.net

Themes Author: Prakash Singh Mehra Introduction: Themes are the way to define the formatting details for various controls and can be reused in multiple pages. Later, by applying minor changes on the themes, the complete appearance of website can be changed

ASP.NET Open Source Projects

Links to ASP.NET Open Source Projects Blogs Blogsa.net - A blog engine in Asp.net. dasBlog BlogEngine.NET- Very functional,simple and clean Blog enginein ASP .Net 3.5. SubText- A blogging engine in ASP.NET. Owlpal - WebContent System. AtomSite (formerly BlogSvc

MS.NET VERSIONS

MS.NET VERSIONS With the recent release of.NET 4.0 a lot of confusion has crept into .NET versions. Right from the beginning .NET versions numbers are in sync with C# and ASP.NET. However, with .NET 3.0 and .NET 3.5 things have changed. In this article,I attempt

Comparing ListView with GridView,DataList and Repeater

The ListView control is a new data presentation control that was added to .Net 3.5 , you may wonder why its added to the framework , and what it provide . The ListView control was added to provide The following functionalities : A very flexible and customizable

zebra barcode printing using asp.net

zebra barcode printing using asp.net It is really difficultto find something on internetto print zebra code from asp.net form Yes what you will find is javascript to acheive the same. Also its easy to do from windows application. Issue : when you use javascript

How to copy the text of a textbox to clipboard? - Using Javascript

How to copy the text of a textbox to clipboard?we can do it easily with java script. It works nicely in Internet Explorer. Please find the a page with javascript to implement this. %@ Page Language="C#" AutoEventWireup="true" CodeBehind

Iterating through a Dictionary Object's Items in VB.NET and C#

Iterating through a Dictionary object may seem complicated in principle but in practice it is farily straightforward, and this involves looping through each of the KeyValuePair objects in each Dictionary item: - VB.NET Dim DictObj As New Dictionary(Of Integer

3-Tier Architecture in C# Web Application

Hello Everyone, This is my first article. Here I am giving you a brief intro about developing an application in 3-tier architecture. Architecture is the most important part of your application, the way you build your application decide the reliability and

ASP.NET ListView Item Delete Confirmation using jQuery Colorbox

Performing ASP.NET ListView Item Delete Confirmation using jQuery Colorbox. Here I use Google Hosted jQuery Library because it serve jQuery to users directly from Google’s network of datacenters. Doing so has several advantages over hosting jQuery on

Developer Guidelines

Things to be taken care by developers while writing code or designing different layers Presentation Layer: Choose your UI elements carefully Optimize Viewstate State management should be effective and optimized well Well Managed Caching Reduce round trips

Simple Survey Application

Introduction: The companies which are offering variety of services to the customers, they need to get the response from the customers in many forms. By analyzing these responses companies will have an overview of their services and performance. The surveys

CSS

Take control of your angle-brackets and optimize.Note:This article spans over the debugging tools for your CSS, JavaScript and other codes. Code Beautifier- An amazing online CSS "tidy" YSlow - This FireFox AddOn gives you a performance report card

Help 

File Types

Here is a list of file extensions which are configured by default to be handled byASP.NET 2.0. asax used for application level logic (global.asax) ascx used for creating a web user control. ashx used to create a custom httphandler asmx used to create web services

Load UserControl using jQuery

This article displays how to load a usercontrol using jQuery ASPX Page div style="float: left; width: 100%;"> input type="button" id="btnSubmit" value="Load" />/div> div id="dvProducts"> /div>

ASP.NET Life Cycle Overview

What is ASP.net? ASP.NET is the next generation web application framework developed and marketed by Microsoft based on .NET Framework. But not to be confused that it's not an upgraded version of ASP. It was first released in January 2002 with version 1

GridView

The GridView control was introducedwith ASP.NET 2.0 and Visual Studio 2005 as a replacement for the DataGrid control. While it has many similarities to the original DataGrid controlthe GridView is a more feature rich control. A variety of resources are linked

Dynamically create hyperlinks For English Characters from A-Z

This is how to Dynamicly build the a links of characters from A-Z , somthing like this A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z You may need to filter a GridView results , like displaying the list

Data-centric UI Controls

Both the GridView and ListView areimportant Data Controls in Visual Studio 2008. Scott Guthrie has a great introduction that uses the ListView Control. He builds a product catalog from scratch with complete control over the CSS and HTML. Editing, Inserting

Table of Contents

Top Wiki Contributors

(last 30 days)

  1. abiruban (1)