DixieFlatline
Programmer
Hi,
Does anyone have any idea how to create the common page navigation links on asp.net?
prev 1 2 3 4 next
used for traversing db record set?
since the number of of link buttons depends on how many records are returned and how many records the user would like to display on a page, i am lost as to how i can add these links or linkbuttons dynamically. in jsp or old asp, I just write a scriptlet and embed the page number as a query string variable. but under the .net model, i am not supposed to use scriptlets... how do i generate these links. I tried using a place holder and adding link buttons dynamically, but this proved to be futile as I need to re-add the same controls on the post back before the click event can be detected. please help.
Dix
Does anyone have any idea how to create the common page navigation links on asp.net?
prev 1 2 3 4 next
used for traversing db record set?
since the number of of link buttons depends on how many records are returned and how many records the user would like to display on a page, i am lost as to how i can add these links or linkbuttons dynamically. in jsp or old asp, I just write a scriptlet and embed the page number as a query string variable. but under the .net model, i am not supposed to use scriptlets... how do i generate these links. I tried using a place holder and adding link buttons dynamically, but this proved to be futile as I need to re-add the same controls on the post back before the click event can be detected. please help.
Dix