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

Total posts: 9404

ASP.NET MVC Part 2

The Code Project Latest Articles, July 5, 2008

A continued look at ASP.NET MVC and URL Routing...

A word of appreciation

Sahil Malik - blah.winsmarts.com, July 5, 2008

Advertisement: SharePoint 2007 Training by Sahil in Europe and United States (more information). ...

Web parts and Form based authentication using SqlMembershipProvider

EggHeadCafe.com New Articles, July 5, 2008

Here, in this article I want to focus on form based authentication with ASP.NET 2.0's Membership and How to implement Web parts in my sample project.  read moreBy Jakir Hossain ...

GroupingView

The Code Project Latest Articles, July 4, 2008

A templated, data-bound ASP.NET 2.0 control that groups data according to a field in the source, with support for aggregations....

Paging, Selecting, Deleting and Editing in the ASP.NET 2.0 GridView Control with keyboard shortcuts

The Code Project Latest Articles, July 4, 2008

ASP.NET 2.0 AJAX Extender to enhance the ASP.NET GridView to page, select, delete and edit rows with keyboard shortcuts...

New features in RadComboBox, RadTreeView, RadUpload and RadScheduler

the telerik blogs, July 3, 2008

Hi all, In this blog post I will show you some of the new features of RadComboBox, RadTreeView, RadUpload and RadScheduler which will appear in our Q2 2008 release. First I will introduce you with a c...

How to kill processes running on a computer in your home

The Code Project Latest Articles, July 3, 2008

A small ASP.NET program to help control your child's game playing...

Whats New in 2008 Volume 2 for ASP.NET?

The ASPx Blog, July 2, 2008

The 2nd major DXperience release of 2008 is just around the corner. This three (major) releases per year cycle is very useful. Each major release means new features, controls, functionality, etc. And ...

HttpModule For Timing Requests

youve been HAACKED, July 2, 2008

Yesterday, I wrote a quick and dirty ASP.NET HttpModule for displaying the time that a request takes to process. Note that by turning on trace output for a page, you can get timing information for tha...

Log Exceptions

ASP.NET Announcements, July 2, 2008

I have finished a small dll to log exception. In this version, the infomormation of the exception is send by email to a mail (or mail list). I use it in my application to log or the exceptions that ar...

What will come with RadGrid for ASP.NET AJAX Q2 2008?

the telerik blogs, July 2, 2008

In a series of posts I will walk through some of the new features for RadGrid for ASP.NET AJAX Q2 2008. Here is the first part: - global cancelable client-side Command event which will be raised for a...

Keeping Blog Ads In Check

youve been HAACKED, July 1, 2008

I credit Google AdSense for really opening up the possibility for small blogs to become sources of passive income. Look around the web and youll see nearly every blog sport an AdSense ad or twoor thre...

Easy string compression and encryption

The Code Project Latest Articles, July 1, 2008

Class module to easily de-/compress and en-/decrypt big strings...

Build a Web Chat Application using ASP.Net 3.5, LINQ and AJAX (in C# 3.5 or VB 9.0)

The Code Project Latest Articles, July 1, 2008

We will create a very simple web chat application using the latest ASP.Net 3.5 technologies from scratch....

Firefox 3.0 and (ASP.NET) caching observations

Jotekes Blog, June 30, 2008

1. Have a page with code in Page_LoadProtected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load         Response.Cache.SetAllowResp...

Resizing Data Controls in ASP.NET Applications

ASPAlliance.com - The #1 ASP.NET Community, June 30, 2008

In this article Aravind demonstrates how to resize ASP.NET data controls such as the GridView at run time. After listing a brief overview of the concept, he provides a short coverage of style settings...

Creating a Modal Login Window Using the Telerik Modal RadWindow Component<br/>Building the Code Camp Web Site (Article 4)

peterkellner.net, June 29, 2008

This article shows how to create a modal windows (not a popup) that displays a login windows (asking for username and password) in the middle of whatever asp.net page you are viewing. It uses the...T...

Learning ASP.NET MVC?

Method ~ of ~ failed, June 29, 2008

Are you poking around with the latest ASP.NET MVC (Model-View-Controller) bits? If so, hopefully you are already aware of the resources available to you and the fact that Phil Haack is one of the prog...

Implement Master-Detail layout with ASP.NET MVC

Mehfuzs WebLog, June 29, 2008

This is the first of posts that I am making to show out the things you can do with ASP.NET MVC. Also, it shows what I have done while building FlickrXplorer. I am bit lazy to write one article for it,...

Announcing a new Control from August Wind Software

ASP.NET Announcements, June 29, 2008

In a nutshell:August Wind Software's ControlGrouper provides a way to easily control properties for multiple controls, in one way or the other, with only one event handler. Properties whch may be ...

What To Do When Your Toolbox is Devoid of RadControls

the telerik blogs, June 28, 2008

Unplug your wireless mouse. I promise I'm not crazy. That's really the answer. And now that I've gone Tarantino on this blog post, let me give you the rest of the story. My development lately has been...

Using the information your (development) environment provides - is allowed!

Jotekes Blog, June 28, 2008

Huge title while the subject or the example in this case is actually very simple and straightforward. I saw a question on newsgroups which went something like:- poster states he doesn't know much ...

The 7 Virtues of Reading eBooks

Chris Love's Official Blog - Professional ASP.NET, June 28, 2008

Recently I was able to publish my first two eBooks via WROX BLOX, httpModules and httpHandlers . Each of these books gave me an opportunity to share some valuable information, experience and demonstra...

Bridge the Gap between Menu Controls and Command Pattern

The Code Project Latest Articles, June 28, 2008

This article illustrates a case where I apply Command Pattern to ASP.NET Menu controls...

A New ASP.NET Blog from Down Under

Chris Love's Official Blog - Professional ASP.NET, June 28, 2008

The web is great, it has helped me build relationships with folks from all over the world. Recently Bartek Marnane contacted me to let me know he was kicking off a new Blog about ASP.NET. Bartek is fr...

Create CheckBox Option groups

The Code Project Latest Articles, June 27, 2008

How to... Create CheckBox Option groups...

Q2 Asp.Net skinning

the telerik blogs, June 27, 2008

It's that time of the year again and we're getting ready for the next quarterly release here at telerik. This time we have a major visual update coming for the ASP.NET product line. Almost all skins w...

ASP.NET Dynamic Data: Customizing the UI

Brad Abrams, June 27, 2008

In my last post on Dynamic Data, I showed what Dynamic Data adds to the current ASP.NET data story.  In this post I show how to customize the UI with Metadata, field templates, and page templates...

ASP.NET Read Pop3 Email

EggHeadCafe.com New Articles, June 27, 2008

Here is simple way of reading your gmail email using ASP.net web application Before using this code make sure you are able to access your gmail email using outlook if not then login to www.gmail.com...

Telerik Trainer is LIVE!

the telerik blogs, June 26, 2008

As you most probably know (see Falafel Releases Telerik Trainer At TechEd 2008, Telerik Trainer Sneak Preview) we have been working on a new training tool for Telerik products. Telerik Trainer is a st...

Comparing the backgrounds of web developers

Code Climber, June 26, 2008

Web developers on ASP.NET have (mostly) a client or client-server background. Web developers on Java have (mostly) a client-server background or a web background. PHP and Ruby and Pyton (and so on) on...

ASP.NET MVC content aggregator

Code Climber, June 25, 2008

A few days ago, looking at the referrers to my blog, I found a reference to site I never see before: aspdotnetmvc.com. Its a really nice content aggregator that collects anything related to ASP.NET M...

Examining ASP.NET 2.0's Membership, Roles, and Profile - Part 11

4GuysFromRolla.com Headlines, June 25, 2008

Many websites that support user account allow anyone to create a new account, but require new users to undergo some form of verification before their account is activated. A common approach is to se...

New online resources for the past four weeks (05/26/2008 - 06/20/2008)

the telerik blogs, June 24, 2008

Below is a summary of the new online resources available for our ASP.NET controls//Telerik Reporting/Sitefinity: ASP.NET RadGrid Code library entries Display RadGrid row details in AjaxToolkit...

Optimization Tips: Optimizing Custom Skins

the telerik blogs, June 24, 2008

Welcome back to my ongoing series on optimizing the Telerik RadControls for ASP.NET AJAX. For those that are counting, this is the fifth installment in the series, so if you've missed the first four p...

Oh that no-confidence vote on E.F.

Julia Lerman Blog - Dont Be Iffy..., June 24, 2008

Anyone who knows me knows that I just LOVE being in the middle of a controversy. Well, that's a lie. I sure know how to pick'em, though, eh? I have to deal with java and open source people (many who...

Invalid URI: The Uri scheme is too long

Vault of Thoughts, June 24, 2008

"Invalid URI: The Uri scheme is too long" - now that's a peculiar message. I got it while doing some Xslt transformations. It comes out that XslCompiledTransform can't just read any xml and transfo...

LinqDataSource with ASP.NET data controls [Part IV]

The Code Project Latest Articles, June 24, 2008

Using LinqDataSource with ASP.NET data controls like gridview and dropdown list...

Yet another presentation on ASP.NET MVC at DotNetMarche

Code Climber, June 23, 2008

On Friday Im delivering my third presentation on ASP.NET MVC in less than one month (actually the 4th because I repeated twice the one I delivered inside Avanade). This time it will be inside the 6th...

Complex Data Binding with the Accordion Control

ASPAlliance.com - The #1 ASP.NET Community, June 23, 2008

The Accordion control is a flexible way to group data output to the screen. This article demonstrates the usage of the control to data bind information in ASP.NET. Brian clearly examines each step in ...

Realistically achieving high test coverage - MvcContrib

Jeffrey Palermo, June 23, 2008

Since Eric Hexter and I started the MvcContrib project, we've mandated a high test coverage.  If a patch comes without tests, we'd reject the patch.  Given that MvcContrib...

The ICallbackEventHandler

The Code Project Latest Articles, June 22, 2008

So, you are interested in knowing about the ICallbackEventHandler which can be "used to indicate that a control can be a target of a callback event on the server" according to MSDN. So hop in...

Uploading & Downloading Files using ASP.NET

EggHeadCafe.com New Articles, June 21, 2008

This article will explain about the steps to upload the file as BLOB into the DB. Also explains about the steps to render the file with the specific content type, so that it gets opened in approrpiate...

Generating thumbnails in ASP.NET (DotNetSlackers)

More Whidbey stuff, June 20, 2008

I just published a new article on DotNetSlackers. The post is about generating scalable and secure image thumbnails. http://dotnetslackers.com/articles/aspnet/Generating-Image-Thumbnails-in-ASP-NET.a...

OpenID and ASP.NET MVC interop

All About Interop, June 20, 2008

Another one of those in-case-you-missed-it posts: Scott Hanselman's done a good review of the possibilities of integrating openID with ASP.NET.  I mentioned this before as an interesting area for...

ViewModel Pattern extended with the Dynamic Language Runtime

Nikhil Kotharis Weblog, June 20, 2008

In my last post, I posted an implementation of the ViewModel or M-V-VM pattern for use in Silverlight applications. This pattern allows you to decouple your view presentation logic and data from the v...

ASP.NET AJAX support in custom controls

The Code Project Latest Articles, June 20, 2008

How to update your ASP.NET custom control to make it work with ASP.NET AJAX correctly...

I write an article about customize sorting-header ( CSS-based arrow-down-up) of ListView...

ASP.NET Announcements, June 20, 2008

ListView is a great "template-free" databound control .   I post an article about  "arrow-enabled" , "css-based"  rountine of handling sort-header UI....

Service Pack 2 Released for the Latest ASP.NET AJAX RadControls

the telerik blogs, June 19, 2008

The title is a mouthful, but it says it all. RadControls for ASP.NET AJAX Q1 2008 SP2 just went live this evening. This release packs quite a punch so be sure to check it out. Here's the quick-and-dir...

Uploading Multiple Files with RadUpload

the telerik blogs, June 19, 2008

Hello Everyone, my name is Rosi and I am a developer on the ASP.NET navigation controls team. This is my first blog post and I will be talking about the RadUpload component.Many customers have asked...

Product Spotlight