Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
leelu123
Starting Member
10 Posts |
Posted - 2006-02-21 : 23:33:31
|
HiI am trying to code custom pager style for a datagrid in asp.net. It has next, prev link buttons to navigate through. Also lets the user select the number of records per page using a dropdownlist. If the number of records in a datagrid exceed certain number, the datagrid overlaps with the link buttons that are right below the grid.To be able to resolve this issue, I was trying set the position of the link buttons dynamically so that the link button moves in relation to the page size of datagrid. But I couldn't find the right property to achieve this. I would appreciate if someone could help me on this...leela |
|
|
|
|