Click here to Skip to main content
15,893,508 members

Comments by Surendra0x2 (Top 166 by date)

Surendra0x2 31-Aug-15 9:40am View    
Thanks for your reply sir but i have already checked CHKDSK command but it is still giving same error
Surendra0x2 6-Aug-15 14:35pm View    
Sir i have designed Product table but stuck with how to manage productAttribute table as a product price will vary according to its attribute like size color and material i tried to design productOptionGroup table which contains optiongroupid and optionGroupName like 1-color 2-size 3-material and other table called Option value table which contains optionid optiongroupid option value like 1-1-Red 2-2-XL and after these two table a combination of both table Productid l Optiongroupid Optionid l Productincrement like 1001 l 1 l 1 l 30$ here 1001 is productid 1 is optiongroupid , 1 is optionid and 30$ is price increment here problem is i want to decide price according to two or multiple attributes but acording to this table structure price is varying with on attibute at a time but i want two or more attribute to decide price like productid 1001 havin in red color and xL size and in cotton then its price will increment means price can vary more than 1 attribute too. But in my table structure only one attribute can be applied to decide price but i want both size and color to vary price. Thanks
Surendra0x2 6-Aug-15 14:15pm View    
Deleted
http://www.webassist.com/community/tutorials/attachments/101/314/var/www/vhosts/webassist.com/user_uploads/tutorials/attachments/101/314/proportion/schema_02061217_w753_h698/schema_02061217_09250649.png
Surendra0x2 11-Mar-15 8:25am View    
error: function () {
windows.location.href = "URL";
}
Use ajax error function
Surendra0x2 11-Mar-15 8:15am View    
https://raasukutty.wordpress.com/2009/06/18/c-calculate-age-in-years-month-and-days/
https://gist.github.com/faisalman/1724253

refer these links...