Thursday, 27 January 2011
How to filter data correctly on a repeating table in an InfoPath form using a date range
›
If you have used InfoPath in your developments, you might have come across with the issue of filtering data using a date range, after the da...
8 comments:
Tuesday, 18 January 2011
Repeating a SQL row based on a value in a different column
›
There are times that we get requirements such as populating and duplicate SQL rows, based on a value, on another column. E.g.: In an invento...
2 comments:
Designing a windows form where size exceeds your screen’s resolution
›
Some times we need to design forms in our applications, beyond the size of our development machines screen resolution. But the worse case i...
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:
‹
›
Home
View web version