Lost your password?

Blogs about: Aspnet 30

Featured Blog

ASP.NET - Working with Gridview TemplateFields

dev1 wrote 2 months ago: 1. code behide public string ComputeSeniorityLevel(TimeSpan ts) { int numberOfDaysOnTheJob = ts.Days … more →

Tags: ASP.NET, ASP.NET 3.5

Call webservice from javascript

dev1 wrote 2 months ago: Move to http://dev.kratik.net/index.php/2009/10/11/call-webservice-from-javascript/ … more →

Tags: ASP.NET, javascript, AJAX, ASP.NET 3.5

How to use HtmlEncode with TemplateFields, Data Binding, and a GridView

dev1 wrote 2 months ago: Label ID="LabelDescription"            runat="server"            Text='<%# System.Web.HttpUtility … more →

Tags: ASP.NET, ASP.NET 3.5

Asp.net Permalinks Using URL Rewriting

dev1 wrote 2 months ago: A Permalink is a permanent link which points to a particular blog entry or forum entry. For example … more →

Tags: ASP.NET, ASP.NET 3.5

FileUpload in UpdatePanel, ASP.NET, like Gmail

dev1 wrote 2 months ago: http://geekswithblogs.net/ranganh/archive/2009/10/01/fileupload-in-updatepanel-asp.net-like-gmail.as … more →

Tags: ASP.NET, ASP.NET 3.5

ASP.NET Dynamic Data Preview #7: How Do I Use a DynamicControl in ListView and DetailsView Controls?

dev1 wrote 2 months ago: This video compares the same application written twice, once with Dynamic Data and once without. In … more →

Tags: ASP.NET, .NET, .NET 2.0, ASP.NET 3.5

Sorting Generic List

dev1 wrote 3 months ago: //Sorting List<> case Item is ListItem //============================================== List … more →

Tags: ASP.NET, .NET, AJAX, .NET 2.0, ASP.NET 3.5

ThaiBuddhistCalendar and DateTime Convertion

dev1 wrote 3 months ago: //date time utc DateTime _utc = DateTime.UtcNow; // utc --> thai ThaiBuddhistCalendar tbc = new T … more →

Tags: ASP.NET, .NET, .NET 2.0, ASP.NET 3.5

Convert DateTime Thai - Eng culture (Buddha - Christ Ex. year 2009 is 2552)

dev1 wrote 3 months ago: This post move to: http://dev.kratik.net/index.php/2009/09/07/convert-datetime-thai-eng-culture-budd … more →

Tags: ASP.NET, .NET, .NET 2.0, ASP.NET 3.5

Tips to optimize design-time build performance for Web Sites in Visual Studio

dev1 wrote 3 months ago: There have been a number of posts with tips to improve build performance within Visual Studio 2005.  … more →

Tags: ASP.NET, .NET, .NET 2.0, ASP.NET 3.5

Asp.Net Initialize Culture

dev1 wrote 3 months ago: 1. protected override void InitializeCulture()     {         string _culture = “th-TH“; … more →

Tags: ASP.NET, ASP.NET 3.5

LINQ to SQL Debug Visualizer

dev1 wrote 3 months ago:  Probably the biggest programming model improvement being made in .NET 3.5 is the work being done to … more →

Tags: .NET 2.0, ASP.NET 3.5

Working with LINQ Using Visual Studio 2005

dev1 wrote 3 months ago: LINQ is the general-purpose standard query operator that allows traversal, filter and projection ope … more →

Tags: ASP.NET, .NET, .NET 2.0, ASP.NET 3.5

LINQ

dev1 wrote 5 months ago: Great tool for LINQ Query Joseph Albahari has created a great tool for LINQ query expression. You ca … more →

Use explicit casting instead of DataBinder.Eval

dev1 wrote 6 months ago: The DataBinder.Eval method uses .NET reflection to evaluate the arguments that are passed in and to … more →

Generics List.FindAll (to filter)

dev1 wrote 6 months ago: move to http://dev.kratik.net/index.php/2009/06/15/generics-list-findall-to-filter/ … more →

Tags: ASP.NET, .NET, .NET 2.0

Step by step Setting up Gzip on IIS 6 (compressing servers output stream)

dev1 wrote 11 months ago: Move to http://dev.kratik.net/index.php/2008/12/30/step-by-step-setting-up-gzip-on-iis-6-compressing … more →

Tags: .NET, .NET 2.0, ASP.NET

App-Domain could not be created. Error: 0x80131902

dev1 wrote 1 year ago: Mike Stone tonight came across an interesting issue, not with rainbow, but an issue nonetheless. Whe … more →

ASP.NET 3.5, AJAX and WebServices

dev1 wrote 1 year ago: http://www.codedigest.com/Articles/ASPNET/52_ASPNET_35_AJAX_and_WebServices__.aspx http://blogs.micr … more →


Have your say. Start a blog.

See our free features →

Related Tags
All →

Follow this tag via RSS