you saw the book view in Ms Word for sure.(multiple pages not in print or report) how we can create this kind of view in Visual Studio .net which container control must be edit
There's nothing built-in to handle it. You just handle to handle drawing to the text yourself, putting one page on the left side & one page on the right.
I want to have a simple multiple pages data in my form.
I have a data reader which read feed my form by thousands of records these records are too short in their length therefore I rather have a splitter in my form with two panels : left and right.How can I fill the left panel with my single data reader then right panel and still active overflow panels
multiple pages in windows form
Jon Choy
take a look at the tabcontrol. Here is an tutorial on how to use it.
http://www.c-sharpcorner.com/Code/2003/Dec/TabControlTutorial.asp
ralph
Charles Cooper
Closer
I want to have a simple multiple pages data in my form.
I have a data reader which read feed my form by thousands of records these records are too short in their length therefore I rather have a splitter in my form with two panels : left and right.How can I fill the left panel with my single data reader then right panel and still active overflow panels
Dmitry Poltaryonok
Can you explain your question in more detail.
Are you talking about TabControl