Click here to Skip to main content
15,900,258 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionDataBinding: 'HW4.Quiz' does not contain a property with the name 'Id'. Pin
jcprog20-Apr-11 19:55
jcprog20-Apr-11 19:55 
QuestionIntegration of multiple ASP.NET applications Pin
nzurita20-Apr-11 15:24
nzurita20-Apr-11 15:24 
AnswerRe: Integration of multiple ASP.NET applications Pin
John-ph20-Apr-11 22:16
John-ph20-Apr-11 22:16 
AnswerRe: Integration of multiple ASP.NET applications Pin
Prasanta_Prince21-Apr-11 2:38
Prasanta_Prince21-Apr-11 2:38 
AnswerRe: Integration of multiple ASP.NET applications Pin
Brad Tumer27-Apr-11 9:02
Brad Tumer27-Apr-11 9:02 
QuestionGridview Paging Pin
netJP12L20-Apr-11 9:52
netJP12L20-Apr-11 9:52 
AnswerRe: Gridview Paging Pin
Tarakeshwar Reddy20-Apr-11 12:29
professionalTarakeshwar Reddy20-Apr-11 12:29 
AnswerRe: Gridview Paging Pin
Tarun Dudhatra22-Apr-11 3:38
Tarun Dudhatra22-Apr-11 3:38 
You can direct set pageIndex property of the gridview in page load event like below code

GridView1.PageIndex = 2;

Page index starts from 0 so 2 will display page 3 in gridview.


Hope this might help you.

My DotNet Stuff


Questioncolumn shows the number of colors Pin
thuong clacken20-Apr-11 5:11
thuong clacken20-Apr-11 5:11 
AnswerRe: column shows the number of colors Pin
R. Giskard Reventlov20-Apr-11 5:24
R. Giskard Reventlov20-Apr-11 5:24 
QuestionExport To Excel in ASP.Net Pin
antony beula19-Apr-11 18:54
antony beula19-Apr-11 18:54 
AnswerRe: Export To Excel in ASP.Net Pin
Not Active19-Apr-11 19:28
mentorNot Active19-Apr-11 19:28 
GeneralRe: Export To Excel in ASP.Net Pin
bernardlagat19-Apr-11 21:33
bernardlagat19-Apr-11 21:33 
AnswerRe: Export To Excel in ASP.Net Pin
Prasanta_Prince19-Apr-11 19:42
Prasanta_Prince19-Apr-11 19:42 
GeneralRe: Export To Excel in ASP.Net Pin
Ramkumar_S20-Apr-11 23:28
Ramkumar_S20-Apr-11 23:28 
QuestionWhy are random images not loading properly in my asp .net page? Pin
fjaccarino19-Apr-11 15:51
fjaccarino19-Apr-11 15:51 
AnswerRe: Why are random images not loading properly in my asp .net page? Pin
J a a n s19-Apr-11 18:51
professionalJ a a n s19-Apr-11 18:51 
Questionpostback reference for buttons Pin
Ali Al Omairi(Abu AlHassan)19-Apr-11 11:43
professionalAli Al Omairi(Abu AlHassan)19-Apr-11 11:43 
QuestionIssues with MsgBox result Pin
Bomb_shell19-Apr-11 11:00
Bomb_shell19-Apr-11 11:00 
AnswerRe: Issues with MsgBox result Pin
Tarakeshwar Reddy19-Apr-11 11:20
professionalTarakeshwar Reddy19-Apr-11 11:20 
AnswerRe: Issues with MsgBox result Pin
Om Prakash Pant21-Apr-11 21:10
Om Prakash Pant21-Apr-11 21:10 
Questiongetting excel sheet current sheet name in asp.net Pin
Dhyanga19-Apr-11 5:42
Dhyanga19-Apr-11 5:42 
AnswerRe: getting excel sheet current sheet name in asp.net Pin
#realJSOP19-Apr-11 7:20
professional#realJSOP19-Apr-11 7:20 
GeneralRe: getting excel sheet current sheet name in asp.net Pin
Dhyanga19-Apr-11 9:12
Dhyanga19-Apr-11 9:12 
AnswerRe: getting excel sheet current sheet name in asp.net Pin
Tarakeshwar Reddy19-Apr-11 8:11
professionalTarakeshwar Reddy19-Apr-11 8:11 

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.