Click here to Skip to main content
15,897,371 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Know The Problem Pin
Christian Graus20-Dec-07 9:52
protectorChristian Graus20-Dec-07 9:52 
General[Message Deleted] Pin
.NET- India 19-Dec-07 23:24
.NET- India 19-Dec-07 23:24 
GeneralRe: Master Page in ASP.NET Pin
Christian Graus19-Dec-07 23:40
protectorChristian Graus19-Dec-07 23:40 
GeneralRe: [Message Deleted] Pin
Paddy Boyd20-Dec-07 1:12
Paddy Boyd20-Dec-07 1:12 
GeneralRe: [Message Deleted] Pin
.NET- India 20-Dec-07 1:15
.NET- India 20-Dec-07 1:15 
GeneralRe: [Message Deleted] Pin
Christian Graus20-Dec-07 9:56
protectorChristian Graus20-Dec-07 9:56 
GeneralRe: [Message Deleted] Pin
Paul Conrad23-Dec-07 7:56
professionalPaul Conrad23-Dec-07 7:56 
QuestionPaging problem in datagrid Pin
kinnuP19-Dec-07 22:39
kinnuP19-Dec-07 22:39 
hi all,
paroblem as follows,
i am using third party control for page navigation.the index of the datagrid current page index not matching with the third party control index.for example when i am deleting last record in second page i am able to bind with the first page. but if am deleting any record in first page it is throwing exception "Invalid CurrentPageIndex value. It must be >= 0 and < the PageCount." the code as follows :

this.dgUserList.CurrentPageIndex = this.dgnNav.CurrentPage;




//Reset the page Navigation if deleting the only record on the last page.

if (dgUserList.Items.Count <= 1 && dgUserList.CurrentPageIndex == dgUserList.PageCount - 1)
{
if (this.dgnNav.CurrentPage <= dgUserList.PageCount && this.dgnNav.CurrentPage > 0)
{
dgUserList.CurrentPageIndex = this.dgnNav.CurrentPage - 1;
}
}


this is the page index of third party control
this.dgnNav.CurrentPage;

Thanks And Regards,
Guru
GeneralRe: Paging problem in datagrid Pin
Paul Conrad22-Dec-07 9:31
professionalPaul Conrad22-Dec-07 9:31 
GeneralGrid view row height Pin
Anuradha61219-Dec-07 22:05
Anuradha61219-Dec-07 22:05 
AnswerRe: Grid view row height Pin
boy.pockets20-Dec-07 12:10
boy.pockets20-Dec-07 12:10 
GeneralDisplay an System.Drawing.Image on a aspx webpage Pin
anderslundsgard19-Dec-07 21:53
anderslundsgard19-Dec-07 21:53 
GeneralRe: Display an System.Drawing.Image on a aspx webpage Pin
Hesham Amin19-Dec-07 23:29
Hesham Amin19-Dec-07 23:29 
GeneralRe: Display an System.Drawing.Image on a aspx webpage Pin
Nishant44430-Mar-09 21:39
Nishant44430-Mar-09 21:39 
GeneralExport Datatable to Excel Pin
mpavas19-Dec-07 20:42
mpavas19-Dec-07 20:42 
GeneralRe: Export Datatable to Excel Pin
pmarfleet19-Dec-07 21:37
pmarfleet19-Dec-07 21:37 
GeneralRe: Export Datatable to Excel Pin
mpavas19-Dec-07 22:28
mpavas19-Dec-07 22:28 
GeneralUser Interaction Table Pin
rajanandal19-Dec-07 20:35
rajanandal19-Dec-07 20:35 
GeneralRe: User Interaction Table Pin
Abhijit Jana19-Dec-07 22:42
professionalAbhijit Jana19-Dec-07 22:42 
GeneralRe: User Interaction Table Pin
rajanandal20-Dec-07 0:20
rajanandal20-Dec-07 0:20 
QuestionGetting the Databound object out from a GridView Pin
boy.pockets19-Dec-07 20:19
boy.pockets19-Dec-07 20:19 
GeneralRe: Getting the Databound object out from a GridView Pin
Dave Sexton20-Dec-07 10:18
Dave Sexton20-Dec-07 10:18 
GeneralRe: Getting the Databound object out from a GridView Pin
illusky23-Dec-07 16:11
illusky23-Dec-07 16:11 
GeneralAutocomplete textbox not working Pin
mgr_2k719-Dec-07 19:27
mgr_2k719-Dec-07 19:27 
Generalweb chart Pin
uglyeyes19-Dec-07 19:24
uglyeyes19-Dec-07 19:24 

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.