opening a file.URGENT

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • 044879
    New Member
    • Feb 2007
    • 7

    opening a file.URGENT

    This is a loaded question, but here goes. I know how to program c# to tell it to open a file. But I want is a little more specific. Suppose I created a program so that when the user clicks on open in a file menu, the program will proceed to open a file, but this file is a form that has buttons, textboxes etc, which can be manipulated. What I am trying to do is the following. I want to create a marks program. The teacher clicks on a class to open. Upon opening the desired class, the teacher has a series of choices of what to do, for example, adding
    new students, deleting students updating marks etc.

    How would I undergo such a process??

    Thank you.
  • kenobewan
    Recognized Expert Specialist
    • Dec 2006
    • 4871

    #2
    One way may be the use the onclick event to open a new window and load a page in there...

    Comment

    Working...