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

ASP.NET

 
GeneralRe: Looking different in Mozilla Pin
Vasudevan Deepak Kumar13-Nov-07 21:39
Vasudevan Deepak Kumar13-Nov-07 21:39 
AnswerRe: Looking different in Mozilla Pin
Michael Sync13-Nov-07 20:17
Michael Sync13-Nov-07 20:17 
GeneralRe: Looking different in Mozilla Pin
N a v a n e e t h13-Nov-07 20:24
N a v a n e e t h13-Nov-07 20:24 
GeneralRe: Looking different in Mozilla Pin
Michael Sync13-Nov-07 20:37
Michael Sync13-Nov-07 20:37 
GeneralRe: Looking different in Mozilla Pin
N a v a n e e t h13-Nov-07 21:42
N a v a n e e t h13-Nov-07 21:42 
AnswerRe: Looking different in Mozilla Pin
Christian Graus13-Nov-07 20:20
protectorChristian Graus13-Nov-07 20:20 
GeneralRe: Looking different in Mozilla Pin
N a v a n e e t h13-Nov-07 20:23
N a v a n e e t h13-Nov-07 20:23 
Questionpaging & sorting in gridview Pin
Jintal Patel13-Nov-07 19:58
Jintal Patel13-Nov-07 19:58 
hi
how to implement paging & sorting in gridview...both r working but if my page size is 20 and records r 60 then the sorting done on 60 records insted of 20 record of current page...

i have tried like this

public DataSet GetDatasetForPage(DataSet dsGlobal, int pageindex, int pagesize)
{
string Query = "Select * From tb where Deleted!=1";
SqlConnection myConnection = dbAccess.SQLConn;
dsGlobal.Tables[0].
SqlDataAdapter dapter = new SqlDataAdapter(Query,myConnection);
dapter.Fill(dsGlobal, pageindex, pagesize, "tb");
return (dsGlobal);
}

but i don't want to execute select statement each and every time...


Jintal Patel

AnswerRe: paging & sorting in gridview Pin
Christian Graus13-Nov-07 20:01
protectorChristian Graus13-Nov-07 20:01 
Questioncreating multilingual website Pin
Ravi_2113-Nov-07 19:33
Ravi_2113-Nov-07 19:33 
AnswerRe: creating multilingual website Pin
Michael Sync13-Nov-07 19:47
Michael Sync13-Nov-07 19:47 
AnswerRe: creating multilingual website Pin
N a v a n e e t h13-Nov-07 19:54
N a v a n e e t h13-Nov-07 19:54 
AnswerRe: creating multilingual website Pin
Vasudevan Deepak Kumar13-Nov-07 21:31
Vasudevan Deepak Kumar13-Nov-07 21:31 
GeneralRe: creating multilingual website Pin
Paul Conrad23-Dec-07 14:56
professionalPaul Conrad23-Dec-07 14:56 
Questionwindows form datagridview Pin
kiran@p2softech13-Nov-07 18:39
kiran@p2softech13-Nov-07 18:39 
AnswerRe: windows form datagridview Pin
Christian Graus13-Nov-07 18:42
protectorChristian Graus13-Nov-07 18:42 
Questioncan we store date time in millisecond formate( Pin
Piyush Vardhan Singh13-Nov-07 18:23
Piyush Vardhan Singh13-Nov-07 18:23 
AnswerRe: can we store date time in millisecond formate( Pin
Sonia Gupta13-Nov-07 18:35
Sonia Gupta13-Nov-07 18:35 
GeneralRe: can we store date time in millisecond formate( Pin
Piyush Vardhan Singh13-Nov-07 18:53
Piyush Vardhan Singh13-Nov-07 18:53 
GeneralRe: can we store date time in millisecond formate( Pin
InsDev13-Nov-07 18:57
InsDev13-Nov-07 18:57 
AnswerRe: can we store date time in millisecond formate( Pin
InsDev13-Nov-07 18:56
InsDev13-Nov-07 18:56 
GeneralRe: can we store date time in millisecond formate( Pin
Piyush Vardhan Singh13-Nov-07 19:14
Piyush Vardhan Singh13-Nov-07 19:14 
GeneralRe: can we store date time in millisecond formate( Pin
InsDev13-Nov-07 19:16
InsDev13-Nov-07 19:16 
Generalhow to use Distinct in ms access Pin
Piyush Vardhan Singh13-Nov-07 19:47
Piyush Vardhan Singh13-Nov-07 19:47 
QuestionHow Can I ???? Pin
Vanamaindia13-Nov-07 18:14
Vanamaindia13-Nov-07 18:14 

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.