.Net Articles
January 17, 2010
ISNAN in javascript
›
isNaN(value) function Well, isNan function determines whther a value is number or not.. if it is not a number, it returs true else it return...
extract decimals from an integer
›
Here number is 1.35 decno=mynumber.substring(mynumber.indexOf('.'), mynumber.length); Use the substring function to extract from the...
January 5, 2010
Printscreens in Miscrosoft Note 2007
›
tips for taking perfect printscreens using microsoft note 2007 STEP1: As img below STEP2: Click Window key with S -> Select area u want p...
1 comment:
January 4, 2010
Alternate row colors in Crystal Reports
›
STEPS: After defining the databse objects in crystal reports,right click details section -> section expert -> details -> color -...
2 comments:
Coloring row fields for an IFIELD object in crystal report
›
coloring a particular field in crystal report... we must be thinking programatically coloring an IFIELD(database) object is pretty difficult...
›
Home
View web version