New
Mon, May 6, 2013 7:59 PM
by
abiruban
16048 point Member
|
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
|
Revision #5
Mon, Mar 25, 2013 7:56 PM
by
ShelLuser
410 point Member
|
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
|
Revision #4
Mon, Mar 25, 2013 7:56 PM
by
ShelLuser
410 point Member
|
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
|
Revision #72
Thu, Mar 21, 2013 11:07 AM
by
WebHero
14 point Member
|
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
|
Revision #4
Sun, Feb 17, 2013 1:00 PM
by
bmwz9
1574 point Member
|
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
|
Revision #2
Mon, Feb 11, 2013 11:25 AM
by
sudesh456
480 point Member
|
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
|
Revision #2
Thu, Dec 27, 2012 6:49 PM
by
codeNickel
108 point Member
|
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
|
Revision #2
Thu, Dec 27, 2012 6:49 PM
by
codeNickel
108 point Member
|
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
|
Revision #2
Thu, Dec 27, 2012 6:49 PM
by
codeNickel
108 point Member
|
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
|
Revision #2
Thu, Dec 27, 2012 6:49 PM
by
codeNickel
108 point Member
|
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
|
New
Sun, Dec 9, 2012 9:09 PM
by
menononnet
258 point Member
|
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
|
Revision #2
Sat, Nov 24, 2012 12:15 PM
by
codeNickel
108 point Member
|
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
|
Revision #2
Sat, Nov 24, 2012 12:15 PM
by
codeNickel
108 point Member
|
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
|
Revision #10
Fri, Nov 16, 2012 8:51 PM
by
afzaal.ahmad.zeeshan
2661 point Member
|
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
|
Revision #12
Sat, Oct 13, 2012 10:32 AM
by
tdmca
2396 point Member
|
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
|
Revision #2
Mon, Sep 10, 2012 11:30 PM
by
kunal.goel
988 point Member
|
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>
|
Revision #3
Mon, Sep 10, 2012 11:29 PM
by
matifnadeem
4722 point Member
|
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
|
Revision #7
Mon, Sep 10, 2012 3:29 PM
by
tmorton
56407 point Member
|
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
|
Revision #3
Mon, Sep 10, 2012 3:26 PM
by
tmorton
56407 point Member
|
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
|
Revision #9
Mon, Sep 10, 2012 3:21 PM
by
tmorton
56407 point Member
|
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
|