954,580 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Need Help

hi,

i have HTML
say str="sdfdghg>fl[phlgh][j;h]kj
,.F?hj........

i want to cut this string into muliple page but do not want to disturb the struncture of the HTML.

i want if the lenght of string is more than 500 suppose then it should be display in two pages..

How can i show this i m using Asp.net 2.0 and C#

Prakash

roshan.prakash
Newbie Poster
7 posts since Dec 2005
Reputation Points: 10
Solved Threads: 0
 

its not quite clear what you want exactly, but I would suggest keeping content and html seperately, otherwise you will have alot of trouble ensuring all html tags are properly closed. Why not have a master page which has a header and footer with all the required html tags, then you can split the content by checking string.Length and substring

sedgey
Junior Poster
131 posts since Jan 2007
Reputation Points: 68
Solved Threads: 9
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You