Click here to Skip to main content
15,885,895 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: help on popup window Pin
Arun Jacob23-Apr-10 1:07
Arun Jacob23-Apr-10 1:07 
GeneralRe: help on popup window Pin
S.Aijaz23-Apr-10 1:39
S.Aijaz23-Apr-10 1:39 
AnswerRe: help on popup window Pin
Brij23-Apr-10 1:14
mentorBrij23-Apr-10 1:14 
GeneralRe: help on popup window Pin
S.Aijaz23-Apr-10 1:50
S.Aijaz23-Apr-10 1:50 
GeneralRe: help on popup window Pin
Brij23-Apr-10 2:33
mentorBrij23-Apr-10 2:33 
AnswerRe: help on popup window Pin
Sandesh M Patil23-Apr-10 1:15
Sandesh M Patil23-Apr-10 1:15 
AnswerRe: help on popup window Pin
T M Gray23-Apr-10 10:18
T M Gray23-Apr-10 10:18 
QuestionSql LIMIT Pin
Morgs Morgan23-Apr-10 0:02
Morgs Morgan23-Apr-10 0:02 
Hi guys, tryn use the MS Sql LIMIT claus but not returning any values at all.
I tried both this but none return any values:
1. string query = @"SELECT * FROM [contact] LIMIT 0, 10 WHERE [user_id] = '" + userid + "'";
2. string query = @"SELECT * FROM [contact] WHERE [user_id] = '" + userid + "' LIMIT 0, 10";

I tried to use the OFFSET, but no luck either....
So far i have 30 sample contacts and would like to retrieve them 10 each
and none of the two statements are returning any record...
Anyone see my mistake here? please help...
Thanks,
Morg
AnswerRe: Sql LIMIT Pin
Viral Upadhyay23-Apr-10 1:19
Viral Upadhyay23-Apr-10 1:19 
GeneralRe: Sql LIMIT Pin
Morgs Morgan23-Apr-10 3:01
Morgs Morgan23-Apr-10 3:01 
AnswerRe: Sql LIMIT Pin
Sandesh M Patil23-Apr-10 5:00
Sandesh M Patil23-Apr-10 5:00 
AnswerRe: Sql LIMIT Pin
T M Gray23-Apr-10 10:36
T M Gray23-Apr-10 10:36 
GeneralRe: Sql LIMIT Pin
Morgs Morgan27-Apr-10 20:20
Morgs Morgan27-Apr-10 20:20 
QuestionASP.Net Experts Pin
CrazyCoder2623-Apr-10 0:00
CrazyCoder2623-Apr-10 0:00 
QuestionDeveloping Remainder Application Pin
dayakar_dn22-Apr-10 23:45
dayakar_dn22-Apr-10 23:45 
AnswerRe: Developing Remainder Application Pin
Brij23-Apr-10 0:01
mentorBrij23-Apr-10 0:01 
AnswerRe: Developing Remainder Application Pin
CrazyCoder2623-Apr-10 0:02
CrazyCoder2623-Apr-10 0:02 
AnswerRe: Developing Remainder Application Pin
Sandesh M Patil23-Apr-10 0:04
Sandesh M Patil23-Apr-10 0:04 
QuestionIframe containing PDF Pin
raghvendrapanda22-Apr-10 23:10
raghvendrapanda22-Apr-10 23:10 
AnswerRe: Iframe containing PDF Pin
sashidhar24-Apr-10 1:19
sashidhar24-Apr-10 1:19 
Questionstop login if user has already loggedin with same userid Pin
vikas shukla22-Apr-10 21:49
vikas shukla22-Apr-10 21:49 
AnswerRe: stop login if user has already loggedin with same userid Pin
Brij22-Apr-10 21:56
mentorBrij22-Apr-10 21:56 
GeneralRe: stop login if user has already loggedin with same userid Pin
Abhijit Jana22-Apr-10 22:22
professionalAbhijit Jana22-Apr-10 22:22 
GeneralRe: stop login if user has already loggedin with same userid Pin
vikas shukla22-Apr-10 22:47
vikas shukla22-Apr-10 22:47 
GeneralRe: stop login if user has already loggedin with same userid Pin
Brij22-Apr-10 22:52
mentorBrij22-Apr-10 22:52 

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.