Click here to Skip to main content
15,902,198 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: sql query for next and previous record in asp.net Pin
Not Active19-Jul-07 2:23
mentorNot Active19-Jul-07 2:23 
QuestionGridview SortExpression Pin
deep719-Jul-07 1:22
deep719-Jul-07 1:22 
AnswerRe: Gridview SortExpression Pin
Imran Khan Pathan19-Jul-07 1:24
Imran Khan Pathan19-Jul-07 1:24 
GeneralRe: Gridview SortExpression Pin
deep719-Jul-07 1:37
deep719-Jul-07 1:37 
Questiondisplaying latest 5 values from database table in datagrid Pin
mavii19-Jul-07 0:59
mavii19-Jul-07 0:59 
AnswerRe: displaying latest 5 values from database table in datagrid Pin
Eduard Keilholz19-Jul-07 1:02
Eduard Keilholz19-Jul-07 1:02 
GeneralRe: displaying latest 5 values from database table in datagrid Pin
Sonia Gupta19-Jul-07 1:46
Sonia Gupta19-Jul-07 1:46 
GeneralRe: displaying latest 5 values from database table in datagrid Pin
Eduard Keilholz19-Jul-07 2:29
Eduard Keilholz19-Jul-07 2:29 
Sir,

I think you need to invert the order of your result set then...

ORDER BY Fieldname DESC

This will make sql sort the result set descending on field Fieldname and then pick the top 5 (which is then the latest 5)

.: I love it when a plan comes together :.
http://www.zonderpunt.nl

AnswerRe: displaying latest 5 values from database table in datagrid Pin
Sathesh Sakthivel19-Jul-07 1:03
Sathesh Sakthivel19-Jul-07 1:03 
AnswerRe: displaying latest 5 values from database table in datagrid Pin
Md Mustafa19-Jul-07 2:04
Md Mustafa19-Jul-07 2:04 
Questionuploaded problem Pin
saravanan0519-Jul-07 0:35
saravanan0519-Jul-07 0:35 
AnswerRe: uploaded problem Pin
Sathesh Sakthivel19-Jul-07 0:43
Sathesh Sakthivel19-Jul-07 0:43 
GeneralRe: uploaded problem Pin
saravanan0519-Jul-07 1:15
saravanan0519-Jul-07 1:15 
GeneralRe: uploaded problem Pin
Sathesh Sakthivel19-Jul-07 1:18
Sathesh Sakthivel19-Jul-07 1:18 
GeneralRe: uploaded problem Pin
saravanan0519-Jul-07 1:37
saravanan0519-Jul-07 1:37 
GeneralRe: uploaded problem Pin
Sathesh Sakthivel19-Jul-07 2:07
Sathesh Sakthivel19-Jul-07 2:07 
QuestionDrag and Drop control in asp.net Pin
Milind Panchal19-Jul-07 0:11
Milind Panchal19-Jul-07 0:11 
AnswerRe: Drag and Drop control in asp.net Pin
sathesh pandian19-Jul-07 2:07
sathesh pandian19-Jul-07 2:07 
QuestionConvert apsx page to AJax enabled site Pin
Archana New to Dotnet19-Jul-07 0:02
Archana New to Dotnet19-Jul-07 0:02 
AnswerRe: Convert apsx page to AJax enabled site Pin
Imran Khan Pathan19-Jul-07 0:20
Imran Khan Pathan19-Jul-07 0:20 
GeneralRe: Convert apsx page to AJax enabled site Pin
Archana New to Dotnet19-Jul-07 0:55
Archana New to Dotnet19-Jul-07 0:55 
AnswerRe: Convert apsx page to AJax enabled site Pin
Sylvester george19-Jul-07 0:23
Sylvester george19-Jul-07 0:23 
GeneralRe: Convert apsx page to AJax enabled site Pin
Archana New to Dotnet19-Jul-07 0:55
Archana New to Dotnet19-Jul-07 0:55 
QuestionHow to create a Folder Pin
Amit.Amit.Amit...18-Jul-07 23:24
Amit.Amit.Amit...18-Jul-07 23:24 
AnswerRe: How to create a Folder Pin
N a v a n e e t h18-Jul-07 23:50
N a v a n e e t h18-Jul-07 23:50 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.