is there any example code for editing INI file(s) with aspx listview interface, code should read the INI file and display selected INI values on screen.
I have a simple INI File (key=value) that describes the user-interface like this:
> Setting=inikey
> Name=inival
> Description=show me on GUI
> Type=combo
> Values="25","35","45"
I need to draw this interface to browser.
