Click here to Skip to main content
15,867,835 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I have created a custom wizard on which I get information on what the user wants to do. On the final page of the wizard I want to show all the information the user entered. This data is writin to a text file and is supposed to be read and displayed on the final page. I have tried different ways to do this with no luck.
So my question is how do I get to show the actions to be taken when I enter the final page.
Posted
Updated 12-Apr-11 4:57am
v4
Comments
Groulien 12-Apr-11 10:23am    
'a wizard' and 'a log' doesn't give a clue wether you're talking Windows Event Logs or other log files. It's also a mystery wether you're talking Forms/WPF or ASP.
Sandeep Mewara 12-Apr-11 10:38am    
Not clear.
web works 12-Apr-11 10:49am    
Please make a good question! Not able to understand. Break down your question and elaborate!

1 solution

If your problem is reading the data from the file, you can use for example StreamReader for the purpose, see: http://msdn.microsoft.com/en-us/library/db5x7c0d.aspx[^].

How do you present the data is a different issue. If the file contains only information about the choices made during the process, you could put a nice treeview to show different choices grouped in relevant groups, just like directories (for example based on the pages or forthcoming actions).
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900