How to split pages when content load dynamically
Hello
I am new to ASP.Net.
I am loading the DataSet from SQL Database then using CSS to create dynamic ASP.NET pages. The content doesn't use any tables only pure CSS.
How can I set ASP.NET so that after a certain amount of paragraph or maybe after a certain amount of pixels of height of that cell is reached the code loads on to next page.
Then also create numbers of pages with the hyperlinks dynamically to point to the next page.
Any books on this or a simple concise example?
I can't find any books on this. I need a simple example.
Thank you so much
|