ASP.NET

Ajax Control Toolkit November 2011 Release

Stephen Walther , in his blog announces the release of the Ajax Control Toolkit November 2011 release which is now available as download and NuGet Package . The Ajax Control Toolkit November 2011 Release can be downloaded from the CodePlex site The Current release of the Ajax Control Toolkit November 2011 release includes a new Balloon Popup control and also adds improvements to the tab control . Ajax Control Tool Read More....

Be the first to comment - What do you think?
Posted by Senthil Kumar - November 20, 2011 at 9:36 pm

Categories: ASP.NET   Tags: , ,

Dotnet Developers – Did u notice the Google talk Plugin installer ???

Well , it we only recently that i noticed how the installation of google talk plugin inside the Gmail works . Well , the installation had some interesting information for .NET Developers . Just check the Installation screenshots that i took below . Well , It has the similar concept and the UI as the Click Once Deployment in .NET ) ClickOnce deployment makes things easier for installing the Application  for all Read More....

1 comment - What do you think?
Posted by Senthil Kumar - November 5, 2010 at 11:10 pm

Categories: .NET, ASP.NET, C#, Others, Visual Studio 2010, Windows Application   Tags: , , , , , , ,

Fix for Visual Studio 2010 – Hangs when debugging ASP.Net 3.5 Web application

Joel Varty , in his blog highlights fix for the users of Visual Studio 2010 who have problems with the IDE that hangs when debugging ASP.NET 3.5 applications. The Bug information can be found in the Microsoft's Connect site .

Read more...

1 comment - What do you think?
Posted by Senthil Kumar - August 29, 2010 at 12:23 pm

Categories: .NET, ASP.NET, Visual Studio 2010   Tags: , , , , , ,

9th Edition of Microsoft’s Virtual Techdays

Microsoft Virtual Techdays is back . It is one of the India’s premier online technical event and this time its the 9th Edition and will be held from August 18-20 , 2010 . The Microsoft’s Virtual Techdays is an Online event and will have about 30 sessions everyday and is completely FREE. The tracks are categorized by targetting Developers , IT / Infrastructure Professionals , Enterprise Developers etc & Read More....

Be the first to comment - What do you think?
Posted by Senthil Kumar - August 13, 2010 at 11:33 pm

Categories: .NET, ASP.NET, ASP.NET MVC, C#, Compact Framework / Windows Mobile, Entity Framework, Events, F#, Mono, Security, Visual Studio 2010, Windows Application, Windows Phone 7   Tags: , , , , , , , , , , , , , , , , ,

Themes for the Visual Studio 2010 IDE

I was searching for an Visual Studio extension which can theme the Visual Studio 2010 IDE , and found this nice extension "Visual Studio Color Theme Editor" created by Matthew Johnson .

Read more...

2 comments - What do you think?
Posted by Senthil Kumar - June 21, 2010 at 11:08 pm

Categories: .NET, ASP.NET, C#, Security, Visual Studio 2010   Tags: , , , , , , , ,

Visual Studio 2010 and .NET Framework 4 Training Kit – June 2010 Release

The Visual Studio 2010 and .NET Framework 4 Training Kit includes presentations, hands-on labs, and demos that introduces or helps one to learn about Visual Studio 2010 features . The June 2010 Release of the Visual Studio 2010 and .NET Framework 4 Training Kit is now available for download . This covers some of the intro. topics like New features in Visual Studio 2010 New features in C# 4 and Visual Basic 10 Intr Read More....

Be the first to comment - What do you think?
Posted by Senthil Kumar - June 18, 2010 at 10:55 pm

Categories: .NET, ASP.NET, ASP.NET MVC, C#, F#, Visual Studio 2010, Windows Application   Tags: , , , , , , , , , , , , ,

Auto Implemented Properties in .NET

If we want to create a class with a bunch of public properties , we generally do it by storing the value of the properties in private field. Eg : Class Student { private int id; public int ID { get { return id; } set { id=value; } } }

Read more...

5 comments - What do you think?
Posted by Senthil Kumar - April 30, 2010 at 9:46 pm

Categories: .NET, ASP.NET, Compact Framework / Windows Mobile, Visual Studio 2010   Tags: , , , , , , , , , , , , , ,

Autocomplete Extender Control in ASP.NET

AutoComplete is an ASP.NET AJAX extender that can be attached to any TextBox control, and will associate that control with a popup panel to display words that begin with the prefix typed into the textbox. Extenders are server controls that allow to extend a set of ASP.NET server controls by adding client side functionality.

Read more...

3 comments - What do you think?
Posted by Senthil Kumar - July 30, 2009 at 5:39 pm

Categories: .NET, ASP.NET   Tags: , , , , , , ,

Retreive User’s IP Address in ASP.NET

There may be a requirement of getting the user's IP address using ASP.NET and C# or VB .NET when a user logs in to the webpage. This can be achieved easily with the .NET Framework. The IP Address can be retreived in the following ways.

Read more...

1 comment - What do you think?
Posted by Senthil Kumar - July 10, 2009 at 5:53 pm

Categories: .NET, ASP.NET, ASP.NET MVC   Tags: , , , , , , , , , ,

Adding Controls during Runtime ( Dynamically ) in ASP.NET

Well i have been wandering around here and ther for quite a few days in understanding how to dynamically create the controls during the runtime in VS 2008. All it ended out to be a very simple one. This is achieved through the methods Controls.add that is available with the panel or with each page.

Read more...

29 comments - What do you think?
Posted by Senthil Kumar - November 10, 2008 at 5:38 pm

Categories: .NET, ASP.NET   Tags: , ,

Adding rows and columns to DataGrid Dynamically

Well , it took me sometime to understand how to add rows and columns to the datagrid dynamically.Infact its very simple provided u remember to few syntax of DataColumn and DataRow. Here are the steps.

Read more...

1 comment - What do you think?
Posted by Senthil Kumar - August 18, 2008 at 5:02 am

Categories: .NET, ASP.NET   Tags: , , , , , ,

© 2011-2012 Senthil Kumar's Blog This is my personal blog .The opinions expressed here represent my own and not those of my employer . All Rights Reserved -- Copyright notice by Blog Copyright