hello,am new to c# and had a couple of questions and hope i will get some assistance....


1.when you want labels and textboxes of form1.cs to be viewed in another form but as a read only information,what code do you put and where do you put it.

2.if you wanted to save data entered e.g. like a student fills his/her details in a form...wat is the code for saving that data...like when you have a button that says SAVE where does the data get saved.

3.if we had an office that was networked and you want to send the form to finance office from the registrar office...wat is the idea behind that.


thank you in advance.

1.when you want labels and textboxes of form1.cs to be viewed in another form but as a read only information,what code do you put and where do you put it.

Disabled them.

2.if you wanted to save data entered e.g. like a student fills his/her details in a form...wat is the code for saving that data...like when you have a button that says SAVE where does the data get saved.

File i/o or database integration classes.

3.if we had an office that was networked and you want to send the form to finance office from the registrar office...wat is the idea behind that.

Think about web-app.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.