News in the Category: ASP.NET Subscribe to the rss of this category.

Total posts: 12995 | Sort by Views | Sort by Hits

Use UserControls to substitute the job DataList Server Control does in WebForms

The Code Project Latest Articles, May 26, 2012
Views: 176 | Hits

Using collection of UserControls in WinForm since WinForm does not have a control like DataList server control of WebForm....

Implementing ASP.NET MVC Views in three different ways

The Code Project Latest Articles, May 24, 2012
Views: 154 | Hits 43

Three different approaches for implementing the View role in an MVC application....

ASP.NET MVC 3 plug-in architecture using Griffin.MvcContrib

The Code Project Latest Articles, May 24, 2012
Views: 128 | Hits 25

How to create a flexible plugin system with Griffin.MvcContrib....

New version 1.1 of Piczard Free Community Edition is available

ASP.NET Announcements, May 24, 2012
Views: 93 | Hits 5

New version 1.1 of Piczard is available: http://piczard.com/download/   http://www.nuget.org/List/Packages/CodeCarvings.Piczard Image upload control:http://www.nuget.org/packages/CodeCarvin...

Two ways to work with HTTP responses in ApiController, HttpResponseMessage and HttpResponseException

Brendan Tompkins, May 24, 2012
Views: 58 | Hits 6

ASP.NET Web API provides two different ways to work with manipulating HTTP response messages from within your API Controller action. Throw an HttpResonseException This exception allows you to pass in...

ASP.NET and ASP.NET MVC: A Brief Synopsis of the jQuery $.ajax Function

EggHeadCafe.com New Articles, May 23, 2012
Views: 42 | Hits 1

There are many things you can do with jQuery. It should be no suprise that Microsoft has included it in both their standard ASP.NET and ASP.NET MVC application templates. This article covers some of ...

ASP.NET MVC4: Bundling and Minification

The Code Project Latest Articles, May 23, 2012
Views: 379 | Hits 41

ASP.NET MVC4 - Bundling and Minification...

See the early bits in action Try Teleriks AJAX Q212 Beta

the telerik blogs, May 23, 2012
Views: 165 | Hits 4

I am happy to share with you that the Q2 2012 Beta of Teleriks ASP.NET AJAX controls is here and you can try it right away. Just as the Q1 2012 SP1 was full of fixes, todays Beta is full of new featur...

Display inline images in ASP.NET MVC view directly from ViewModel properties

EggHeadCafe.com New Articles, May 22, 2012
Views: 11 | Hits 1

How to display images inline directly from ViewModel in ASP.NET MVC Views  read moreBy Peter Bromberg...

Windows 8 Metro Javascript appsInitial Thoughts

Clarity Blogs: ASP.NET, May 22, 2012
Views: 167 | Hits 18

For the past couple of weeks Ive had a chance to take a closer look at the process of building Metro-style apps for Windows 8.  Since I have a long background in web development, I was curious about u...

Easy DHTML treeview

The Code Project Latest Articles, May 22, 2012
Views: 133 | Hits 16

This is an alternative for "Easy DHTML treeview"...

Working with Video

ASP.NET Daily Articles, May 22, 2012
Views: 136 | Hits 13

This chapter explains how to display video in an ASP.NET Web Pages with Razor syntax page....

Working with Data

ASP.NET Daily Articles, May 22, 2012
Views: 132 | Hits 18

This chapter describes how to access data from a database and display it using ASP.NET Web Pages....

Working with Forms

ASP.NET Daily Articles, May 22, 2012
Views: 103 | Hits 5

A form is a section of an HTML document where you put user-input controls, like text boxes, check boxes, radio buttons, and pull-down lists. You use forms when you want to collect and process user......

Program ASP.NET Web Pages in Visual Studio

ASP.NET Daily Articles, May 22, 2012
Views: 98 | Hits 4

This appendix explains how you can use Visual Studio 2010 or Visual Web Developer 2010 Express to program ASP.NET Web Pages with the Razor syntax....

Intro to ASP.NET Web Programming Razor Syntax

ASP.NET Daily Articles, May 22, 2012
Views: 140 | Hits 21

This chapter gives you an overview of programming with ASP.NET Web Pages using the Razor syntax. ASP.NET is Microsoft's technology for running dynamic web pages on web servers....

ASP.NET Web Pages Visual Basic

ASP.NET Daily Articles, May 22, 2012
Views: 78 | Hits

This appendix gives you an overview of programming with ASP.NET Web pages in Visual Basic, using the Razor syntax....

Templify is a tool that helps you become more efficient as a developer, whether working alone or in a team. We show how to Templify a folder with a custom solution package

EggHeadCafe.com New Articles, May 21, 2012
Views: 9 | Hits 2

A new Visual Studio solution doesnt take into account best practices such as a branchable folder structure or how best to organise your referenced assemblies, where your automated build process should...

ASP.NET MVC3 jQuery inline editor - A nice alternative to the HTML5 content editable feature

The Code Project Latest Articles, May 21, 2012
Views: 84 | Hits 31

This article describes how you can implement inline editing in an ASP.NET MVC application using the jQuery Jeditable plug-in....

Watermark image on page print in ASP.NET

The Code Project Latest Articles, May 20, 2012
Views: 161 | Hits 23

Printer independent Watermark on webpage print in asp.net & C#...

"Remembering" a selection in a <select> list in Razor

mikes web log, May 19, 2012
Views: 187 | Hits 31

I'm just recording this for now, possibly for later investigation. In ASP.NET Web Pages 2 (Razor), you can take advantage of conditional attributes to set or clear attributes like selected and checked...

Introducing ASP.NET Web Pages 2 - Getting Started

ASP.NET Daily Articles, May 18, 2012
Views: 149 | Hits 20

This set of tutorials gives you an overview of ASP.NET Web Pages (version 2) and Razor syntax, a lightweight framework for creating dynamic websites. It also introduces WebMatrix, a tool for creati......

CPPHtmlStatic v1.2

The Code Project Latest Articles, May 18, 2012
Views: 204 | Hits 11

A control based on CStatic for displaying HTML-like text formatting elements....

GoSlideshow HTML5 Canvas

The Code Project Latest Articles, May 18, 2012
Views: 225 | Hits 11

HTML5 CANVAS...

ASP.NET Search Engine for Web Applications

ASP.NET Announcements, May 17, 2012
Views: 193 | Hits 46

Keyoti have released v2012 of their ASP.NET search engine control, Search for ASP.NET. It's now easier than ever to add powerful search functionality to your ASP.NET web applications. Implementation i...

DropDownList and SelectListItem Array Item Updates in MVC

Rick Strahls WebLog, May 16, 2012
Views: 199 | Hits 43

So I ran into an interesting behavior today as I deployed my first MVC 4 app tonight. I have a list form that has a filter drop down that allows selection of categories. This list is static and rarely...

Open PDF file in new browser tab using ASP.NET with C#

The Code Project Latest Articles, May 15, 2012
Views: 232 | Hits 42

How to open a PDF file in a new browser tab using ASP.NET with C#....

How to troubleshoot ASP.NET application hang with memory dump

The Code Project Latest Articles, May 15, 2012
Views: 173 | Hits 21

In this article, I will show how to troubleshoot an ASP.NET application hang with memory dump...

Server side Delimiters in ASP.NET

The Code Project Latest Articles, May 14, 2012
Views: 190 | Hits 33

This is to see all server side delimiters available for use in ASP.NET...

Making an HTML5 version of the Game Pente: Part 3 Placing Stones, Accounting for Resizing & Refactoring

Chris Love's Official Blog - Professional ASP.NET, May 14, 2012
Views: 797 | Hits 6

This is going to be my third installment in this series about making an HTML5 version of the game Pente. The main goal for this phase was to properly place the stones on the nearest grid intersection ...

Configuring IIS 7 for ASP.NET Applications Deployment and SQL Server 2008 Integration

The Code Project Latest Articles, May 13, 2012
Views: 98 | Hits 23

This article is important and essential for beginners and intermediate ASP.NET developers. It will help them set their development environment...

Slice of Life: Converting my Personal Site

Brendan Tompkins, May 13, 2012
Views: 79 | Hits 20

Over the last few months I have been having a lot of fun converting my personal site (http://drusellers.com) from a pure static html site, to one that uses a back end server side language. When I firs...

Going Native in HTML5 Resources

Chris Love's Official Blog - Professional ASP.NET, May 12, 2012
Views: 189 | Hits 15

This morning I gave my how to do Native experiences using HTML5 talk at the Philly Code Camp . I want to share the links to the live demo site as well as the code and a few other resources. I posted t...

UI/UX Workshop auf der Spartakiade-Konferenz am 16.6.2012

Roland Weigelt, May 12, 2012
Views: 286 | Hits 2

Am 16. Juni 2012 findet erstmalig die Spartakiade-Konferenz in Berlin statt. Hinter dieser Konferenz, deren Name Assoziationen zu Sport-veranstaltungen wecken soll, stehen mit Daniel Fisher, Kostja Kl...

Roll your own Twitter Feed with Backbone.js

Clarity Blogs: ASP.NET, May 10, 2012
Views: 186 | Hits 15

Backbone.js is a JavaScript framework that manages complexity on the client while enabling the creation of rich HTML5 applications in a MVC-style fashion. For the more tech-savvy: Backbone.js gives st...

Survey/Polling System Using RadioButton List

The Code Project Latest Articles, May 9, 2012
Views: 190 | Hits 11

An article to demonstrate a polling/survey system in ASP.NET using a RadioButtonList....

Building Battling Bots with DumbBots.Net

MSDN: Coding4Fun, May 9, 2012
Views: 147 | Hits 16

Today's project was one that I just happened across and I thought kind of cool, I mean what's more fun than programming bots to hunt down a kill each other? (Answer: Playing with the source of the pro...

How to use Db2adutl delete logs

DBA DB2, May 9, 2012
Views: 143 | Hits 1

Question:How can I delete old archive logs from Tivoli Storage Manager (TSM) ?Ive confirmed the TSM backup client configuration for DB2 on Linux is all OKAnswer: The db2adutl command comes with DB2. T...

Login redirection (and back) in ASP.NET Web Pages Razor

mikes web log, May 8, 2012
Views: 389 | Hits 36

When you use membership security in ASP.NET Web Pages Razor, you can limit access to pages so that only logged-in users can see those pages. One way to do that, as explained before, is to add a test l...

How To Add Paging With a Filter Using Sencha Architect with ExtJS4

peterkellner.net, May 8, 2012
Views: 186 | Hits 10

Sometimes,the simplest things can seem complicated.  Well, in this case, after struggling for a while, it turns out the simplest things can actually be pretty simple.  The application Im building righ...

Making an HTML5 version of the Game Pente: Part 2 Drawing Stones

Chris Love's Official Blog - Professional ASP.NET, May 8, 2012
Views: 148 | Hits 9

Last week I opened a new series documenting how we are going about writing a HTML5 version of Pente for a class project . The first part focused on creating a Pente board, which is a simple series of ...

Theres a Tool for That: 13 Essential Tools for the Ninja Web Developer

the telerik blogs, May 8, 2012
Views: 205 | Hits 20

When I am not hacking code, I can usually be found tinkering with cars.  I have been working on cars for a long time, and have acquired quite a collection of tools along the way.  It’s...

Kinect for Silverlight 5

MSDN: Coding4Fun, May 8, 2012
Views: 142 | Hits 5

Today's project shows how even Silverlight can get into the Kinect game...Kinect for SilverlightIn this project you will find a Silverlight 5 library for the Kinect. This is made possible by using the...

How to Add Content Management to Your Existing ASP.NET Web Site

The Code Project Latest Articles, May 8, 2012
Views: 292 | Hits 53

Enhance your old ASP.NET web site with modern Content Management features...

Fancy ASP.NET MVC Image Uploader

The Code Project Latest Articles, May 7, 2012
Views: 246 | Hits 60

Let's build a sample project with a Google like image uploader embracing jQuery, AJAX, and MVC....

Another Awesome VS11 Feature - WAI-ARIA Support

the telerik blogs, May 7, 2012
Views: 184 | Hits 12

Taking a Step Back What is Accessibility? Accessibility is always  a large concern when creating applications. Whether these are meant for the web, desktop machines, or even mobile devices, acce...

ASP.NET Interview Questions: Show Post Cache Substitution

The Code Project Latest Articles, May 7, 2012
Views: 159 | Hits 21

This is one of the asked ASP.Net Interview Questions during the Interview by the Interviewer.Post cache substitution is used when we want to cache the whole page but also need some dynamic region insi...

Analyse your webpage in details (for free)

ASP.NET Announcements, May 5, 2012
Views: 192 | Hits 20

Hi, For my online web tutorials webpage I have now created a tool to analyse others webpages. See the result here: Analyse asp.net forums You can do the same by simply adding link to this http://www.w...

ASP.NET MVC Authentication - Customizing Authentication and Authorization The Right Way

JonGalloway.ToString(), May 4, 2012
Views: 237 | Hits 45

We're continuing the ASP.NET Authentication series (yes, I'm doing a few overlapping series, and yes, it's making me dizzy). The previous post covered Global Authentication and Allow Anonymous. This o...

ElmahR = ELMAH + SignalR

The Code Project Latest Articles, May 3, 2012
Views: 256 | Hits 57

ELMAH + SignalR = ElmahR, ASP.NET real-time error monitoring aggregating dashboard...