Select button not working in GridView

  • Thread starter Thread starter Parrot
  • Start date Start date
P

Parrot

I have a crazy problem that is driving me nuts. I created a Gridview with a
Select button that when clicked will go to my OnSelect function to perform
logic. I am allowing paging. Here is the problem. If I set the number of
lines per page at 10 or higher, the Select button will not return control to
my logic when clicked. If I set the number of lines per page to 9, the
Select button will return control to my program. Now, to make matters worse,
this just started happening recently after not having the problem at all at
first. More confusing is that the problem occurs on my XP machine but does
not occur on my Vista machine. Why does the number of lines per page have
anything to do on whether or not my Select button will return control to my
program? Anyone have a clue out there?
Dave
 
Another thing I forgot to mention is that the program works when running in
debug mode but not when running normally. I have 2g of memory so that
shouldn't be a problem.
 
Back
Top