Click here to Skip to main content
15,891,033 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
There is this problem of mine when I turn to another page of the gridview. If I select another page the details that are supposed to be seen in the detail view are now blank, but if I select it as I run the project, the details in the detailview are seen.

What am i suppose to do?
Posted
Updated 1-Dec-10 22:40pm
v2
Comments
Sandeep Mewara 2-Dec-10 1:26am    
Not clear.
Manfred Rudolf Bihy 2-Dec-10 4:45am    
Is this a WinForm or a ASP.NET application?

1 solution

Hi Kass,

I'm not sure if I really understood your question, but I interpret it this way:

Assumptions:
When you're paging (forward or backward) in your gridview the detail view is not updated.

When you select an entry in the gridview the detail view is populated correctly.

Maybe it would help to programatically make an entry in the gridview selected after paging forward or backward.

Cheers

Manfred
 
Share this answer
 
v3

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900