Click here to Skip to main content
16,020,345 members

Comments by velusamyips (Top 5 by date)

velusamyips 29-Oct-13 3:14am View    
error occurred: Input string was not in a correct format
velusamyips 29-Oct-13 2:29am View    
Here i removed the styles means it will work fine, but i need style.
velusamyips 29-Oct-13 2:25am View    
found the error in the line

htmlStr += "<tr><td><table width='100%'><tr><td align='center'><img src=" + id + " /></td></tr><tr><td align='center'>" + Name + "</td></tr></table></td><td><table border='1' style='border-color:Blue; border-style:solid;border-radius:7px;><tr valign='middle'><td align='left'>Features: <br/><p style='margin-top: 10px;'>" + Pass + "</p></td></tr></table></td></tr>";
velusamyips 27-Aug-13 2:24am View    
For example dates are

02/04/2013
05/04/2013
27/08/20143(current date)
25/08/2013
02/09/2013

I need to order dates like this


27/08/20143(current date)
02/09/2013
25/08/2013
05/04/2013
02/04/2013
velusamyips 27-Aug-13 2:19am View    
The records contain feature dates also, if i use ORDER BY Date DESC means feature on top, but i need to show current date records on top