Skip to main content

Posts

Showing posts with the label c oding

Practical 1(c): Create an application that receives the (Student Id, Student Name, Course Name, Date of Birth) information from a set of students. The application should also display the information of all the students once the data entered.

   BSc IT Sem 5- Advanced Web Programming Practicals...   In this article I have given the solution and step-by-step   explanation for practical 1(c) of  Advanced Web Programming  subject of  BSc IT sem-5  (Mumbai University). I have given a step-wise guidance on creating a new project and designing our webpage to writing the code  on Visual Studio.  I`ll also explain  How the program works?  so that It`ll be easier for you to understand the program and manipulate it according to yourself. Question:  Create an application that receives the (Student Id, Student Name, Course Name, Date of Birth) information from a set of students. The application should also display the information of all the students once the data entered.   Firstly, let us understand what the question demands. Explanation:  We have to create an application that takes inputs from students for information like Student Id, Student name, Course name ...