Click here to Skip to main content
15,893,337 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionCant reach object in LoginView ??? (C#) Pin
totocaster19-Jul-07 2:09
totocaster19-Jul-07 2:09 
Questionsql query for next and previous record in asp.net Pin
Sonia Gupta19-Jul-07 1:41
Sonia Gupta19-Jul-07 1:41 
AnswerRe: sql query for next and previous record in asp.net Pin
Piyush Vardhan Singh19-Jul-07 1:54
Piyush Vardhan Singh19-Jul-07 1:54 
GeneralRe: sql query for next and previous record in asp.net Pin
Piyush Vardhan Singh19-Jul-07 2:03
Piyush Vardhan Singh19-Jul-07 2:03 
AnswerRe: sql query for next and previous record in asp.net Pin
Sathesh Sakthivel19-Jul-07 2:10
Sathesh Sakthivel19-Jul-07 2:10 
AnswerRe: sql query for next and previous record in asp.net Pin
Not Active19-Jul-07 2:14
mentorNot Active19-Jul-07 2:14 
AnswerRe: sql query for next and previous record in asp.net Pin
Raghvendra Kumar Roy19-Jul-07 2:16
Raghvendra Kumar Roy19-Jul-07 2:16 
GeneralRe: sql query for next and previous record in asp.net Pin
Not Active19-Jul-07 2:23
mentorNot Active19-Jul-07 2:23 
You mean this won't work

SELECT  Description, Date<br />
FROM     (SELECT  ROW_NUMBER() OVER (ORDER BY Date DESC)<br />
             AS Row, Description, Date FROM LOG)<br />
            AS LogWithRowNumbers<br />
WHERE  Row >= 1 AND Row <= 10


Guess I have a unique build of SQL Server 2005.

See the links in my post.


only two letters away from being an asset

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 
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 

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.