My background is PHP, so I am a little confused. Doesn't seem like a datagrid would be efficient. All I really need is to do this...
for (int i=0; i < totalPages; i++)
{
response.write("<a href=?page=i>i</a>");
}
I am implementing paging in my asp site. To do this I need to have a hyperlink for each page. For example, Previous 1 2 3 Next.
How do I create the 1 2 3 links dynamically? I am new to asp and so far I dont know how to write code on the page without using controls.
Thanks
I have two buttons on my webpage. Everytime I hit the enter key it always goes to the other button. My question is how do I tie the fields in CreateUserWizard to its button.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.