16,020,345 members
Sign in
Sign in
Email
Password
Forgot your password?
Sign in with
home
articles
Browse Topics
>
Latest Articles
Top Articles
Posting/Update Guidelines
Article Help Forum
Submit an article or tip
Import GitHub Project
Import your Blog
quick answers
Q&A
Ask a Question
View Unanswered Questions
View All Questions
View C# questions
View C++ questions
View Visual Basic questions
View Javascript questions
View .NET questions
discussions
forums
CodeProject.AI Server
All Message Boards...
Application Lifecycle
>
Running a Business
Sales / Marketing
Collaboration / Beta Testing
Work Issues
Design and Architecture
Artificial Intelligence
ASP.NET
JavaScript
Internet of Things
C / C++ / MFC
>
ATL / WTL / STL
Managed C++/CLI
C#
Free Tools
Objective-C and Swift
Database
Hardware & Devices
>
System Admin
Hosting and Servers
Java
Linux Programming
Python
.NET (Core and Framework)
Android
iOS
Mobile
WPF
Visual Basic
Web Development
Site Bugs / Suggestions
Spam and Abuse Watch
features
features
Competitions
News
The Insider Newsletter
The Daily Build Newsletter
Newsletter archive
Surveys
CodeProject Stuff
community
lounge
Who's Who
Most Valuable Professionals
The Lounge
The CodeProject Blog
Where I Am: Member Photos
The Insider News
The Weird & The Wonderful
help
?
What is 'CodeProject'?
General FAQ
Ask a Question
Bugs and Suggestions
Article Help Forum
About Us
Search within:
Articles
Quick Answers
Messages
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