Posts

Showing posts from February, 2013
Text in Proper Case or say Title Case ;-  lnk_1.Text = CultureInfo.CurrentCulture.TextInfo.ToTitleCase("Find a goal");  //TextInfo UsaTextInfo = new CultureInfo("en-US", false).TextInfo; Ouput: Find A Goal
Comparing a value in between two columns I have a table TblControl. Data type of both field is int. StartRange End Range BMIClassification Table startval endvalue 0 100 200 300 500 600 900 950 SELECT StartRange, EndRange FROM Control WHERE 225 BETWEEN StartRange AND EndRange eg:- Declare @BMIValue int set @BMIValue=34 SELECT * FROM BMIClassification WHERE @BMIValue between startval and endvalue    
Cart URL http://demo.opencart.com/admin/index.php?route=catalog/product&token=e1ce5583d537727fce5af2d43e894c50   http://www.cs- cart .com/demo- item.html http://discover.store.sony. com/tablet/#specs/diagram   http://www.bit- cart .com/ shopping- cart -live-demo.html