Al Programming
Free source code programming in C#, VB.Net, Java, SQL
Friday, November 30, 2012
How to change colums color to RadGridView (VB.NET)
›
Telerik > RadGridView > Cell Formatting CellFormatting event is used to add formatting to grid cells Because of UI virtuali...
Wednesday, November 28, 2012
Cursor SQL Server
›
SQL Server > Data Types > Cursor SQL Server statements produce a complete result set, but there are times when the results are bes...
Find Last Day of Previous Month SQL Server
›
SQL Server > Built-in Functions > DATEADD > Find Last Day of Previous Month SELECT DATEADD ( s ,- 1 , DATEADD ( mm , DAT...
Google’s Romanian Domain Gets Taken Down By Algerian Hacker MCA-CRB
›
That’s not an empty threat, it seems. MCA-DRB, according to Zone-h’s registry of hacked sites, has been responsible for 5,530 site hacks a...
Handle events for dynamic run-time controls - VB.NET
›
VB.NET > Statements > AddHandler > A dd event to dynamic control Use AddHandler and AddressOf to add event to dynamic cont...
Tuesday, November 27, 2012
readonly c#
›
C# > Modifiers > readonly Readonly prevents a field to be changed. When a field declaration includes a readonly modifier, as...
Monday, November 26, 2012
Math.Round
›
C# > System > Math class > Round Rounds a double-precision floating-point value to a specified number of fractional digits. ...
‹
›
Home
View web version