Tuesday, 28 December 2010
Fixed - One or more ActiveX controls could not be displayed because either:...– When opening windows services screen
›
Sometimes when opening windows services screen (or by running ‘services.msc’ from the command prompt) you might receive the following err...
14 comments:
Thursday, 9 December 2010
Constructor Chaining in C#
›
What’s ‘Constructor Chaining’ ? Constructor Chaining is an approach where a constructor calls another constructor in the same or base cl...
2 comments:
Friday, 3 December 2010
Show properties of a class on Property Grid
›
When developing user controls, usually we use Booleans, Integers, Strings, etc.. as data types of the attributes of the control. But sometim...
1 comment:
Wednesday, 1 December 2010
Calling Methods using Named Parameters using C# 4.0
›
Another new feature added to .Net 4.0 is to call methods using named parameters. This is very handy when calling a method which has optional...
Defining Optional Parameters for Methods using C# 4.0
›
The ability to create methods or functions with optional parameters/arguments was there in VB 6.0. How ever it was taken away when .Net came...
Thursday, 25 November 2010
Disabling tab pages on a Tab Control
›
Sometimes there can be a requirement, which we have to prevent users from accessing certain tab pages on a tab control. But there’s no strai...
3 comments:
Thursday, 18 November 2010
Show an image saved in a SQL Table on an ASP.Net Image Control
›
In a previous entry I have shown, how to store images to a database table . Now I will show you how to retrieve it and show it on a ASP.Net ...
6 comments:
Saving an image to a SQL Database Table
›
Sometimes it’s not the best of method, to store images in to the database, since it’ll take lot of database space. But there are times, that...
Wednesday, 17 November 2010
Changing App.config contents at runtime
›
Sometimes it is required to change the contents of ‘App.config’ file. Assume if we are allowing user to override things like taxrates, which...
‹
›
Home
View web version