Click here to Skip to main content
15,916,042 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Decimals passing problem. Pin
eyeseetee1-May-08 2:27
eyeseetee1-May-08 2:27 
AnswerRe: Decimals passing problem. Pin
Guffa1-May-08 11:02
Guffa1-May-08 11:02 
AnswerRe: Decimals passing problem. Pin
Adeel Chaudhry2-May-08 2:57
Adeel Chaudhry2-May-08 2:57 
QuestionProblem with Generic Resource Files Causing a NotSupportedException Pin
Dario Solera1-May-08 0:44
Dario Solera1-May-08 0:44 
Questionsqlserver function <<top>>??? Pin
mr.mohsen1-May-08 0:01
mr.mohsen1-May-08 0:01 
AnswerRe: sqlserver function <<top>>??? Pin
eyeseetee1-May-08 0:09
eyeseetee1-May-08 0:09 
AnswerRe: sqlserver function <<top>>??? [modified] Pin
Blue_Boy1-May-08 0:16
Blue_Boy1-May-08 0:16 
AnswerRe: sqlserver function <<top>>??? Pin
R. Giskard Reventlov1-May-08 0:34
R. Giskard Reventlov1-May-08 0:34 
Try this:

select * from (
select
(select count(*) from action t2 where t2.action_when <= t1.action_when) as RowIndex,
t1.*
from
action t1) t3
where
RowIndex between 10 and 20

substitute your own table and column names as appropriate.

If you are using SQL 2005 you can use rank() over. I'll leave you to look that up as required.


AnswerRe: sqlserver function &lt;&lt;top&gt;&gt;??? Pin
leckey1-May-08 2:58
leckey1-May-08 2:58 
GeneralRe: sqlserver function &lt;&lt;top&gt;&gt;??? Pin
Blue_Boy1-May-08 3:30
Blue_Boy1-May-08 3:30 
QuestionHow can i set css in add attribute Pin
eyeseetee30-Apr-08 23:43
eyeseetee30-Apr-08 23:43 
AnswerRe: How can i set css in add attribute Pin
R. Giskard Reventlov30-Apr-08 23:54
R. Giskard Reventlov30-Apr-08 23:54 
QuestionHow digrams and flowchart created wit asp.net Pin
Ajeet mittal30-Apr-08 21:38
Ajeet mittal30-Apr-08 21:38 
AnswerRe: How digrams and flowchart created wit asp.net Pin
eyeseetee30-Apr-08 22:30
eyeseetee30-Apr-08 22:30 
AnswerRe: How digrams and flowchart created wit asp.net Pin
Christian Graus30-Apr-08 23:16
protectorChristian Graus30-Apr-08 23:16 
Questionpassing values from HTML to aspx forms Pin
Kartik Rathi30-Apr-08 21:36
Kartik Rathi30-Apr-08 21:36 
AnswerRe: passing values from HTML to aspx forms Pin
eyeseetee30-Apr-08 22:29
eyeseetee30-Apr-08 22:29 
GeneralRe: passing values from HTML to aspx forms Pin
Kartik Rathi30-Apr-08 22:56
Kartik Rathi30-Apr-08 22:56 
GeneralRe: passing values from HTML to aspx forms Pin
Christian Graus30-Apr-08 23:19
protectorChristian Graus30-Apr-08 23:19 
GeneralRe: passing values from HTML to aspx forms Pin
eyeseetee30-Apr-08 23:40
eyeseetee30-Apr-08 23:40 
Questionjava script for printing Pin
rajkumar.330-Apr-08 21:23
rajkumar.330-Apr-08 21:23 
AnswerRe: java script for printing Pin
Christian Graus30-Apr-08 23:18
protectorChristian Graus30-Apr-08 23:18 
Questiondistance Between two Location Pin
Krazy Programmer30-Apr-08 21:06
Krazy Programmer30-Apr-08 21:06 
AnswerRe: distance Between two Location Pin
Unknown Ajanabi30-Apr-08 21:21
Unknown Ajanabi30-Apr-08 21:21 
QuestionValidators gives error on remote server Pin
needhi_p30-Apr-08 19:30
needhi_p30-Apr-08 19:30 

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.