Click here to Skip to main content
15,886,199 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionmulti-language using globaluzation and localization Pin
Amit Spadez3-Mar-10 18:10
professionalAmit Spadez3-Mar-10 18:10 
AnswerRe: multi-language using globaluzation and localization Pin
Brij3-Mar-10 19:08
mentorBrij3-Mar-10 19:08 
AnswerRe: multi-language using globaluzation and localization Pin
Amit M patel3-Mar-10 19:48
Amit M patel3-Mar-10 19:48 
QuestionBinding records taking more time with paging Pin
Member 38798813-Mar-10 17:59
Member 38798813-Mar-10 17:59 
AnswerRe: Binding records taking more time with paging Pin
Viral Upadhyay3-Mar-10 18:26
Viral Upadhyay3-Mar-10 18:26 
AnswerRe: Binding records taking more time with paging Pin
Brij3-Mar-10 18:52
mentorBrij3-Mar-10 18:52 
AnswerRe: Binding records taking more time with paging Pin
Pranay Rana3-Mar-10 18:57
professionalPranay Rana3-Mar-10 18:57 
AnswerRe: Binding records taking more time with paging Pin
Amit M patel3-Mar-10 19:56
Amit M patel3-Mar-10 19:56 
Yes I am also agree with previous answers, in your case you need to do paging in your database side and each paging time you need to bind grid with new fatched from DB.

For paging in Database you can use below logic


select top x * from dbo.EmpDetails where ID not in (select top (x*(p-1))ID from dbo.EmpDetails order by ID)
order by ID


Here X = No records per Page
P = Page no.
With Regards,
Amit Patel
91-9328488961
India

QuestionDynamic Report Builder Pin
RB@Emphasys3-Mar-10 10:18
RB@Emphasys3-Mar-10 10:18 
AnswerRe: Dynamic Report Builder Pin
T M Gray3-Mar-10 10:54
T M Gray3-Mar-10 10:54 
GeneralRe: Dynamic Report Builder Pin
FyreWyrm3-Mar-10 14:16
FyreWyrm3-Mar-10 14:16 
QuestionEdit PDF files in Browser in asp.net Pin
pssuresh3-Mar-10 9:07
pssuresh3-Mar-10 9:07 
AnswerRe: Edit PDF files in Browser in asp.net Pin
Gregory Gadow3-Mar-10 10:28
Gregory Gadow3-Mar-10 10:28 
AnswerRe: Edit PDF files in Browser in asp.net Pin
AndyBot3-Mar-10 19:13
AndyBot3-Mar-10 19:13 
QuestionHow to create table with uneven columns [modified] Solved! Pin
josephu3-Mar-10 6:47
josephu3-Mar-10 6:47 
AnswerRe: How to create table with uneven columns Pin
Ennis Ray Lynch, Jr.3-Mar-10 10:11
Ennis Ray Lynch, Jr.3-Mar-10 10:11 
AnswerRe: How to create table with uneven columns Pin
T M Gray3-Mar-10 10:49
T M Gray3-Mar-10 10:49 
GeneralRe: How to create table with uneven columns [modified] Pin
josephu3-Mar-10 11:29
josephu3-Mar-10 11:29 
AnswerRe: How to create table with uneven columns [modified] Solved! Pin
chengclq3-Mar-10 19:16
chengclq3-Mar-10 19:16 
QuestionMvc Handling POST Requests Pin
Jammer3-Mar-10 6:05
Jammer3-Mar-10 6:05 
AnswerRe: Mvc Handling POST Requests Pin
Not Active3-Mar-10 7:09
mentorNot Active3-Mar-10 7:09 
GeneralRe: Mvc Handling POST Requests Pin
Jammer3-Mar-10 10:57
Jammer3-Mar-10 10:57 
QuestionExcel Import Problem Pin
adkalavadia3-Mar-10 3:55
adkalavadia3-Mar-10 3:55 
AnswerRe: Excel Import Problem Pin
T M Gray3-Mar-10 6:40
T M Gray3-Mar-10 6:40 
GeneralRe: Excel Import Problem Pin
adkalavadia3-Mar-10 17:37
adkalavadia3-Mar-10 17:37 

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.