Click here to Skip to main content
15,906,626 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionXmlDataSource [modified] Pin
mcgann17-Aug-06 0:22
mcgann17-Aug-06 0:22 
AnswerRe: XmlDataSource Pin
seee sharp17-Aug-06 2:56
seee sharp17-Aug-06 2:56 
QuestionHow to take reference of connection string or connection Pin
sabby200617-Aug-06 0:18
sabby200617-Aug-06 0:18 
AnswerRe: How to take reference of connection string or connection Pin
_AK_17-Aug-06 0:24
_AK_17-Aug-06 0:24 
QuestionOnSelectedIndexChanged not firing for first selected item in a DropDownList Pin
spoa17-Aug-06 0:12
spoa17-Aug-06 0:12 
AnswerRe: OnSelectedIndexChanged not firing for first selected item in a DropDownList Pin
minhpc_bk17-Aug-06 15:57
minhpc_bk17-Aug-06 15:57 
QuestionError Occurs in Datagrid Paging!....... Pin
Prabs frm PGP17-Aug-06 0:09
Prabs frm PGP17-Aug-06 0:09 
AnswerRe: Error Occurs in Datagrid Paging!....... Pin
Grapes-R-Fun17-Aug-06 6:00
Grapes-R-Fun17-Aug-06 6:00 
You don't need any additional coding for the gridview paging (at least not in 2.0). All you have to do is to set the maximum number of records through PageSize property, and set AllowPaging property to true.

Also, since you are using a command field, make sure that EnableSortingAndPagingCallbacks property is set to false because you can't page on the client if you use a command field (due to the possibilities of a postback).

Let me know if you still have problems.

Nila

QuestionSome Interview Question , Dammmmmmmm Urgent Plz Pin
VishalSharmaDev16-Aug-06 23:57
VishalSharmaDev16-Aug-06 23:57 
AnswerRe: Some Interview Question , Dammmmmmmm Urgent Plz Pin
Jesse Squire17-Aug-06 1:03
Jesse Squire17-Aug-06 1:03 
AnswerRe: Some Interview Question , Dammmmmmmm Urgent Plz Pin
leckey17-Aug-06 7:33
leckey17-Aug-06 7:33 
AnswerRe: Some Interview Question , Dammmmmmmm Urgent Plz Pin
Ramasubramaniam17-Aug-06 7:45
Ramasubramaniam17-Aug-06 7:45 
AnswerRe: Some Interview Question , Dammmmmmmm Urgent Plz [modified] Pin
Uma Kameswari17-Aug-06 18:15
Uma Kameswari17-Aug-06 18:15 
GeneralRe: Some Interview Question , Dammmmmmmm Urgent Plz Pin
Ramasubramaniam18-Aug-06 5:08
Ramasubramaniam18-Aug-06 5:08 
GeneralRe: Some Interview Question , Dammmmmmmm Urgent Plz Pin
Uma Kameswari18-Aug-06 19:46
Uma Kameswari18-Aug-06 19:46 
GeneralRe: Some Interview Question , Dammmmmmmm Urgent Plz Pin
Ramasubramaniam21-Aug-06 3:44
Ramasubramaniam21-Aug-06 3:44 
QuestionRole based Sitemap node listing Pin
Tiger45616-Aug-06 23:28
Tiger45616-Aug-06 23:28 
AnswerRe: Role based Sitemap node listing Pin
Mike Ellison17-Aug-06 3:19
Mike Ellison17-Aug-06 3:19 
GeneralRe: Role based Sitemap node listing Pin
Tiger45617-Aug-06 18:32
Tiger45617-Aug-06 18:32 
GeneralRe: Role based Sitemap node listing Pin
Mike Ellison18-Aug-06 5:18
Mike Ellison18-Aug-06 5:18 
GeneralRe: Role based Sitemap node listing Pin
Tiger45621-Aug-06 5:51
Tiger45621-Aug-06 5:51 
Questiondownload a file on a button click Pin
Sivaprasad C16-Aug-06 21:51
Sivaprasad C16-Aug-06 21:51 
GeneralRe: download a file on a button click Pin
_AK_16-Aug-06 23:07
_AK_16-Aug-06 23:07 
GeneralRe: download a file on a button click Pin
Sivaprasad C17-Aug-06 8:41
Sivaprasad C17-Aug-06 8:41 
AnswerRe: download a file on a button click Pin
psamy16-Aug-06 23:15
psamy16-Aug-06 23:15 

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.