News in the Category:
ASP.NET
Total posts: 12995 | Sort by Views | Sort by Hits
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....
The Code Project Latest Articles, May 24, 2012
Views: 154 | Hits 43
Three different approaches for implementing the View role in an MVC application....
The Code Project Latest Articles, May 24, 2012
Views: 128 | Hits 25
How to create a flexible plugin system with Griffin.MvcContrib....
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...
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...
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 ...
The Code Project Latest Articles, May 23, 2012
Views: 379 | Hits 41
ASP.NET MVC4 - Bundling and Minification...
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...
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...
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...
The Code Project Latest Articles, May 22, 2012
Views: 133 | Hits 16
This is an alternative for "Easy DHTML treeview"...
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....
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....
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......
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....
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 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....
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...
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....
The Code Project Latest Articles, May 20, 2012
Views: 161 | Hits 23
Printer independent Watermark on webpage print in asp.net & C#...
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...
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......
The Code Project Latest Articles, May 18, 2012
Views: 204 | Hits 11
A control based on CStatic for displaying HTML-like text formatting elements....
The Code Project Latest Articles, May 18, 2012
Views: 225 | Hits 11
HTML5 CANVAS...
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...
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...
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#....
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...
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...
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 ...
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...
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...
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...
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...
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...
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....
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...
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...
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...
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...
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 ...
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...
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...
The Code Project Latest Articles, May 8, 2012
Views: 292 | Hits 53
Enhance your old ASP.NET web site with modern Content Management features...
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....
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...
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...
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...
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...
The Code Project Latest Articles, May 3, 2012
Views: 256 | Hits 57
ELMAH + SignalR = ElmahR, ASP.NET real-time error monitoring aggregating dashboard...