ASP.NET Weblogs

Posted to:
by
 craigshoemaker 
19 minutes ago

Presentation: ASP.NET AJAX 4 at Inland Empire .NET User Group

Thanks to everyone who came to my ASP.NET AJAX 4 talk at the Inland Empire .NET User Group . Special thanks to James Johnson ( @latringo ) for organizing such a great group! Here is the code download for the talk: ASPNETClientTemplates.zip
Filed under: , ,
Posted to:
by
 pluginbaby 
57 minutes ago

Silverlight 4 Training in Montreal for Christmas!

This is your last chance to get a Silverlight training in Montreal this year… The Silverlight Tour will hit Montreal just before Christmas, and already provide Silverlight 4 content!!! When: December 21-23 Where: Montreal, Qc Price: 1165$ Registration...
Posted to:
by
 jeffwids 
6 hours, 0 minutes ago

Handle the button click event from an ASP.NET ListView control

Here is how you can handle the event of a button from within an ASP.NET ListView control. Add your button to the ListView Template like you would any other control: <asp:ListView ItemPlaceholderID="Test" runat="server" ID="ListView1"...
Filed under: , ,
Posted to:
by
 ChristophDotNet 
9 hours, 22 minutes ago

Silverlight 3 – How to access peripherals

The previous post on Silverlight 3 for kiosk apps outlined some architecture options how you can build Silverlight applications with access to peripherals. This follow up post goes into more detail on the implementation. I strongly encourage you to consider...
Posted to:
by
 Babunareshnarra 
9 hours, 31 minutes ago

sqlbulkcopy in asp.net

SqlBulkCopy provides simplest and fastest way to copy large amounts of data to SqlServer. Instead of inserting all data row by row, BulkCopy process all data at once thus making the insertions fast. public void Bulk_Table_CopyTO_Database(DataTable TableToCopy...
Posted to:
by
 psheriff 
11 hours, 47 minutes ago

Get RGB Values from WPF Color

Recently, I have been setting up a lot of WPF styles for an application I am working on. During this project, I needed to set a lot of colors. Instead of hard-coding colors, I use resources. For example, I am using the <DropShadowEffect> on many...
Filed under: ,
Posted to:
by
 nmarun 
18 hours, 58 minutes ago

WebBrowser and its “gotcha's” – Silverlight 4

Alright, here’s what I learnt tonight while playing with the WebBrowser control in SL4. I built a basic app that looks like this: You can type the address and click the navigate button or select one of the items in the ‘Fav Links’ listbox to go to the...
Filed under: ,
Posted to:
by
 StanleyGu 
23 hours, 42 minutes ago

Passing Parameters from ASP.NET Page to Silverlight XAML

You have captured the login name and computer IP address in your ASP.NET page and you want to use the login name and IP address in your Silverlight XAML page for display, logging or access control. To implement this, you will need to pass the user name...
Posted to:
by
 plblum 
12-07-2009, 12:31 PM

The CustomValidationAttribute

.net 4 introduces the CustomValidationAttribute , a member of System.ComponentModel.DataAnnotations that supports validation of your business logic. Until now, validation rules were limited based on the available attributes (required, stringlength, regex...
Posted to:
by
 SanjeevAgarwal 
12-07-2009, 11:19 AM

Daily tech links for .net and related technologies - December 7-8, 2009

Daily tech links for .net and related technologies - December 7-8, 2009 Web Development Authenticated web services calls with Asp.Net MVC JQuery 1.4 Alpha 1 Announced Easy HTML Templating with JQuery Managed Metadata in SharePoint 2010 – some notes on...

1 2 3 4 5 Next > ... Last »


Microsoft Communities